* {  margin: 0; padding: 0; }

body {
	background: url('/img/gradback.jpg') top left repeat-x;
	font-family: Arial, Verdana, Sans-Serif;
	color: #444;
}
p {
	line-height: 1.6em;
	margin-top: 1em;
}
/* LINKS */
a {
	text-decoration: underline;
	cursor: pointer;
}
h1 {
	color: #CC0000;
	font-family: Georgia, Times;
	font-size: 1.2em;
}
h3 {
	color: #444;
	font-family: Georgia, Times;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
li {
	margin-left: 2em;
	line-height: 1.6em;
}

/*MAIN CONTAINER */
#container {
	margin: 0 auto;
	width: 839px;
}
#header {
	position: relative;
	width: 839px;
	height: 272px;
	background: url('/img/h1.jpg') top left no-repeat;
}
#main {
	width: 839px;
	background: url('/img/cross_section.jpg') top left repeat-y;
	padding-top: 2em;
	padding-bottom: 1em;
}
#footer {
	width: 839px;
	height: 100px;
	background: url('/img/foot.jpg') top left no-repeat;
}

/* SUB CONTAINERS */
#toplinks {
	position: absolute;
	top: 258px;
	left: 35px;
	width: 515px;
	text-align: center;
	font-family: Arial, Verdana, Sans;
}
#toplinks a {
	text-decoration: none;
	padding: 3px;
}
#toplinks a:hover {
	text-decoration: underline;
	background: #EFEFEF;
}

#bottomlinks {
	position: relative;
	top: 15px;
	width: 839px;
	text-align: center;
	font-family: Arial, Verdana, Sans;
}
#bottomlinks a {
	text-decoration: none;
	padding: 3px;
}
#bottomlinks a:hover {
	text-decoration: underline;
	background: #EFEFEF;
}
#leftcol {
	width: 475px;
	margin-left: 50px;
}
#rightcol {
	width: 250px;
	height: 400px;
	float: right;
	margin-right: 30px;
}
.xgallery img {
	margin-bottom: 5px;
}
.xgallery a {
	text-decoration: none;
	color: #444;
	font-size: 0.8em;
}

