@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C0BAA3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color:#fff;
	border: 1px solid #000000;
	}
#clear {
	clear:both;
}

#header{
	position:relative;
//makes sure nested elements use it as a reference point to position themselves 
	background-color:#000000;
}
#content {
	float:right;
	width:400px;
	background-color: #666666;
	background-image: url(images/pattern1.gif);
	background-repeat: repeat;
}
#content p {
	padding: 0px;
	margin-left: 15px;
}
#sidebar {
	float: left;
	width: 400px;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	padding: 5px;
	text-transform: uppercase;
}
#footer {
	text-align: center;
	background-color: #006699;
	font-size: .85em;
	color: #FFFFFF;
}
#footer a:link {
	color: #CCCCCC;
}
#footer a:hover {
	color: #333333;
}
#footer a:visited {
	color: #CCCCCC;
}
#content img {
	border: 2px solid #000000;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 24px;
}
#sidebarSection {
	height: 140px;
}
#sidebarSection h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	font-style: normal;
}
#sidebarSection p {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
#sidebarSection p.detail {
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: right;
	padding-right: 10px;
}
#sidebarSection img {
	float: left;
	margin-right: 15px;
}
#contentSection {
	height: 140px;
	padding: 0px;
}
#contentSection p {
	font-size: 11px;
	padding: 10px;
}
#contentSection p.detail {
font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: right;
	padding-right: 10px;
}
#contentSection img {
	float: left;
	margin-right: 15px;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#contentSection h1 {
	background-color: #006699;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}
#contentSection h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	font-style: normal;
}
