body {
background:#121212;
}

#whole {
width:650px;
margin-left:auto;
margin-right:auto;
}

#submenu {
width:130px;
background:#2E2E2E;

border:1px dotted white;

padding:25px 10px 50px 10px;

font-family:Georgia,"Times New Roman";
color:#ffffff;
font-size:11px;

float:left;
}

#submenu h3 {
font-family:Georgia,"Times New Roman";
color:#ffffff;
font-size:14px;

letter-spacing:1px;
font-weight:bold;
}

#submenu a {
margin-left:5px;

font-family:Georgia,"Times New Roman";
color:#ffffff;
font-size:12px;

text-decoration:none;
}

#submenu a:hover {
text-decoration:underline;
}

#content {
width:400px;
margin-left:20px;

font-family:Georgia,"Times New Roman";
color:#ffffff;
font-size:12px;

float:left;
}

#content h1 {
font-family:Georgia,"Times New Roman";
color:#ffffff;
font-size:25px;

letter-spacing:3px;
font-weight:normal;
}

#content p, #content a {
font-family:Georgia,"Times New Roman";
color:#ffffff;
font-size:12px;

text-decoration:none;
}

#content a {
text-decoration:underline;
}


