body {
	background-color: #3db9d9;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 27px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3db9d9;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #454545;
	margin: 0px;
	padding: 0 0 10px 0px;
	letter-spacing: .05em;
	font-weight: normal;
}
a {
	font-style: italic;
	color: #333333;
}
.optionBlock {
	width: 650px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFF;
	margin-bottom: 5px;
}
#options {
	width: 180px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	color: #3db8d8;
	margin-left:40px;
	padding-top: 10px;
}
a.optionLink {
	color: #3DB8D8;
	font-style: normal;
	text-decoration: none;
}
.optionBlock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0 0 5px 0;
}
#options label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
#shell {
	background-color: #e6e6e6;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0px 3px 4px #666;
	-webkit-box-shadow: 0px 3px 4px #666;
	box-shadow: 0px 3px 4px #666;
}
table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#left {
	width: 210px;
	float: left;
	margin: 0px;
	padding-left: 20px;
}
#left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
	color: #333333;
}
#right {
	width: 650px;
	margin-left: 250px;
}