@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	background:#CCCCCC;
	}

p, .content-text {
font-family: helvetica, verdana, arial;
	font-size: 16px;
	margin:0;
	color: #666666; /*gray*/
	}
	
h1 {	font-family: helvetica, verdana, arial;
	font-size: 18px;
	margin:0;
	color: #red; /*gray*/
	}

#borderShadow {
	position:relative;
	margin:0 auto;
	width:800px;
	background:url(images/border-shadow-vertical.jpg) repeat-y;
	}

#wraper { 
	position:relative;
	width:760px;
	margin:0 auto;
	}
	
#header {
	position:relative;
	background:url(images/donguileva-header.jpg) no-repeat;
	height:200px;
	}
	
#topMenuWraper {
	width:760px;
	height:25px;
	}
	
#homeMenuHolder{
	position:relative;
	width:190px;
	height:25px;
	float:left;
	background:url(images/nav-li-selected.gif) repeat-x;
	border-left:#666666 solid 10px;
	
	}
	
#topMenuHolder {
	position:relative;
	width:555px;
	background: url(images/nav-li-selected.gif) repeat-x;
	float:right;
	height:23px;
	text-align:right;
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
	padding-top: 3px;
	padding-right: 5px;
	}

#contentWraper {
	background:url(images/nav-li-long.gif) repeat-y left;
	}
	
#contentLeftMenu {
	position:absolute;
	width:200px;
	float:left;
	height:inherit;
	}

	
	
#navcontainer {width:200px;top:0px}
#navlist
{
padding:0 0 1px 0;
margin-left: 0; margin-top:0;
font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
background: gray;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px dashed gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left:10px solid #666666;
background: url(images/nav-li.gif) right repeat-y #FFFFFF;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #448; }

#navlist li a:hover
{
border-color: yellow;
color: #FFFFFF;
background: url(images/nav-li-selected.gif) repeat-x;
}

	
	
	
#contentArea {
	background: url(images/centre-bg.gif) top right repeat-y;
	left:200px;
	position:relative;
	width:559px;
	border-left: gray 1px dotted;
	border-top:gray solid 1px;
	}
	
#footer {
	position:relative;
	width:800px;
	background:url(images/donguileva-footer.jpg) no-repeat;
	text-align:center;
	top:-16px;
	padding-top:3px;
	height:47px;
	margin:0 auto;
	}
	
	
.link-white a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:hover {
	color: #009900;
	text-decoration: none;
	font-size: 12px;
}

.font-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}



	
.style1 {
	font-family: arial, "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana;
	font-size: 20px;
	margin:5px;
	color: #B8CC46; /*green*/
}
.style2 {
	font-family: arial, helvetica, verdana, arial; /* "Lucida Grande", "lucida sans unicode", "trebuchet ms"; */
	color: #B8CC46; /*green*/
	}
.style3 {
	font-family: arial, helvetica, verdana, arial;
	font-size: 14px;
	color: #666666; /*gray*/ 
}