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

/*Cleanup*/
img{border:none;}
h1,h2,h3,h4,p{margin:0; padding:0;}


/* BASE Structure */
html{}
body{
	margin:0;
	padding:0;
	background: #4E585F url(images/bg.jpg) top center repeat-x;
	background-color: #4A545B;
}
#wrapper{margin-top: 66px;}
#box{
	margin:0 auto;
	width:744px;
	position:relative;
	left: -2px;
	top: 10px;
}
#header{}
#logo{
	position:absolute;
	top:67px;
	left:391px;
	width:307px;
	height:149px;
	background:url(images/logo.gif) top left no-repeat;
}
#logo_subpage{
	position:absolute;
	top:67px;
	left:490px;
	width:250px;
	height:100px;
	background:url(images/logo_subpage.gif) top left no-repeat;
}

#maincontent{background:#fff; background:url(images/bg-tile.png);}
#content{ min-height:555px;}
#rcolumn{width:320px; margin: 0 34px 0 390px; padding:130px 0 120px 0; }
#rcolumn_subpage{
	width:320px;
	margin-top: 0;
	margin-right: 34px;
	margin-bottom: 0;
	margin-left: 390px;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
	color:#666666;
}
#footer{
	height: 103px;
	background: url(images/footer.png) bottom left no-repeat;
	}
	
#footer2{
	text-align:right; text-transform:uppercase; 
	padding:0 20px 0 0;
	}

.subnav{margin:50px 0 0 50px;}


/*Per Page Structure*/




/*Styles*/
body{font-family: Verdana, Arial, Helvetica, sans-serif;}
h1{font-size:20px; color:#666666; padding-bottom:20px; color: #cf97d4; display: block; background: url(images/shadow.jpg) 0px 24px no-repeat;}
p{color:#383838; font-size:12px; line-height:20px; margin-bottom:5px;}
#footer, #footer2 {font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #fff;}
h3{
	font-size:18px;
	color: #666666;
}
.subnav a{
	color: #70709c;
	font-size:14px;
	line-height: 22px;
	font-weight: bold;
}
