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

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

#topnavigation {
	width:900px;
	height:90px;
	background-image:url('/media/images/web_design_01.jpg');
}

#navleft {
	width: 300px;
	float: left;
	height:90px;	
}
#navright {
	width: 600px;
	float: right;
	height:90px;
	text-align: right;
}

#header {
	width:900px;
	height:180px;
}

#divider {
	width:900px;
	height:30px;
	background-image: url('/media/images/web_design_03.jpg');
	margin-bottom: 25px;	
}

#content {
	width:639px;
	min-height:400px;
	float: left;
	overflow: hidden;
	background-image:url('/media/images/content-topbg.gif');
	background-repeat: no-repeat;
	background-position: top;	
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	padding: 10px 20px 20px 20px;
	text-align: justify;
	line-height: 1.5;	
}

#sidebar {
	width:220px;
	min-height:407px;
	float: right;
	overflow: hidden;
	background-image: url('/media/images/08_08.jpg');
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
	margin-bottom: 10px;
}

#sidebar .sidesubheader {
	background-image: url('/media/images/side/subheaderbg.gif');
	width: 220px;
	height: 25px;
	padding-top: 5px;
	margin-bottom: 10px;
}


#footer {
	clear:both;
	width:870px;
	height:53px;
	background-image:url('/media/images/web_design_05.jpg');
	margin-bottom: 10px;
	font-size: 10px;
	color:#FFFFFF;
	padding: 15px;	
}

#footer a {
	color:#FFFFFF;
}


