body {
	margin:0;
	background: #385B8B url(../images/bg_repeat.gif) repeat-x;
}

#top {
	background: url(../images/header.jpg) no-repeat;
}

#header {
	background: url(../images/header_bottom.jpg) no-repeat;
}

#page {
	background: url(../images/page_repeat.gif) repeat-y top;
}

#footer {
	background:url(../images/footer.gif) no-repeat;
}

#nav {
	background: url(../images/bg_left.jpg) no-repeat top;
}

#nav img {
	display: block;
}

#side {
	background: url(../images/bg_right.jpg) no-repeat top;
}

#side img {
	display: block;
	margin-left: 20px;
}

td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D1804B;
}

h1 {
	font-size:18px;
	font-weight:100;
	margin: 10px 15px 9px 15px;	
}

a {
	text-decoration:underline;
	color:#0033FF;
}

a:hover {
	color: #BA4B03;
}

#footer a {
	text-decoration:none;
	color:#333366;
}

#footer a:hover {
	color:#333366;
	text-decoration:underline;
}

.main {
	margin: 0 15px 10px 15px;
}

.side {
	margin: 0 10px 10px 30px;	
}

.blue{
	font-size:10px;
	color:#333366;
	margin-right: 20px;
}

.footerleft {
	font-size:10px;
	color:#333366;
	margin: 25px 0 0 100px;
}

.footerright {
	font-size:10px;
	color:#333366;
	margin: 25px 65px 0 0;
}

.top {
	font-size: 12px;
	margin: 0 0 0 75px;
	color:#000;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
}

textarea {
	font: 11px Arial, Helvetica, sans-serif;
}

#bottom {
	vertical-align:bottom;
}