@charset "UTF-8";
body {
font:12px/18px Trebuchet MS;
color:#838383;
background:#333;
font-weight:bold;
}

* {
margin:0;
padding:0;
outline:none;
}

#center {
width:830px; 
height:584px; 
position:absolute; 
top:50%; 
left:50%;
margin:-292px auto auto -415px; 
background:#333;

}

.inner {
padding:30px;
position:relative;
}

#content {
margin-left:365px;
height:540px;
position:relative;
width:400px;
font-size:14px;
line-height:20px;
font-weight:bold;
}

#content p {
margin:10px 0;

}

#content img.headerimg {
float:none;
margin:0;
}

.bottomright {
position:absolute;
bottom:-16px!important;
left:0;
width:185px;
font-size:11px;
line-height:14px;
font-weight:normal;
}

#content img.smallimg {
position:absolute;
bottom:-4px!important;
float:right;
margin-left:273px;
margin-top:10px;
}

#content img.smallimgsub {
position:absolute;
bottom:-4px!important;
float:right;
margin-left:273px;
margin-top:10px;
}

#sidebar {
width:310px;
float:left;
}

#sidebar h1 a {
display:block;
width:309px;
height:169px;
text-align:left;
text-indent:-9999px;
background:url(../graphics/logo.gif) no-repeat;
}

#nav {
margin:84px 0 0 0;
}

#nav li {
margin:0 0 18px 0;
list-style:none;
}

#nav a {
text-transform:uppercase;
color:#666;
text-decoration:none;
letter-spacing:1px;
font-size:13px;
line-height:21px;
}

#nav a:hover {
color:#A5AFE1;
}

a {
color:#A5AFE1;
text-decoration:none;
}

a strong {
font-weight:normal;
text-transform:uppercase;
}