@charset "UTF-8";

body {

    text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	margin: 0 auto;
}
body a:link, body a:visited {
	color: #990000;
	text-decoration: none;
}

body a:hover, body a:active {
	color: #990000;
	text-decoration: underline;
}

body.main {
	background-image:url(images/czar_bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	margin-top:0px;
    margin-bottom:20px;
    text-align:left;
	background-color: #000000;

}

/*****************************************************

* div Layout

*****************************************************/
#container {

	margin: 0 auto;
	width: 644px;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

#header {
	width:644px; 
	height:225px; 
	/*border:1px solid #999999;
	border-top:0px;
	border-bottom:0px;*/
	background-image:url(images/czar_header.jpg);
	background-color:#000000;
} 

#header2 {
	width:644px; 
	height:225px; 
	/*border:1px solid #999999;
	border-top:0px;
	border-bottom:0px;*/
	background-image:url(images/czar_header2.jpg);
	background-color:#000000;
} 

#header3 {
	width:644px; 
	height:225px; 
	/*border:1px solid #999999;
	border-top:0px;
	border-bottom:0px;*/
	background-image:url(images/czar_header3.jpg);
	background-color:#000000;
} 

#header4 {
	width:644px; 
	height:225px; 
	/*border:1px solid #999999;
	border-top:0px;
	border-bottom:0px;*/
	background-image:url(images/czar_header4.jpg);
	background-color:#000000;
} 

#menu  {
	top:225px; 
	width:594px; 
	height:45px;
	line-height: 3em;
	background-image:url(images/czar_nav.jpg);
	padding-left:40px;
}

#menu ul  {
	border : 0 none inherit;
	margin : 0;
	padding : 0;
	list-style-type : none;
	text-align : center;
	clear : left;
}
#menu ul li  {
	display : block;
	float : left;
	text-align : center;
	padding : 0;
	margin : 0;
}
#menu ul li a  {
	height : 20px;
	padding: 10px;
	margin : 0 0 0px;
	color : #333333;
	text-decoration : none;
	display : block;
	text-align : center;
	letter-spacing : 0px;
	font-size : 100%;
	font-weight:bold

}
html > #menu ul li a  {
	font-size : 100%;
}
#menu ul li#five a  {
	width : 115px;
}
	
#menu ul li a:hover  {
	color : #990000;
}
#menu a:active  {
	color : #990000;
}
body#sectionone #menu li#one a , body#sectiontwo #menu li#two a , body#sectionthree #menu li#three a , body#sectionfour #menu li#four a , body#sectionfive #menu li#five a  {
	color : #fff;
	font-weight : bold;
}

#body  {
	top:270px; 
	width:594; 
	background-image:url(images/czar_tile.jpg);
	padding-left:50px;
	padding-right:50px;
	padding-top:25px;
	padding-bottom:15px;
	line-height:17px;
}

#footer {
	width:644px; 
	height:117px; 
	background-image:url(images/czar_footer.jpg);
}

#footertext {
	font-size:10px;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
}

/*****************************************************

* Table Layout

*****************************************************/


.mainLayoutTable {
    border:1px solid #999999;
	border-top:0px;
    text-align:left;
}

.mainNavBox {
	background-image:url(images/mm_nav_bg.jpg);
}

.navBoxButton {
	background-image:url(images/mm_nav_btn.jpg);
	repeat: no-repeat;
	height: 35px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCCCCC;
	font-size:inherit;
	padding: 11px 0px 9px 15px;
}

.mainBodyBox {
	background-image:url(images/mm_body_bg.jpg);
	padding:30px;
}

.contentBox {
	font-size:inherit;
	line-height:20px;
	background-color:#CCCCCC;
	border:solid #999999 1px;
	padding:15px;
}
.contentBox a:link {
	color:#990000;
	text-decoration: none;
}
.contentBox a:visited {
	color:#990000;
	text-decoration: none;
}
.contentBox a:hover {
	color:#990000;
	text-decoration: underline;
}
.contentBox a:active {
	color:#990000;
	text-decoration: underline;
}
	

/*****************************************************

* Typography

*****************************************************/



.navwhite {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}
.navwhite a:link, .navwhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navwhite a:hover, .navwhite a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#navlist {
list-style-type:bullet;
line-height:20px;
}

h2 {
	font-size:20px;
	margin:0px;
	line-height:20px;
	font-weight:normal;
}

/*****************************************************

* Images

*****************************************************/

.images {
	margin-right:10px;
	margin-bottom:10px;
	border:5px solid #FFFFFF;
}