/* CSS Document */

body{
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	min-width:775px;
	margin-top:1px;
	background-color:#cccccc;
	
}

/* page layout */

#main_container{
	width:785px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	border-left:#333333 1px solid;
	border-right:#333333 1px solid;
	border-top:#333333 1px solid;
	background-color:#FFFFFF;
}

#header{
	clear:both;
	border:#333333 1px solid;
	border-left:none;
	border-right:none;
	border-top:none;
	font-size:80%;
	background-image:url(images/logo.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#660000;
	height:150px;
	color:#FFFFFF;
}

#header h2{
	text-shadow:#999999;
}

#left{
	float:left;
	width:585px;
	background-image:url(img/cbg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#660000;
	color:#FFFFFF;
}

#right{
	float:right;
	width:auto;
	font-size:80%;
}

#contents{
	font-size:90%;
	width:90%;
	padding:10px;
	float:left;
}

#contents_title{
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}

#news{
	width:97%;
	margin-top:5px;
	border-bottom:#FFFFFF 1px solid;
	color:#FFFFFF;
	padding-bottom:10px;
	margin-bottom:10px;
}

#ver_nav{
	width:100%;
	height:auto;
	text-align:right;
}

#ver_nav_title{
	padding:3px;
	font-weight:bold;
	border-bottom:#333333 1px dashed;
}

#ver_nav_item{
	padding:3px;
	margin-bottom:3px;
}

#ver_nav input{
	border:#333333 1px solid;
}

.new_cat{
	margin-top:5px;
}

#hoz_nav{
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:3px;
	border-bottom:#666666 1px solid;
	font-size:80%;
	text-align:right;
	background-color:#FFFFFF;
}

#hoz_nav a{
	font-weight:bold;
}

#hoz_nav ul{
	list-style:none;
}

#hoz_nav li{
	float:left;
}

#hoz_nav #date{
	float:left;
	padding-left:3px;
	font-weight:bold;
}

#footer{
	border-bottom:#999999 1px solid;
	font-size:65%;
	text-align:right;
	clear:both;
	background-color:#FFFFFF;
}

#footer p{
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
}



#thumbnail{
	margin:0;
	padding:3px;
	padding-top:5px;
	height:115px;
	overflow: auto;
	border:#cccccc 1px dashed;
}

#thumbnail ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	display:table-row;
}

#thumbnail ul li{
	display:table-cell;
}

.thumbnail_img{
	width:125px;
	height:90px;
	border:#000000 1px solid;
	margin-right:2px;
}

#container p {margin:0; padding:5px 0; font-size:11px;}

#text{
	float:left;
}

p.p{
	text-indent:1cm;
}

#post_divider{
	width:98%;
	border-bottom:#FFffff 1px solid;
	padding:5px 0px 5px 5px;
	margin-bottom:5px;
	clear:both;
}

.topic_title{
	font-weight:bold;
}

.button1{
	margin-bottom:3px;
}

.button2{
	margin-top:3px;
}

#response{
	color:#FF0000;
}

/* link decoration */

a{
	color:#000000;
	text-decoration:underline;
}

a:link{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	color:#0000FF;
	text-decoration:underline;
}

a:visited{
	color:#000000;
	text-decoration:underline;
}

/* content link */

#contents a{
	color:#ffffff;
	text-decoration:underline;
}

#contents a:link{
	color:#ffffff;
	text-decoration:underline;
}

#contents a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#contents a:visited{
	color:#ffffff;
	text-decoration:underline;
}


/* object settings */

legend{
	font-weight:bold;
}

textarea{
	width:98%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

th{
	text-align:left;
}

.button{
	margin-top:2px;
}

img.Biography{
	float:right;
	border:#ffffff 1px solid;
	margin-left:10px;
}

p.BioFL:first-letter{
	font-size:250%;
	font-weight:bold;
	color:#FF0000;
	float:left;
	margin-top:5px;
	margin-right:2px;
}
	
