/* CSS Document */

/* general page styles */
body {
	background-image: url(../images/bg_texture.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
}
a {
	color: #336699;
}
a:hover {
	color: #6699CC;
}
h1 {
	color: #336699;
	font-size: 1em;
	margin-bottom: -10px;
	padding-bottom: 0px;
	text-align: center;
	clear: both;
}

/* layout */
#wrapper {
	
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	z-index: 1;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: visible;
}
#contactInfo {
	position: absolute;
	z-index: 2;
	top: 9px;
	font-size: 0.85em;
	right: 50px;
	width: 262px;
}
#info {float:right; clear:both;}

#navigation {
	position: absolute;
	left: 419px;
	top: 85px;
	margin: 0;
	list-style-type: none;
	z-index: 3;
}
#navigation #spacer{
	padding-top: 16px;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-position: right bottom;
	bottom: 0px;
	padding: 40px 30px 45px 30px;
	font-size: 0.8em;
	color: #336699;
	line-height: 0px;
}

/* content section */
#content {
	
	left: 410px;
	padding-left: 415px;
	padding-top: 130px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
}
.thumb {
	background-image: url(../images/thumb_bg.gif);
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-bottom: 8px;
	background-position: right bottom;
	float: left;
}

table {
	width: 330px;
	text-align: left;
	margin-top: 15px;
}
