body {
	background: #fff url("/i/body-top-bg.png") 0 0 repeat-x;
	font-family: arial, vardana, sans-serif;
	padding: 0 0 60px 0;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
}

#container {
	padding: 0 0 60px 0;	
}

	#left-sidebar {
		width: 130px;
		padding: 175px 40px 0 0;
		float: left;
	}
	
		#left-sidebar h1 {
			font-size: 12px;
			font-style: italic;
			margin: 0 0 7px 0;
		}
	
		#left-sidebar h3 a {
			display: block;
			font-size: 11px;
			font-style: italic;
			padding: 4px 15px;
			background: #f4f7fa;
			border-top: 1px solid #667d9b;
			text-decoration: none;
			color: #000;
			font-weight: bold;
		}
		
		#left-sidebar h3 a:hover {
			background: #e0e8f0;
		}
		
		#left-sidebar ul {
			padding: 7px 15px 30px 15px;
		}
		
			#left-sidebar ul li {
				padding: 2px 0;
			}
			
				#left-sidebar ul li a {
					color: #000;
					text-decoration: none;
				}
				
					#left-sidebar ul li a:hover {
						text-decoration: underline;
					}
	
	#central {
		width: 580px;
		float: left;
	}
	
	#homepage-container {
		padding-top: 30px;
	}
	
		#logo {
			position: relative;
			display: block;
			height: 130px;
			background: #405d82;
			margin: 0 0 10px 0;
		}
		
		#logo:hover {
			background: #334e70;
		}
		
			#logo img {
				position: absolute;
				display: block;
				top: 22px;
				left: 35px;
			}
			
		#search-box {
			background: #f4f7fa;
			padding: 15px;
		}
		
			#search-box input#main-serach {
				padding: 5px;
				border: 1px solid #67788b;
				font-size: 18px;
				color: #1e406c;
				font-family: arial, vardana, sans-serif;
				display: block;
				float: left;
				margin: 0 15px 0 0;
			}
			
			#search-box input#main-search-button {
			}
			
		#breadcrumbs {
			padding: 20px 0 30px 0;
		}
		
			#breadcrumbs small {
				font-size: 14px;
			}
			
			#breadcrumbs a {
				color: #67788b;
				text-decoration: none;
			}
			
				#breadcrumbs a:hover {
					color: #000;
					text-decoration: underline;
				}
				
				#breadcrumbs span em {
					font-style: italic;
				}
	
	#right-sidebar {
		width: 130px;
		padding: 175px 0 0 40px;
		float: right;
	}
	
		#right-sidebar h1 {
			display: block;
			font-size: 10px;
			padding: 4px 15px;
			background: #f4f7fa;
			border-top: 1px solid #667d9b;
			text-decoration: none;
			color: #405d82;
			margin: 0 0 20px 0;
		} 
	
#footer {
	border-top: 1px #405d82 solid;
	padding: 10px;
	height: 30px;
}

	#footer-left,
	#footer-right,
	#footer-left a,
	#footer-right a {
		font-size: 10px;
		color: #395b94;
		text-decoration: none;
	}
	
	#footer-left a:hover,
	#footer-right a:hover {
		color: #203857;
		text-decoration: underline;
	}	

	#footer-left {
		width: 450px;
		float: left;
	}
	
	#footer-right {
		width: 450px;
		float: right;
		text-align: right;
	}
	