﻿/* CSS Document
background-attachment: fixed;
	background-image: url('pic_back1.png');
	background-position: center;
	background-repeat: no-repeat;
 */

body{
	background: #202020 url('images/bg_wood2_sm.png') repeat-x;
/* */	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	margin: 0;
	padding-top: 2px;
	background-color: #e7e7e7;
/* #4C4B49; */
}

#main_body{
margin: auto;
width:820px;
height:599px;
}
p{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;color:#202020;
}

p.top{
font-size:16px;
padding:0;
margin:0;color:#202020;
margin: 0px 0 0 0;
padding:0 0 0 0;text-align: right;
}

a{
text-decoration:none;
color:#7CADB6;
}
a:hover{
	text-decoration: none;
	color: #CEFFE8;
}



#contactme table input, #contactme textarea {
	padding: 1px;
	font-family:sans-serif;
font-size:12px;color:#202020;
}
#contactme #subject, #contactme #message {
	;
}

#contactme table {
	
font-family:sans-serif;
font-size:12px;
color:#202020;
}

#contactme .alt {
	background: #fff;
}




img{
border:none;
}

#top{
width:820px;
height:170px;
background:url('images/face_sm2.png') no-repeat left center; /*images/af_name.png*/
}

#top_navi{
width:341px;
float:right;
margin-top:170px;
}

#top_navi ul{
margin:0;
padding:0;
list-style:none;
}

#top_navi ul li{
margin:0;
padding:0;
float:left;
}

#top_navi ul li a{
display:block;
width:68px;
height:22px;
line-height:22px;
text-decoration:none;
font-size:12px;
color:#999999;
text-align:center;border-bottom:3px solid transparent;
}

#top_navi ul li a:hover{
text-decoration:none;
color:#FFFFFF;
background:transparent;border-bottom:3px solid #D8E4EC;
}
#top_navi ul li .chosen{
background:transparent;
color:#FFFFFF;border-bottom:3px solid #0786DF; /*#D3E600;*/
}

#banner{
	width: 810px;
	height: 180px;
	background: transparent;
	padding: 0;
}


#content{
	width: 820px;
	height: 330px;
	margin-top: 60px;
	border: 3px solid #e7e7e7;
	background-color: transparent;
	
}


#left_side{
	float: left;
	width: 400px;
	padding: 10px 15px 0 15px;
	border-right: 0px #0786DF solid;
	border-right-color: #03436D;
}
#right_side{
	float: right;
	width: 340px;
	height: 330px;
	padding: 0px 10px 10px 10px;
	border-left-color: #CC0000;
	background-attachment: scroll;
	background-image: url('pic_back1.png');
	background-repeat: no-repeat;
}


h1{
color:#101010;
font-size:18px;
padding:0;
margin:0;
}
h2{
font-size:16px;
margin:0;
padding:0;
color:#909090;
}
h3{
color:#505050;
font-size:18px;
padding:0;
margin:0;
}

h4{
	font-size: 14px;
	padding-top: 0px;
	margin: 0;
	color: #0786DF;
	font-family: "Lucida Sans Unicode";
	font-style: normal;
}


em{
color: #0786DF;
}

#bottom{
	width: 820px;
	height: 30px;
	background: transparent;
	border-top: 0px solid black;
	border-bottom: 1px solid #505050;
	margin-top: 20px;
	text-align: inherit;
	vertical-align: text-bottom;
	color: #999999;
	padding: 0px 0px 0px 0px;
	/*background-image:url('images/footer_img2.jpg');*/
}

p.bottom{text-align: center; padding-top: 1px;}


#foot{
	width:820px;height:81px;
	color:#404040;
	padding: 0px 0px 0px 0px;
	
}

.btm_navi{
text-decoration:none;
color:#404040;
font-size:12px;
}
.btm_navi:hover{
text-decoration:none;
color:#808080;
}
.chosen_btm{
color:#808080;
}