/* CSS Document */

body,
html {
	margin: 0;
	padding: 0;
}

body{
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	
	text-align:left;
	line-height:1.75em;
}

a{
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#header {
	width:790px;
	height:192px;
	border:5px solid #FFFFFF;
	background:#c8d0d8 url(../images/logo_title.png) no-repeat;
}

#wrap {
	margin: 0 auto;
	width:790px;
	height:421px;
	border-top:0px;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	padding:0;
	voice-family: "\"}\"";
	voice-family: inherit;
	background:#739CC3;
}

#left {
	float: left;
	width: 175px;
}

#center {
	float: left;
	width: 445px;
	height: 380px;
	padding: 20px;
	margin:-1px 0 0 129px;
	background:url(../images/diamond.png) no-repeat bottom right;
	overflow:auto;
}

#wrap_staff {
	margin-left: auto;
	margin-right: auto;
	width:740px;
	height: auto;
	border-top:0px;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	padding:25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background:#739CC3 url(../images/diamond.png) no-repeat bottom right;;
}

#rpic_staff {
	float: right;
	margin:0 15px 15px 15px;
}

#lpic_staff {
	float: left;
	margin:0 15px 15px 0;
}

#footer {
	font-size:10px;
	color:#DDDDDD;	
	text-align:center;
	padding-top:25px;
	clear: left;	
}
#footer a {
	color:#DDDDDD;
	text-decoration:underline;
}
#footer a :link{
	color:#DDDDDD;
	text-decoration:underline;
}
#footer a:visited {
	color:#DDDDDD;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 100%; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	

/* ///////////////NAV////////////////// */

#nav ul{
	padding:0;
	margin:165px 0 0 236px;
	list-style:none;
}
#nav li{
	float:left;
}
#nav li a{
	position:relative;
	margin-right:1px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:8px 25px 8px 25px;
	background:#739CC3;
	border:#FFFFFF solid 1px;
}
#nav li a:hover{
	color:#739CC3;
	background:#FFFFFF;
	border:#739CC3 solid 1px;
	text-decoration:none;
}


/* ///////////////NAV////////////////// */
