* { margin:0; padding: 0; border:0; }

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	position: relative;
	color: #333;
	margin: 0;
	padding: 0;
	background: #979797 url(../images/bg.gif);
	position: relative;
	text-align: center;
}

/* CONTENT */

p {
	margin: 10px 0 15px 0;
	line-height: 1.4em;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ff0099;
}

h3 {
	font-size: 11px;
	border-bottom: 1px solid #d8d8d8;
	width: 80%;
	margin: 20px 0 0 30px;
}

td {
	vertical-align: top;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #ff0099;
}

a:hover {
	text-decoration: none;
}

/* LAYOUT */
#page_margins {
	margin: auto;
	width: 1018px;
	text-align: left;
}

#page {
	margin: 0 19px;
}

#header {
	position: relative;
	height: 109px;
	background: url(../img/header.jpg) no-repeat;
}
#header img {
	position:absolute;
	top:10px;
	right:0px;
}
#header #topnav {
	position:absolute;
	bottom:10px;
	left:0px;
}
#main {
	clear: both;
	height: 472px;
	background: #fff url(../images/mainbg.gif) repeat-x bottom;
	border: 1px solid #999999;
	padding:14px;
}
#nav_main {
	z-index: 999;
	width: 100%;
	height: 145px;
}
#content {
	width: auto;
	display: block;
	padding-top: 55px;
	z-index: 1;
}
#col1 {
	display:block;
	width: 370px;
	margin-right:15px;
	float: left;
}
#col2 {
	display:block;
	width:auto;
	margin-left:385px;
}
.clear {
	clear:both;
}

#footer {
	clear:both;
	margin-top: 10px;
	margin-left: 15px;
	color: #333333;
	margin-bottom: 30px;
}
#footer p {
	font-size:12px;
}
#mainNavi {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#mainNavi a {
	display: block;
	color: #274e72;
	background: url(../img/navi.gif) no-repeat;
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 3px 0 3px 32px;
	text-decoration: none;
}
#mainNavi a:hover {
	background: url(../img/navi_hover.gif) no-repeat;
	text-decoration: none;
}
