html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #a8b9ca url(images/gradient.jpg) top repeat-x;
	text-align: center;
	}

p {
	font-family: georgia, garamond; times new roman, times, serif;
	font-size: 13px;
	}

h1 {
	font-family: "trebuchet ms", verdana, tahoma, arial, sans-serif;
	font-size: 18px;
	color: #79311c;
	font-weight: 600;
	margin-left: 30px;
	margin-right: 5px;
	text-align: left;
	}	

h2 {
	font-family: "trebuchet ms", verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a8b9ca;
	}

.center {
	text-align: center;
	margin-top: -10px;
	}

tr img {
	display: block;
	}

/* CLASSES */

.info {
	line-height: 19px;
	color: #011933;
	text-align: left;
	margin-left: 30px;
	margin-right: 5px;
	}

.sidebar {
	font-family: "trebuchet ms", verdana, tahoma, arial, sans-serif;
	line-height: 15px;  
	font-size: 11px;
	color: #1f496d;
	text-align: left;
	margin-left: 16px;
	margin-right: 14px;
	}

/* LINKS */

a:link {
	color: #1f496d;
	text-decoration: underline;
	}

a:visited {
	color: #1f496d;
	text-decoration: none;
	}

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

a:link img {
	border: none;
	}

a:visited img {
	border:none;
	}
	
a:hover img {
	border-bottom: none;
	background: none;
	text-decoration: none;
	border: none;
	}

.nav {
	font-family: "trebuchet ms", verdana, tahoma, arial, sans-serif;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	}

.nav a:link {
	color: #a8b9ca;
	text-decoration: none;
	}

.nav a:visited {
	color: #a8b9ca;
	text-decoration: none;
	}

.nav a:hover {
	text-decoration: none;
	color: #758ba2;
	}

.foot {
	font-size: 11px;
	color: #a8b9ca;
	}

.foot a:link {
	color: #b58f50;
	}

.foot a:visited {
	color: #b58f50;
	}

.foot a:hover {
	color: #b58f50;
	text-decoration: underline;
	}

.small {
	font-size: 5px;
	}

/* divs */

#container {
	width: 800px;
	min-height: 540px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #e3e8ec;
	}

#header {
	height: 146px;
	background: #1f496d;
	text-align: left;
	}

#links {
	height: 30px;
	background: #011933;
	text-align: center;
	margin-top: -3px;
	}
	
#main {
	float: left;
	width: 590px;
	background: #e3e8ec url(images/watermark.jpg) no-repeat top left;
	}

#side {
	float: right;
	width: 205px;
	min-height: 450px;
	background: transparent url(images/divider.jpg) no-repeat top left;
	}

#footer {
	clear: both;
	text-align: center;
	height: 114px;
	background: #1f496d url(images/footer-gradient.jpg) repeat-x;
	margin-top: -10px;
	}
