body {
	margin: 0px;
	background-image: url(images/strip_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	background-color: #E9EDEF;
	height: 100%;
}

#header {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#header h2 {
	font-size: 20px;
	position: absolute;
	margin: 0px;
	top: 55px;
	width: 198px;
	right: 22px;
}



#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E9EDEF;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	padding-top: 10px;
}
#container h4 {
	padding-left: 5px;
	padding-top: 5px;
}

#content {
	width: 450px;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#content h1 {
	font-size: 22px;
	color: #FF9900;
	font-weight: normal;
}

#content h3 {
	font-size: 13px;
	margin: 0px;
}

#content img {
	margin-right: 50px;
}
#right {
	position: absolute;
	width: 205px;
	left: 495px;
	top: 125px;
	background-color: #DDE3E6;
	padding: 5px;
}
#right p {
	margin: 0px;
}
#right a {
	color: #000000;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}



#right h3 {
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
}
