/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
height:100%;
font-family:Verdana;
font-size:10px;
color:#FFF;
margin: 0;
padding: 0;
}
h1 { margin: 0px;font-size:12px; }
h2 { margin: 5px;font-size:10px; }
p { padding: 5px; }
body {
background:#141414;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
}
.clearl{
clear:left;
}
.clearr{
clear:right;
}
.clearb{
clear:both;
}
a:link {color:#ffdd76; text-decoration:underline;}
a:visited {color:#c89700; text-decoration:underline;}
a:active {color:#c89700; text-decoration:underline;}
a:hover {color:#c89700; text-decoration:none;}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#pagewrapper {
min-height:100%;
width:800px;
margin:0px auto;
background:#000;
padding-bottom:50px;
-moz-box-shadow:    3px 3px 55px 26px #000;
-webkit-box-shadow: 3px 3px 55px 26px #000;
box-shadow:         3px 3px 55px 26px #000;
}
#pageheader{
float:left;
padding-top:0px;
width:500px;
}
#pageheaderright{
float:right;
padding:5px;
width:280px;
height:240px;
border-left:1px solid #2a2a2a;

}
.topnavlink{
list-style-type:none;
display:inline;
font-family:Verdana;
font-size:18px;
font-weight:bold;
color:#000;
margin:10px 15px 0px 10px;
}
.topnavlink a{
color:#000;
}
.topnavlink a:hover{
color:#8c6900;
background:#ffeaaa;
}
#topnavigation{
height:22px;
margin:0px 0px 30px 0px;
background:#ffdd76;
background:-moz-linear-gradient(top, #ffdd76, #7a5c00);
background:-webkit-gradient(linear, left top, left bottom, from(#ffdd76), to(#7a5c00));
}
.contentleft{
float:left;
width:550px;
margin:0px 20px 20px 20px;
}
.contentitemheader h1{
width:550px;
height:18px;
padding:2px;
color:#000;
padding-left:10px;
font-weight:bold;
background:#ffdd76;
background:-moz-linear-gradient(top, #ffdd76, #7a5c00);
background:-webkit-gradient(linear, left top, left bottom, from(#ffdd76), to(#7a5c00));
}
.contentitemheader{
width:562px;
background:#303030;
margin:15px 0px;
}
.contentright{
float:left;
margin:0px 10px 0px 0px;
width:190px;
}
.contentitemheaderright h1{
width:178px;
height:18px;
padding:2px;
color:#000;
padding-left:10px;
font-weight:bold;
background:#ffdd76;
background:-moz-linear-gradient(top, #ffdd76, #7a5c00);
background:-webkit-gradient(linear, left top, left bottom, from(#ffdd76), to(#7a5c00));
}
.contentitemheaderright{
width:190px;
background:#303030;
margin:15px 0px;
}

