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

body {
	background-color:#999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#333;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#900;
	}
a:hover {
	text-decoration:underline;
	color:#900;
	}	

#wrapper {
	width:900px;
	margin:0px auto;
	background-color:#900;
	}
	
	#main {
		width:820px;
		margin:0px 10px;
		background-color:#FFF;
		padding:0px 30px;
		}
		
		#navButtons {
			margin-top:10px;
			}
			
		#leftside {
			width:200px;
			float:left;
			margin-top:10px;
			}
			
		#rightside {
			width:620px;
			float:right;
			font-size:12px;
			line-height:18px;
			margin:10px 0px 20px 0px;
			}
			
		#content, {
			font-size:12px;
			line-height:18px;
			padding:20px 0px;
			}
			
		#content h1, #rightside h1 {
			font-size:18px;
			margin:20px 0px 20px 0px;
			color:#900;
			}
			
		#rightside h3 {
			font-size:18px;
			line-height:24px;
			margin:20px 0px;
			color:#333;
			text-align:center;
			}
			
		#content ul li, #rightside ul li {
			margin: 6px 0px;
			}
			
		#footer {
			text-align:center;
			font-size:12px;
			line-height:18px;
			padding:10px 0px;
			border-top:1px solid #999;
			clear:both;
			}
			#footer a {
				text-decoration:none;
				font-weight:bold;
				color:#333;
				}
			#footer a:hover {
				text-decoration:underline;
				color:#900;
				}
			
		.webdesign {
			text-align:right;
			padding:10px 0px;
			border-top:1px solid #666;
			}
		.webdesign a {
			text-decoration:none;
			font-size:10px;
			font-weight:normal;
			color:#666;
			}
		.webdesign a:hover {
			text-decoration:underline;
			font-size:10px;
			font-weight:normal;
			color:#666;
			}

.box, #leftside ul {
	font-size:12px;
	}
	
.box h2 {
	font-size:18px;
	text-align:center;
	margin:5px 0px;
	}				
.box ul {
	margin: 5px 0px;
	padding: 0px 0px 0px 20px;
	}
.boxtop{
	width:210px;
	height:190px;
	vertical-align:top;
	}
.boxbottom {
	width:210px;
	height:40px;
	vertical-align:bottom;
	}		

#leftside ul {
	margin: 10px 20px;
	padding: 2px 20px 4px 0px;
	border-right: 1px solid #900;
	text-align:right;
	}	
#leftside ul li {
	margin: 10px 0px;
	list-style:none;
	}		
	