/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	line-height: 1.2em;
}

p {
	padding: 0px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #666;
}

.bullet1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}
.bullet11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #C00;
}

.bullet2 {
	list-style-image: url(../images/bullet01.gif);
}
.bullet12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FC0;
}
.bullet3 {
	list-style-image: url(../images/bullet01.gif);
}
.bullet13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #36C;
}
.menulines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	letter-spacing: .4em;
} 
#wrapper { 
 margin: 0 auto;
 width: 825px;
}

#content {
	float: left;
	color: #CCC;
	background: #000000;
	height: 100%;
	width: 758px;
	display: inline;
	padding-left: 67px;
}
#content a:link {
	color: #CCC;
}
#header {
 color: #333;
 width: 825px;
 float: left;
 height: 98px;
 background: #000000;
}

#footer {
	width: 825px;
	height: 24px;
	clear: both;
	color: #202020;
	background: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
	padding-top: 12px;
	font-size: .8em;
}

#navigation {
	float: left;
	width: 825px;
	height: 24px;
	color: #AD2316;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
	background-color: #000000;
	padding-top: 12px;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
}

