@charset "utf-8";
/***   structure   ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/readyed-bg.jpg) repeat-x #d2ecea;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#333;
}
#container {
	width: 1261px;
	height:893px;
	background:url(../images/readyed-contentbg.jpg) no-repeat center bottom;
	margin: 0 auto;
	text-align: left;
}
/***   global elements   ***/
p, li {
	font-size:12px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:12px;
}
img {
	border:none;
}
.right { 
	float: right;
	margin-left: 8px;
}
.left { 
	float: left;
	margin-right: 8px;
}
.small {
	font-size:9px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/***   header   ***/
#header {
	background:url(../images/readyed-header.jpg) no-repeat center;
	height:181px;
	padding:30px 0 0 170px;
}
#rightsidebar {
	float: right;
	width: 200px;
	padding: 10px 130px 0 0;
}
#mainContent {
	margin: 0;
	padding:8px 350px 10px 170px;
} 
/***   footer   ***/
#footer {
	padding: 0 150px 0 0;
	background:url(../images/readyed-footerbg.jpg) no-repeat top center;
	text-align:right;
	height: 35px;
}
#footer p {
	margin: 0;
	padding: 4px 0;
	color:#fff;
	font-size:11px;
	
}
#footer a:active, #footer a:visited, #footer a:link {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#F90;
}
/***   custom elements   ***/