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

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } input,select{ margin:0; padding:0; }

body{
	width:100%;
	background-color:#ECE5C7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	}

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	}
img{
	border:none;
	text-wrap:normal;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	float:right;}	
		
p img{
	border:none;
	float: right;
	text-wrap:normal;}	


#center{
	width:900px;
	background:FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}

#header{
	width:900px;
	height:100px;
	background:#CCC;
	background-image:url(../../images/mihailoffHeader.jpg);
	margin-top:10px;}

#topNav{
	width:900px;
	height:30px;
	background:#4D8C99;
	clear:both;
	text-transform:uppercase;
	}

#contentContainer{
	width:900px;
	min-height:300px;
	max-height:5000px;
	background-color:#FFF;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#544C4A;
	
	}

#leftContent{
	color:#F00;
	text-decoration:none;
	float:left;
	width:150px;
	min-height:300px;
	max-height:inherit;
	padding-left:10px;
	padding-top:10px;
	background-color:#F9F6E1;}

#rightContent{
	color:#544C4A;
	float:left;
	width:700px;
	min-height:300px;
	padding-left: 10px;
	padding-top:10px;}

#bottomNav{
	width:900px;
	height:20px;
	clear:both;
	background-color:#ECE5C7;
	text-align:left;
	text-transform:uppercase;
	}

#footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	width:900px;
	height:25px;
	background:#ECE5C7;
	padding-top:10px;}
	
#center #bottomNav ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	display:inline;
	height: 25px;
	width: auto;
}

#center #bottomNav ul li a{
	display:inline;
	padding: 0px 2px 2px;
	margin: 0 2px;
}

#center #topNav ul li {
	list-style-type: none;
	display:inline;
	vertical-align:middle;
}
#center #topNav ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#544C4A;
	background-color:#4D8C99;
	height: 30px;
	width: auto;
	display:inline;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px;
	text-align: center;
	vertical-align: middle;
}

#center #topNav ul li a:active{
	background:fff;
	height:30px;
	color:#BD2F50;
	}
	
#center #topNav ul li a:hover {
	background-color:#A5BFCA;
	height:30px;
	}

#center #contentContainer #leftContent ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 20px;
	width: auto;
	list-style-type: none;
}
#center #contentContainer #leftContent ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#BD2F50;
}
#center #contentContainer #rightContent ul li {
	list-style-type: none;
}
