@charset "UTF-8";
/* CSS Document */
/* jon.williams@metanym.com */

body, html
{
background-color:#000000;
color:#FFFFFF;
width:100%;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:140%;
font-weight:normal;
}

#contentbg
{
width:800px;
background-image:url(../images/stripe.jpg);
background-repeat:repeat-y;
background-position:2px 0;
margin:0 auto;
margin-top:40px;
margin-bottom:20px;
}
#imagesbg  {
	background-color: #000000;
}

#container
{
border:2px solid #FFFFFF;
width:800px;
margin:0 auto;
margin-top:0px;
background-image:url(../images/exceptional.jpg);
background-repeat:no-repeat;
background-position: bottom;
}
#imagesbg2 {
	width: 800px;
	border: 0px solid #FFFFFF;
	padding-top: 10px;
	margin: 20px;
}

#header
{
background-image:url(../images/rightscroll.jpg);
background-repeat:no-repeat;
background-position:right;
border-bottom:2px solid #FFFFFF;
height:150px;
width:100%;
}

#header img
{
border-right:2px solid #FFFFFF;
vertical-align: middle;
}

#header_right
{
width:150px;
float:right;;
text-align:left;
}

#header_right_internal
{
margin-left:5px;
margin-right:5px;
font-size:x-small;
}

#leftcol
{
	width:144px;
	margin-right:18px;
	text-align:right;
	font-size:12px;
	line-height:125%;
	padding-top:8px;
	padding-left: 0px;
}

#leftcol a:link
{
color:#FFFFFF;
text-decoration:none;
}

#leftcol a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

#leftcol a:visited
{
	color:#999999;
	text-decoration:none;
}

#leftcol a:active
{
	color:#009999;
	text-decoration:none;
}

#content
{
float:right;
width:493px;
color: #666666;
margin-left:10px;
}

#contentinner
{
	margin:12px 12px 70px 8px;
}

#rightcol
{
	float:right;
	width:150px;
	font-size:x-small;
	padding-top:8px;
}

img
{
border:0;
}

#rightcol img
{

}

#rightcol a
{
border: 2px solid #000000;
display:block;
width:130px;
}

#rightcol a:hover
{
border: 2px solid #00CCCC;
display:block;
width:130px;
}

#rightcol p
{
	margin-left:7px;
	margin-right: 4px;
}

#footer
{
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:9px;
	width:100%;
	text-align:center;
	font-size:10px;
	font-weight: bold;
}

#footer a
{
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover
{
color: #CCCCCC;
text-decoration:none;
}
