body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

fieldset, img {
	border: 0;
	}

caption, th {
	text-align: left;
	}

q:before, q:after {
	content:'';
	}


/* Main Content */

html {
	text-align: center;
	}

body {
	position: relative;
	width:975px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-image:url(./images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	}
	

#header {
	width:975px;
	padding:5px 0px;
	margin:0px auto 0px auto;
	height:100px;
	background:transparent;
	}
	
#navigation {
	width:975px;
	padding:5px 0px;
	margin:0px auto 0px auto;
	height:25px;
	background:#0f0989;
	}

#promo {
	background-image:url(./images/bg_promo.jpg);
	background-repeat:none;
	width:975px;
	height:227px;
	margin-bottom:10px;
	}

.maintop {background-image:url(./images/bg_maintop.jpg);background-repeat:no-repeat;background-color:#fff;width:975px;height:21px;}
.mainbottom {background-image:url(./images/bg_mainbottom.jpg);background-repeat:no-repeat;background-color:#fff;width:975px;height:21px;}

#main {
	float:left;
	width:965px;
	height:auto;
	background-image:url(./images/bg_main.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	padding:0px 5px 20px 5px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #dbdbdb;
	}
	
.plainlink {text-decoration:none;color:#0f0989;}
.navlink {text-decoration:none;color:#4e60b1;}
