body {
	margin: 0;
	padding: 0;
	background: #161616;
}
p {
	color: #333;
	font: 0.8em Tahoma, Geneva, sans-serif;
}

h1 {
	font: 0.9em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #CCC;
}




#wrapper {
	width: 990px;
	margin: 0 auto;
}
#header {
	float: left;
	height: 62px;
	background: url(template_images/header.gif) no-repeat;
	width: 990px;
}
#menu {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(template_images/menu.gif) no-repeat;
	float: left;
	height: 33px;
	width: 960px;
	padding-left: 30px;
	padding-top: 10px;
}
#main {
	height: auto;
	float: left;
	width: 960px;
	background: #000;
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	background: url(template_images/footer.gif);
	clear: both;
	float: left;
	height: 106px;
	width: 990px;
}
.linkedimage_noframe {
	border-style: none;
}


a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font: normal 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 15px;
}
a.menu:visited {
	color: #ffffff;
	text-decoration: none;
	font: normal 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 15px;
}
a.menu:hover {
	color: #9ba6ab;
	text-decoration: underline;
	font: 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a.text:link {
color: #d2d2d2;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
a.text:visited {color: #d2d2d2; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
a.text:hover {color: #9ba6ab; 
text-decoration: none;
}

.floatrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title1 {
	font: 0.9em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #331A00;
}
.textsmallgrey {
	font: 0.8em Tahoma, Geneva, sans-serif;
	color: #CCC;
}
.textlargegrey {
	font: 1em Tahoma, Geneva, sans-serif;
	color: #CCC;
}
.textsmalldarkgrey {
	font: 0.8em Tahoma, Geneva, sans-serif;
	color: #333;
}
