@charset "utf-8";
/* CSS Document */

body{background-color: #DFDFDF;margin:0;padding:0;font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;}
	
a:link {color: #D01035;text-decoration: none;}
a:visited {text-decoration: none;color: #D01035;}
a:hover {text-decoration: none;color: #0000FF;}
a:active {text-decoration: none;color: #D01035;}
a {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #0000FF;}
.body_copy {font-size: 12px}
.search {font-size: 10px;font-family: Arial, Helvetica, sans-serif;color: #0000FF;}
.titles {font-size: 16px;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-variant: normal;color: #D01035;}
.title_sub {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-variant: normal; color: #D01035; }


#wrapper{width:720px;margin:0 auto;}

#backdrop{width:720px;background:#ffffff url(images/body_bg.gif) repeat-y top right;float:left;}
/*---HEADER---*/

#header{width:720px;height:75px;height:112px;background:url(images/header_bg.gif) repeat-x;}
#header h1{background:url(images/logo.jpg) no-repeat;width:126px;height:112px;float:left;margin:0;padding:0;}

#menu{float:left;}
#menu ul{list-style:none;margin:0;padding:0;}
#menu ul li{display:inline;float:left;}

#content{float:right;width:550px;padding-right:15px;}

#sidebar{width:145px;background:url(images/sidebar_bg.gif) repeat-y;float:left;}

#footer{width:720px;margin:0 auto;}

