body {
	background: url(/views/imgs/page/background.jpg) repeat-x left top;	
}

/***************
 * HEADER
 ***************/
#header {
	height: 105px;
}

#header img#logo {
	margin-top: 23px;
	margin-left: 13px;
}

/***************
 * CONTENT
 ***************/
#content {
	clear: both;
	margin-top: 27px;
} 

#content #text {
	margin-top: 30px;
	margin-left: 15px;
	width: 450px;
	float: left;
}

	#content #text p#top {
		clear: both;
	}

	#content #text .title {
		float: left;
	}
	
	#content #text .back {
		margin-top: 20px;
		float: right;
	}	
	
	#content #text hr {
		color: #E1D1A1;
		background-color: #E1D1A1;
		height: 1px;
		clear: both;
		border: none;
	}	

#content #right_side {
	background: url(/views/imgs/page/background_right_side.jpg) repeat-x left top;	
	width: 252px;
	height: 320px;
	float: right;
	margin-right: 8px;
	padding-top: 33px;
}

#content .billing:link, #content .billing:hover, #content .billing:visited {
	color: #FF7700;
	font-size: 12px;
	text-decoration: underline;
}

#text ul {
	padding-left: 25px;
	margin-left: 0px;
}

#text ul li {
	margin-bottom: 15px;
}

#text .item {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}

#text img.plan {
	padding: 10px;
}

#text input.signup {
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#text a:link, #text a:hover, #text a:visited {
	color: #FF7700;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}