﻿* {
	margin:0;
	padding:0;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 url(images/back_all.jpg) no-repeat left top;
	color: #FFFFFF;
	font-size: 12px;
	background-attachment: fixed;
	
}
h1 {
	font-size: x-large;
	color: #fff;
}
h2 {
	background: url(images/buttonActive.png) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
	width: 129px;
	height: 33px;
	padding: 10px 0 10px 10px;
	font-size: 14px;


}
a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.mainMenu {
	width: 1000px;  
	margin: 0 auto;
	padding: 15px 0 25px 20px;
	text-align: center;
	margin: 0 auto;
	
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	margin:0 0px;
	padding:10px 0 0 0;
	font-size:16px;
	color:#6f7076;
}
#navlist a:link, #navlist a:visited {
	color: #6f7076;
	background: url(images/button.png) no-repeat left top;
	text-decoration: none;
	width: 129px;
	height: 33px;
	float: left;
	font-size: small;
}
#navlist a:hover {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}
#navlist #active a {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
	font-size: small;
}
#container {
	width: 700px;
	margin: 0 auto;
	
} 
.contentTop {
	background:url(images/contentTop.png) no-repeat left top;
	height:25px;
}
.contentBottom {
	background:url(images/contentBottom.png) no-repeat left top;
	height:25px;
}
.contentBody {
	background:url(images/contentBody.png) repeat-y left top;
	padding:0 30px;
}
#footer { 
color: #fff;

} 
#footer p {
	text-align:center;
	padding:20px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftSidebar {
	width:230px;
	float:left;
	color: #fff;

	
}
.rightSidebar {
	margin-left:280px;
	color: #C0C0C0;
	font-size:medium

}


