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


body{
	background-color: #CCCCCC;
	font-size: 10px;
	color: #FFFFFF;
}

p{
	font-size: 12px;
	color: #666666;
}

h1{
	font-size: 18px;
	color: #0097DC;
	padding-top: -10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size: 18px;
	text-align: right;
	letter-spacing: 0.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h3{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content_wrapper{
	top: 100%;
	margin: auto;
	background-color: #FFFFFF;
	width: 800px;
	background-image: url(/images/back_sills.jpg);
	height: 600px;
}

#header{
	height: 100px;
	width: 550px;
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	margin: auto;
	clear: both;
	float: right;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

#sidebar{
	float: left;
	width: 200px;
	color: #666666;
	clear: left;
	list-style-image: none;
	list-style-type: none;
	font-size: None;
	height: 500px;
	padding: 20px;
}

#main_content{
	float: right;
	width: 530px;
	padding: 15px;
	text-align: right;
	clear: right;
}

#footer{
	clear: both;
	background-color: #0097DC;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	position: relative;
	width: 760px;
	float: none;
	top: 0px;
	border-top-width: 3px;
	border-top-style: outset;
	margin-right: auto;
	margin-left: auto;
}

