body
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	background-image: url('./images/bg.png');
	background-repeat: repeat-x;
	background-color: #80c8ff;
}

a
{
	color: #5c5c5c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.container
{
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	background-color: #FFFFFF;
}

.logobar
{
	width: 825px;
	height: 110px;
}

.logobar .logo
{
	background-image: url('./images/logo.png');
	width: 400px;
	height: 100px;
}

.logobar .signin
{
	padding-left: 700px;
	margin-top: -20px;
}

.topbar
{
	background-image: url('./images/topbar.png');
	width: 825px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

.topbar .item
{
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
}

.threeboxes
{
	background-image: url('./images/3boxes.png');
	width: 820px;
	height: 285px;
	font-size: 16px;
}

.threeboxeswithgirl
{
	background-image: url('./images/3boxeswithgirl.png');
	width: 820px;
	height: 285px;
	font-size: 16px;
}

.threeboxeswithgirl h1 
{
	margin: 0px;
	padding-top: 25px;
	padding-left: 40px;
	font-size: 26px;
}

.threeboxes h1
{
	margin: 0px;
	padding-top: 25px;
	padding-left: 40px;
	font-size: 26px;
}

.steps
{
	padding-top: 0px;
	padding-left: 250px;
	width: 350px;
}

.steps .also
{
	padding-top: 10px;
	padding-left: 60px;
}

.sidebar
{
	margin-left: 8px;
	margin-right: 15px;
	font-weight: bold;
	float: left;
}

.sidebar a
{
	font-weight: normal;
	color: #000000;
}

.sidebar .top
{
	background-image: url('./images/sidebartop.png');
	background-repeat: no-repeat;
	width: 187px;
	min-height: 300px;
	background-color: #b4deff;
	padding-left: 10px;
	padding-top: 20px;
}

.sidebar .bottom
{
	background-image: url('./images/sidebarbottom.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	margin-top: -12px;
}

.clearboth
{
	clear: both;
}

.mainitem
{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.mainitem .img
{
	float: left;
	width: 200px;
	height: 110px;
	background-color: #666666;
}

.mainitem .text
{
	float: right;
	width: 370px;
	margin-left: 10px;
	margin-top: -8px;
}

.mainitem .text a
{
	color: #000000;
}

.mainitem .text .links
{
	text-align: center;
}

.mainitem .text .links a
{
	color: #5c5c5c;
}

ul
{
	list-style-position: inside;

}

td
{
	padding: 5px;
}