/******************/
/**** GLOBAL ******/
/******************/

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f1fdfd url('../media/images/body_bg_main.jpg') top center repeat-y;
	}
	
img{
	border:0px;
	}
	
.clear{
	clear:both;
	}
	
.floatR{
	float:right !important;
	}
	
a:hover{
	text-decoration:none;
	}
	
/******************/
/**** HEADER ******/
/******************/
	
#header{
	width:100%;
	background:url('../media/images/header_bg_main.gif') top center repeat-x;
	clear:both;
	}
	
#header #main{
	width:918px;
	margin:0px auto;
	clear:both;
	}
	
#header #links div{
	float:left;
	}
		
/******************/
/****** BODY ******/
/******************/

#body{
	width:900px;
	margin:0px auto;
	clear:both;
	text-align:left;
	font-size:12px;
	padding-bottom:50px;
	}
	
#body a{
	color:#3399cc;
	text-decoration:none;
	}
	
#body .tall1{
	height:1082px;
	}
	
#body .tall2{
	height:1162px;
	}
	
#body .tall3{
	height:1518px;
	}
	
#body .tall4{
	height:1322px;
	}
	
#body #column1{
	float:left;
	width:554px;
	}
	
#body #column1 .copy{
	padding:10px;
	background:#fff url('../media/images/body_bg_rounded_column1.gif') bottom left no-repeat;
	}
	
#body #column1 .copy .headline{
	font-size:24px;
	color:#000066;
	}
	
#body #column1 .copy strong{
	font-size:14px;
	}
	
#body #column1 .copy #note{
	font-size:9px;
	}
	
#body #divider{
	float:left;
	width:13px;
	}
	
#body #column2{
	float:left;
	width:333px;
	}
	
#body #column2 .copy{
	float:left;
	width:313px;
	padding:10px;
	background:#fff url('../media/images/body_bg_rounded_column2.gif') bottom left no-repeat;
	}
	
#body #column2 .copy .left{
	float:left;
	width:96px;
	margin-bottom:4px;
	}
	
#body #column2 .copy .right{
	float:left;
	width:195px;
	}
	
#body #column2 .copy .subheader{
	font-size:18px;
	color:#000066;
	padding-bottom:10px;
	}
	
#body #column2 .copy .subheader a{
	font-size:16px;
	text-decoration:underline;
	}
	
#body #column2 .copy span{
	color:#000066;
	}
	
#body #column2 #model{
	width:100%;
	background:url('../media/images/body_bg_model.gif') top right no-repeat;
	}
	
	