body{
	margin:0px;
	padding:0px;
	font-family:'Lucida Sans';
	color:#666;
	font-size:11px;
	background-color:#FFF;
}
p{
	line-height:18px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
 a,active,visited{
	color:#a01623;
	text-decoration:none; 
}
a:hover{
	color:#FF0033;
}
#wrapper{
	width:769px;
	margin:0px auto;
	background-image:url(images/wrapper_bg.jpg);
	background-repeat:repeat-y;
}
#header{
	width:769px;
	height:149px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}
#header ul{
	margin:93px 20px 0px 0px;
	padding:0px;
	float:right;
}
#header ul li{
	list-style-type:none;
	display:inline;
	font-size:10px;
}
#header ul li a,active,visited{
	display:block;
	width:90px;
	height:29px;
	float:left;
	line-height:37px;
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
	padding:8px 0px 0px 15px;
}
#header ul li a:hover{
	background-position:0px -37px;
}
#header h1{
	display:none;
}
#wrapper #main_content{	
	display:block;
	margin:0px auto;
	width:726px;
}
#wrapper #main_content h2{
	display:none;
}
#wrapper #main_content #message{
	width:726px;
	height:208px;
	background-image:url(images/message_bg.jpg);
	background-repeat:no-repeat;
}
#wrapper #main_content #left_column{
	width:63%;
	margin:0px 0px 0px 13px;
	padding:12px 0px 0px 0px;
}

#wrapper #main_content #right_column{
	width:32%;
	height:250px;
	float:right;
	background-image:url(images/right_col_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:12px 0px 0px 6px;
}
#wrapper #main_content #right_column ul{
	margin:12px 12px 0px 20px;
	line-height:inherit;
	padding:0px;
}
#wrapper #main_content #right_column ul li{
	display:block;
	line-height:25px;
	background-image:url(images/arrow_bg.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	list-style-type:none;
	padding:0px 0px 0px 15px;
}
#wrapper #main_content #right_column h3{
	width:132px;
	height:14px;
	background-image:url(images/what_we_offer.jpg);
	background-repeat:no-repeat;
	margin:2px 0px 0px 18px;
}
#wrapper #main_content #right_column h3 span{
	display:none;
}
#wrapper #footer{
	width:769px;
	height:30px;
	margin:0px auto;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
	text-align:center;
	font-style:italic;
	padding:30px 0px 0px 0px;
	color:#999999;
}
