body {
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#d7d7d7;
	background-color:#262626;
	background-image:url("img/bg.jpg");
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	
	
}
#site {
	width:980px;
	height:auto;
	margin:auto;
	
	
}

#top {
	width:980px;
	height:158px;
	margin:0;
	padding:0;
	
	
}



#menu {
	width: 910px;
	height: 60px;
	margin:auto;

	
}
* {
	margin: 0;
	padding: 0;
}
#menu-left-corner {
	background: url("img/cx_08.jpg");
	width: 19px;
	height: 60px;
	float:left;
	
	
}
#menu-right-corner {
	background: url("img/cx_14.jpg");
	width: 21px;
	height: 60px;
	float:left;
	
	
}
#menu-center {
	width: 870px;
	height: 60px;
	background: url("img/cx_09.jpg") repeat-x;
	float:left;
	
}

#menu-center a.rollover {
			width: 140px;
			height:37px;
			display: block;
			overflow: hidden;
		}
		
#menu-center a.rollover img {
			display: block;
		}

#menu-center a.rollover:hover img {
			margin-left: -140px;
			margin-bottom: -15px
			
		}

#menu-center a.current {
			width: 140px;
			display: block;
			overflow: hidden;
			
		}	

			
		
#menu-center a.current img {
			margin-left: -140px;
			
		}
		
#menu-center ul {
	list-style: none;
	padding: 0 10px;
}

#menu-center li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 10px;
}

#menu-center li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#photo {
	width: 907px;
	height: 222px;
	display:block;
	margin:auto;
	
}
#content {
	width: 910px;
	height: auto;
	margin:auto;

}
#left {
	width: 315px;
	height: auto;
	float:left;
	background: url("img/dashed.gif") repeat-y;
	background-position:right;
/*	border-right-style:dashed;
	border-right-color:#696969;
	border-right-width:thin;
*/
	
}
#form_content {
	width: 307px;
	height: auto;
	background: url("img/cx_21.jpg") repeat-y;
	padding:15px;
}
#map_content {
	width: 307px;
	height: auto;
	background: url("img/cx_28.jpg") repeat-y;
	padding:10px;
}

#right {
	width: 582px;
	height: auto;
	float:right;

}
#box_content {
	width: 582px;
	height: auto;
	background: url("img/cx_22.jpg") repeat-y;

}
#box_job {
	width: 582px;
	height: auto;
	background: url("img/cx_32.jpg") repeat-y;


	
}
#box_job a{
	text-decoration:underline;
	color:yellow;
}
#footer {
	width: 980px;
	height: auto;
	background: url("img/cx_38.jpg") no-repeat;
	float: left;
	padding-top:10px;
	padding-bottom:25px;
	text-align:center;
	color:yellow;
}
#footer a {
	text-decoration:none;
	color:yellow;
}
#footer a:hover {
	text-decoration:underline;
	color:#ff4800;
}
#contact-area {
	width: 307px;
	margin-top: 0px;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #ff4800;
}

#contact-area input.submit-button {
	width: 100px;

}

#contact-area label {
	display:block;
	float:left;
	text-align: left;
	width: 100px;
	padding-top: 5px;
	padding-left:15px;
	font-size: 1.2em;
}

#box_content label {
	display: block;
	width: 100px;
	float: left;
	padding:5px;

		}

#cv {
	width:520px;
	height:auto;
	padding:15px;
	

	
}
#cv div {
	overflow: auto;
	clear: both;
	margin-bottom: 0.5em;

}
		
input.check,
input.submit {
	margin-left: 100px;
}
		
label.check {
	width: auto;
}
 

#box_content input, #box_content textarea {
	display: block;
	float: left;
	padding:3px;
	font-size:1em;
	width:200px;

}

#cv fieldset {
		border: 1px solid #DDD;
		width: 100%;
		padding: 1em;
	}
	
#cv legend {
		font-weight: bold;
		font-style: italic;
		font-size:1.2em;
		color:#BBB;
	}
	
#cv input.text, textarea {
		border: 1px solid #BBB;
		background-color: #FFF;
		color: #363636;
		font-family: Georgia, "Bookman Old Style", "Bookman Antiqua", serif;
		font-size: 1em;
	}
	
#cv label {
		cursor: pointer;
	}

p {
	padding:20px;
	font-size: 1.4em;
	text-align:justify;
}
