body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
}

a {
text-decoration: none;
color: #FFE788;
}
a:hover {
text-decoration: none;
color: #eee;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 60px;
line-height: 60px;
}
#header h1 {
color : #fff; 
font-size: 50px;
letter-spacing: -7px;
}

#left {
margin-top: -10px;
float: left;
width: 180px;
font-size: 13px;
padding: 10px;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 30px;
color: #FFE788;
background: #2F2C2C;
}
#left p {background: #2F2C2C;padding:5px 15px;font-size:12px;line-height:15px;}

#left h4 {
font-size: 18px;
font-weight: 100;
letter-spacing: -1px;
padding: 8px;
background: #2F2C2C;
margin:20px 0px -15px 0px;
}

#right {
margin-top: 10px;
float: right;
width: 540px;
background: #2F2C2C;
text-align: justify;
padding: 20px;
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
margin: 20px 0 10px 0;
}

#right h1 {margin:0px;margin-bottom:25px;}

#footer {
background: #0D0D0D;
font-size: 11px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}

ul#nav #active a {text-decoration:underline;}

img {background:#000;padding:1px;border:3px solid #666;margin:10px;}

#right li {margin-bottom:9px;}

fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:340px;background:#444;border:2px solid #aaa;}
fieldset#contact-form label {font-size:12px;color:#ccc;}
fieldset#contact-form input {height:20px;font-size:14px;margin-bottom:15px;padding:3px;background:#333;color:#eee;}
fieldset#contact-form textarea {font-size:14px;margin-bottom:15px;width:320px;padding:3px;background:#333;color:#eee;}
fieldset#contact-form #contact-button {font-size:13px;height:30px;margin-left:30px;color:#ccc;}

input:focus, textarea:focus {background:#fff;border:2px solid #555;}

blockquote {font-style:italic;}