body {
background-color:#101010;
font-family:Helvetica, Arial, sans-serif;
color:#000;
font-size:13px;
text-align:center;
margin-top:40px;
}

#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
text-align:left;
border-top:5px solid #F6F;;
}

#right {
width:375px;
float:right;
}

#left {
width:375px;
float:left;
}

#logout {
float:right;
font-size:11px;
}

/* LINKS */

a:link, a:visited, a:active {
color:#000;
text-decoration:none;
}

a:hover {
color:#fffcbe;
}

a.blank:hover {
text-decoration:none;
}

/* FLOATS */

.floatcenter {
text-align:center;
}
.floatright {
float:right;
}
.floatleft {
float:left;
}

/* FONTS */

.h1 {
font-size:30px;
line-height:10px;
color:#000;
}

.h2 {
font-size:18px;
color:#000;
}

.h3 {
font-size:16px;
color:#aaa;
}

/* PHOTOS */

.clear{
clear:both;
}

.imagebox {
width:75px;
text-align:center;
font-size:12px;
float:left;
margin-right:15px;
margin-bottom:8px;
}

.imagebox2 {
width:75px;
text-align:center;
font-size:12px;
float:right;
margin-right:15px;
margin-bottom:8px;
}

img.press {
width:75px;
border:3px solid #aaa;
}

img.press:hover {
border:3px solid #fffcbe;
}

/* ADMIN */

.form {
font-size:14px;
color:#eee;
background-color:#222;
}