﻿body{
	background: #FFFEEE url(../images/bg0.jpg) repeat-x;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p{
	line-height: 1.4;
	margin-bottom: 14px;
}

h2, h3, h4, h5{color: #006; margin-bottom: 14px;}
h2{font-size: 22px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}

a, a:visited, a:active{ color: #090; font-weight: bold;}
a:hover{ color: #009;}

#wrapper{
	background: url(../images/bg-wrapper.png) repeat-y;
	width: 960px;
	margin: 0 auto;
	padding: 0 11px;
	overflow: hidden;
}

	#header{
		background: url(../images/bg-header.jpg);
		overflow: hidden;
		height: 201px;
	}
	
		#logo{float: left;}
		
		#menu{
			float: right;
			text-align: center;
			font-size: 16px;
			margin-top: 149px;
			height: 37px;
			width: 636px;
		}
		
			#menu li{
				display: inline;
				line-height: 37px;
				margin: 0 10px;
			}
			
				#menu li a{color: #FFF; font-weight: bold; text-decoration: none;}
				#menu li a:hover{color: #FFF000;}
		
	#content{
		width: 600px;
		margin: 30px 0 30px 20px;
		float: left;
		clear: left;
	}
	
		#content ul{margin-bottom: 14px;}
			#content ul li{
				line-height: 1.4;
				list-style-image: url(../images/bullet.png);
				list-style-position: outside;
				margin-left: 20px;
			}
	
	#sidebar{
		float: right;
		width: 300px;
		margin: 30px 20px 0;
	}
	
		#sidebar a{ margin-bottom: 14px; display: block;}
	
	#footer{
		clear: both;
		text-align: center;
		padding: 20px 0;
	}
	
#bottom{
	background: url(../images/bg-footer.png);
	width: 982px;
	height: 44px;
	margin: 0 auto 20px;
}

label{
	width: 100px;
	float: left;
	vertical-align: top;
}

input[type="submit"]{ margin-left: 100px; }

.warning{ font-style: italic; color: #900;}
.aligncenter{ text-align: center;}