body{
	background-image: url(images/top_gradient.png);
	background-repeat: repeat-x;
	background-color: #f0f7fd;
	font-family: "Arial";
	font-size: 12px;
	color: #4b4b4c;
}

#container{
	text-align: center;
	width: 778px;
}

#header{
	margin-top: 50px;
	width: 778px;
	height: 66px;
	text-align: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

div.menu{
	margin-top: 5px;
}

div.menu_left{
	float:left;
	width: 15px;
	height: 40px;
	background-image: url(images/left_curve.png);
}

#menu{
	float:left;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 747px;
}

div.menu_right{
	float:left;
	width: 15px;
	height: 40px;
	background-image: url(images/right_curve.png);
}

div.menu_item{
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}

#left{
	float:left;
	padding: 15px;
	width: 214px;
}

#left_content{
	margin-bottom: 10px;
}

div.box_top{
	font-size: 1px;
	width: 214px;
	height: 13px;
	background-image: url(images/box_top.png);
}

div.side_title{
	font-weight: bold;
	color: #000;
	padding-left: 20px;
	padding-right: 10px;
	text-align:left;
	width: 184px;
	background-color: #8fc400;
	
}

div.side_content{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	text-align:left;
	width: 184px;
	color: #fff;
	background-color: #8fc400;
}

div.recent_content{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	text-align:left;
	width: 184px;
	color: #fff;
	background-color: #8fc400;
	
}

#arrow{
	padding-left: 30px;
	margin: 0px;
	list-style:none;
	list-style-image:url(images/cardarrow.png);
	list-style-position:outside;
}

#pages{
	padding-left:10px;
	margin: 0px;
	list-style:none;
	list-style-image:url(images/pagearrow.png);
	list-style-position:outside;
}

div.box_bottom{
	font-size: 1px;
	width: 214px;
	height: 10px;
	background-image: url(images/box_bottom.png);
}


#right{
	float:left;
	width: 528px;
	padding-top: 15px;
}

div.center_top{
	clear:both;
	font-size: 1px;
	width: 528px;
	height: 5px;
	background-image: url(images/center_top.png);
}
div.center{
	padding: 15px;
	background-image: url(images/center_gradient.png);
	background-repeat: repeat-y;
}
div.center_bottom{
	font-size: 1px;
	width: 528px;
	height: 5px;
	background-image: url(images/center_bottom.png);
}

#creditinfo {
	padding-left:10px;
	list-style:none;
	list-style-position:outside;
	list-style-image:url(images/arrow.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}

#footer{
	clear: both;
}
