* {
margin:0;
padding:0;
}

/******** General tags ********/

body {
margin:10px auto;
padding:0;
font:75% Arial, Verdana,sans-serif;
background:#333;
color:#ffffff;
line-height:1.3em;
}

a {
text-decoration:none;
color:#ffffff;
font-weight:bold;
}

a:hover {
text-decoration:underline;
color:#00F;
}

a img {
border:0;
}

p {
margin:0 0 18px 8px;
color:#fff;
}

h2 {
font-size:1.5em;
font-weight:normal;
color: #F0F;
margin:10px 0 8px 0;
}

h3 {
font-size:1.3em;
font-weight:normal;
color: #F0F;
margin:15px 0 8px 0;
}

/******** Main Wrap ********/

#wrap {
background: #000;
color:#000000;
margin:0 auto;
width:760px;
}

#main {
background: #000;
color:#000000;
margin:0 auto;
width:760px;
}

/******** Page Header ********/

#header {
clear:both;
background:url(images/header_black.jpg) top left no-repeat;
height:122px;
}

#header h1 {
font-size:3.8em;
letter-spacing:-4px;
padding:55px 0 10px 25px;
}

#header h1 a {
text-decoration:none;
}

#header h1 a:hover {
color:#e99e55;
}

/******** Menu ********/

#menubar {
clear:both;
height:30px;
width:750px;
margin:5px 5px 0px 5px;
background-color:#F0F;
}

#mainmenu ul {
font-size:12px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
background:#white;
height:30px;
list-style:none;
margin:3px;
padding:0;
}

#mainmenu a {
color:white;
display:block;
background: #F0F;
border: #FFF 1px solid;
margin:0 0 0 6px;
padding:2px 10px 2px 10px;
}

/*** hover ***/

#mainmenu a:hover {
color:black;
border: #000 1px solid;
text-decoration:none;
margin:0 0 0 6px;
padding:2px 15px 2px 15px;
}

/******** Left sidebar ********/



/******** Content variations ********/

#outercontent {
width:740px;
background-color:#000;
margin:0 10px 0 10px;
min-height:600px;
}

#contentleft {
float:left;
width:300px;
margin:0px 0 0 5px;
height:auto;
}

#content {
margin:0px 5px 0 320px;
width:400px;
padding:2px 0 0 5px;
line-height:1.5em;
background-color:#000;
}

#content h2 {
font-size:1.6em;
color:#F0F;
margin:10px 0 10px 5px;
}

#content h3 {
font-size:1.4em;
font-weight:normal;
letter-spacing:-1px;
margin:10px 0 8px 0;
}

#content p {
text-align:justify;
}



#contentlinks {
float:left;
margin:0px 10px 0 5px;
padding:2px 0 0 5px;
line-height:1.5em;
background-color:#000;
width:710px
}

#contentlinks h2 {
font-size:1.6em;
color:#F0F;
margin:10px 0 10px 5px;
}

#contentlinks h3 {
font-size:1.4em;
font-weight:normal;
letter-spacing:-1px;
margin:10px 0 8px 0;
}

#content p {
text-align:justify;
}

/******** Banners ********/

#banners {
clear:both;
margin:0px 5px 0px 10px;
padding:5px 0 0px 0;
width:720px;
text-align:left;
font-size:0.8em;
color:#FFF;
background-color:#000;
}

/******** Disclaimer ********/

#disclaimer {
clear:both;
margin:0px 5px 0px 10px;
padding:10px 0 5px 0;
width:720px;
text-align:left;
font-size:0.8em;
color:#000;
background-color:#000;
}

/******** Footer ********/

#footer {
margin:0 0 0 0;
padding: 5px 0 5px 0;
width:760px;
text-align:center;
background: #C00 url(images/footer_black.jpg) bottom left no-repeat;
font-size:0.9em;
color:#FFF;
}

#footer p {
margin:0px;
}

#footer a {
color:#fff;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/******** Various Classes ********/

.textright {
text-align:right;
}

.center {
text-align:center;
}

.frontphoto {
margin:20px 0 10px 0;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}

.hide {
display:none;
}