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

/* Expanders */
#header_exp {
	width: 100%;
	height: auto;
	background-image: url(../images/head_bg.gif); 
	background-repeat: repeat-x;
}

#content_exp {
	width: 100%;
	min-height: 600px;
	background-image: url(../images/pri_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer_exp {
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
}


/* Primary Frames */
#header_base {
	width: 960px;
	height: auto;
	margin: auto;
}

#content_base {
	width: 960px;
	min-height: 600px;
	margin: auto;
}

#footer_base {
	width: 960px;
	height: auto;
	margin: auto;
	font-family:arial;
	font-size:12px;
}


.mainbody{
	line-height:15px;
	}

.mainbody p{
	padding-top:6px;
	padding-bottom:6px;
	}