* {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 100.01%;
}

body {
	background: url(../images/bg.jpg) rgb(255, 255, 255) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #638AC3;
	text-decoration: underline;
}

#wrapper {
	width: 865px;
	margin: auto;
	background: url(../images/wrapperbg.jpg) repeat-y;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 660px;
	height: 216px;
	margin: -500px 0 0 216px;
	padding: 0px 0px 0 0px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header a:hover {
	text-decoration: none;
	color: #C30E0F;
}

#navi {
	width: 166px;
	height: 368px;
	padding: 132px 0 0 50px;
	line-height: 47px;
	background: url(../images/navibg.jpg) no-repeat;
}

#navi a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}

#navi a:hover {
	text-decoration: none;
	color: #638AC3;
}

#navi ul {
	list-style: none;
}

* html #content {
	height: 284px;
}

#content {
	width: 525px;
	margin: 0px 0 0 216px;
	padding: 0px 75px 0px 50px;
	font-size: 14px;
	color: #000000;
	line-height: 1.4em;
	min-height: 284px;
}

#content a {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

#content a:hover {
	color: #638AC3;
	text-decoration: underline;
}

#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat;
	width: 865px;
	height: 192px;
	margin: 0 0 0 1px;
	padding: 0px 0 0 0px;	
	font-size: 14px;
}

#footer a {
	font-size: 14px;
	color: #000000;
}

#footer a:hover {
	text-decoration: none;
	color: #638AC3;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #638AC3;
	font-size: 22px;
	font-weight: bottom;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 0.9em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #638AC3;
	font-size: 16px;
	font-weight: bottom;
	padding-top: 3px;
}

h3 {
	color: #C30E0F;
	font-size: 14px;
}

.imgborder {
	border: 4px solid #E4E4E4;
	border-style:dotted;
	
}

.list {
	padding-left: 27px;
	line-height: 1.60em;
	list-style-image: url(../images/list-style.gif);
}

#scroller {
	text-align: right;
	padding-top:30px;
	float:inherit;
}
#scroller a {
	font-size: 14px;
	color: #638AC3;
}

#scroller a:hover {
	text-decoration: none;
	color: #000000;
}

.clear {
	float:none;
	clear:both;
	height:15px;
	}
