/* GENERAL STYLES */

body{
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #777777;
	background: url('images/on.jpg') repeat-x #0c0c0c 0px 115px;
}

a{ color: #000; }

	a:link,a:visited{ text-decoration: underline; }
	a:hover, a:active{ text-decoration: none; }
	a img{ border: 0; }

h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
	color: #000;
}

	h1{ font-size: 20px; }
	h2{ font-size: 18px; }
	h3{ font-size: 16px; }
	h4{ font-size: 14px; }
	h5{ font-size: 12px; }

.image-right{
	float: right;
	padding: 15px 0 15px 15px;
}

.image-left{
	float: left;
	padding: 15px 15px 15px 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}






/* FRAMEWORK SECTIONS */

#wrapper{
	width: 800px;
	margin: 0 auto;
	background: #FFF url('images/sidebar_background_right.gif') right repeat-y;
}

#header{
	position: relative;
	margin: 0;
	height: 178px;
	background: url('images/header1.jpg') bottom repeat-x;
	text-align: center;
}

	#top{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: url('images/header_top_800.jpg') no-repeat;
		z-index: 1;
	}

	#header img{
		position: relative;
		z-index: 2;
		margin: 55px 0 3px 0;
	}
		
	#header h4{
		color: #FFF;
		font-weight: normal;
		opacity: .7;
		font-size: 11px;
	}
	
#contents{
	float: left;
	position: relative;
	width: 550px;
	min-height: 200px;
	font-size: 11px;
	z-index: 5;
}

	#contents h1, #contents h2, #contents h3, #contents h4,#contents h5{
		color: #000;
	}

	#contents .section{
		padding-top: 15px !important;
	}

#sidebar{
	float: right;
	width: 250px;
	line-height: 1.4em;
	font-size: 11px;
}






/* FRAMEWORK PARTS */

.header, .section{
	margin: 0;
	padding: 15px 15px 10px 15px;
	line-height: 1.4em;
}

	.header{
		font-size: 12px;
		color: #333;
	}

	.header h4{
		color: #000;
		margin-bottom: 1px;
	}
	
	.header h5{
		color: #AAA;
	}

	.section{
		padding-top: 0px;
	}





/* CONTENT BREADCRUMBS */

#breadcrumbs{
	display: block;
	clear: left;
}

	#breadcrumbs ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#breadcrumbs ul li{
			display: inline;
		}
	
		#breadcrumbs ul li a{
			color: #AAA;
		}
	
			#breadcrumbs a:link, #breadcrumbs a:visited{
				text-decoration: none;
			}
	
			#breadcrumbs a:hover, #breadcrumbs a:active{
				text-decoration: underline;
			}






/* FOOTER */

#footer {
	text-align: center;
	margin: 0;
	height: 40px;
	background: #0C0C0C url(images/footer_800.jpg) top no-repeat;
	padding: 15px 0 0 0;
	clear: both;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #bbbbbb;
}

#footer a:hover, #footer a:active {
	color: white;
}
