@charset "utf-8";
/* CSS Document */
html,body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2e2e2e;
	color:#CCCCCC;
	font-size:11px;
}

#header{
	width:100%;
	height:85px;
	background-image:url(img/header_bg.jpg);
	background-repeat:repeat-x;
}
#header_container{
	margin:auto;
	width:984px;
	height:85px;
}
#logo{
	width:235px;
	margin:auto;
	padding:20px;
}

#bridge{
	clear:both;
	width:100%;
	height:180px;
	background-color:#000000;
}
#bridge_container{
	margin:auto;
	width:984px;
	height:180px;
	
	background-repeat:no-repeat;
}



#body{
	clear:both;
	padding-top:32px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	min-height:500px;
}

#body_container{
	width:984px;
	margin:auto;
}


#content{
	float:left;
	min-height:500px;
	margin-left:32px;
	margin-top:8px;

}
#content h2{
	margin:0px;
	color:#fff;
	font-size:16px;
	line-height:18px;
}
#content h3{
	margin:0px;
	margin-bottom:18px;
	color:#fae391;
	font-size:13px;
	line-height:18px;
}
#content .resume{
	margin:0px;
	color:#fac812;
	font-size:16px;
	line-height:20px;
	
}
#content p{
	color:#fff;
	font-size:12px;
	line-height:18px;
}
#content a{
	color:#fff;
}
#content a:hover{
	color:#fac812;
}
#content ul{
	margin:0px;
	padding:0px;
	margin-bottom:18px;
}
#content li{
	color:#ccc;
	font-size:12px;
	margin-left:24px;
}
#menu{
	float:left;
	width:220px;
	min-height:500px;
}
#menu table{

}
#menu tr{
	height:32px;
}
#menu td{
	
}
#menu img{
	border:0px;
}
#content1{
	float:left;
	width:355px;
}

#content2{
	margin-left:20px;
	float:left;
	width:355px;
}
#textbody{
	float:left;
	width:710px;
}
.but{
	min-height:28px;
	width:200px;
	text-align:right;
	padding:2px;
	margin:2px;


}
.but img{

	
}
#footer{
	padding-top:32px;
	clear:both;
	width:100%;
	height:50px;
	
}
#footer_container{
	margin:auto;
	width:984px;
	font-size:10px;
	color:#666;
	text-align:center;
}
#footer a{
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#fac812;
	text-decoration:underline;
}

#postit{
	background-image:url(img/postit.png);
	background-repeat:no-repeat;
	width:328px;
	height:165px;
	text-align:center;
}
#postit p {
	color:#333;
	font-weight:bold;
	padding:0px;
	margin:5px;
	font-weight:bold;
	font-size:16px;
}
#postit a {
	color:#820003;
}
#postit a:hover {
	color:#000;
}
#box{
	float:left;
	width:340px;
	margin-bottom:12px;
	margin-right:12px;
	padding:5px;
	background-image:url(img/reflex.png);
	background-repeat:no-repeat;
}
#box img{
	float:left;
	margin:5px;
}
#box h2{
	margin:5px;
	color:#fac812;
	font-size:16px
}
#box h3{
	margin:5px;

	font-size:13px
}
#box p{
	margin:5px;
	color:#fff;
	font-size:12px;
	line-height:18px;
}
#box a{
	color:#fae391;
	
}
#box a:hover{
	color:#fac812;
	
}
#box li{
	color:#CCCCCC;
	font-size:12px;
}

input{
	height:18px; 
	padding:2px; 
	background-color:#333; 
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555; 
	color:#fae391;
}
textarea{
	padding:2px; 
	background-color:#333; 
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555; 
	color:#fae391;
}

.submitbut{
	text-align:center;
	color:#fac812;
	background-color:#333;
	width:120px;
	font-weight:bold;
	font-size:13px;
	letter-spacing:1px;
}
.submitbut:hover{
	cursor:pointer;
	background-color:#fac812;
	color:#000;
}