body {
	margin:0;
	padding:0;
	font-family:arial;
	color:#000;
	height:100%;
	background-image:url(../img/striping.png);
}
html {
	height:100%;
}


/* misc */
.clearer {clear: both;}

/* structure */
.container {
	width: 840px;
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../img/menu_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
.wrapper {
	margin: 0 auto;
	width: 850px;
	padding:10px;
	background-color:white;
}

/* header */
.header {
	width: 850px;
	height:121px;
	background: url(../img/header_bg.jpg) repeat-x;
	text-align:left;
	margin:0;
	padding:0;
}

.service {
	width:266px;
	height:61px;
}

.main {
	width: 850px;
	margin:0;
	padding:0;
	
}

.whiteframe {
	background-color:white;
}

.subnav {
	float: left;
	width: 202px;
	margin:0;
	padding:0;
}

.content {
	margin:0;
	padding:0;
	margin-left:210px;
	_height:500px;
	min-height:500px;
	background-image:url('../img/content_bg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:45px;
	background-color:white;
}

.content a,.content a:active,.content a:visited,.content a:link {
	color: #E20912;
	text-decoration:underline;
}
.content a:hover {
	color: #E20912;

	text-decoration:none;
}
.content h1 {
	border-bottom:2px solid #000;
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin:0pt 0pt 5px;
	padding:8px 0pt 0pt;
}

.content .text {
	color:black;
	font-size:13px;
	margin:0;
	padding:0;
	margin-left:3px;
}

.subnav {

}

.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #aaa;
	list-style: none;
	font-size:13px;
}
.subnav li a {
	background: #bbb;	
	color: #fff;
	display: block;
	padding: 8px 5px 8px 5px;
	width: 195px;
	text-decoration: none;
	text-align:right;
}
.subnav li a:hover, .subnav .active a{
	background: #ccc;
	color: #fff;
}


