/*
font-family: Arial, Helvetica, sans-serif;
font-family: 'Arial Black', Gadget, sans-serif;
font-family: 'Bookman Old Style', serif;
font-family: 'Comic Sans MS', cursive;
font-family: Courier, monospace;
font-family: 'Courier New', Courier, monospace;
font-family: Garamond, serif;
font-family: Georgia, serif;
font-family: Impact, Charcoal, sans-serif;
font-family: 'Lucida Console', Monaco, monospace;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-family: 'MS Sans Serif', Geneva, sans-serif;
font-family: 'MS Serif', 'New York', sans-serif;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-family: Symbol, sans-serif;
font-family: Tahoma, Geneva, sans-serif;
font-family: 'Times New Roman', Times, serif;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-family: Verdana, Geneva, sans-serif;
font-family: Webdings, sans-serif;
font-family: Wingdings, 'Zapf Dingbats', sans-serif;
*/
body {margin: 0px; padding: px; font-size: 12px; font-family: 'Trebuchet MS', Helvetica, sans-serif; color:#777777; background-image:url(/images/layout/bg-black.gif); background-repeat:repeat-x;}

td {font-size: 12px;}

img {border:	0px;}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}

h1 {font-size: 18px; text-transform: uppercase; color: #FF9900;}
h2 {font-size: 14px;}
a {color: #000000; }

p.hr {line-height:10px; border-bottom: solid 1px #cfcfcf; clear:both;}

#container {width: 100%; text-align:center; }

#header { position: relative; width: 900px; height: 285px; margin-left: auto; margin-right: auto; text-align:center; background-image:url(/images/layout/bg-top.jpg); background-repeat: no-repeat;}
	#nav {top: 100px; float: left; text-align:left; position: relative;}
	#nav ul {margin-left: 25px; padding-left: 0; list-style: none;}
	#nav li {list-style-image: url(/images/layout/plus.gif); color: #FFFFFF; font-size:18px; text-transform: uppercase;}
	#nav li:hover{list-style-image: url(/images/layout/plus-over.gif);}
	#nav a{text-decoration: none; color:#FFFFFF;}
	#nav a:hover{color:#ff9900;}
	#header img {margin-top:10px;}
	#top-img{position: absolute; top: 60px; left: 220px;}

#content {width: 900px; margin-left: auto; margin-right: auto; text-align:left; background-color:#FFFFFF; background-image:url(/images/layout/bg-content.gif); background-repeat: no-repeat;}
	#side {float: left; width: 175px; padding-right:25px; padding-left:25px;}
	#main {float:right; width:650px; padding-right:25px;}
		#main p {font-size: 12px;}

#footer { width: 100%; color:#666666; text-align:center; clear:both; height: 86px; background-image:url(/images/layout/bg-footer.jpg); background-repeat:repeat-x; font-size: 12px;}
	#foot {width: 900px; margin-left: auto; margin-right: auto; text-align:left; padding-top: 2px;}

	#footer .small {text-align:center; font-size: 11px;}
	#footer a {text-decoration: none; color:#000000;}
