body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
}

#page{
width:995px;
margin:auto;
border:thin solid;
border-color:#CCCCCC;
height:100%;
}

#banner {
	width:1000px;
}

#nav {
	margin-top:10px;
text-align:right;
padding-right:25px;
font-size:12px;
}


#content {
width:680px;
float:left;
color:white;
border:thin solid;
border-color:#CCCCCC;
margin-top:10px;
padding-left:5px;
padding-right:5px;
padding-top:15px;
font-size:16px;
}

#comment {
width:290px;
margin-top:10px;
float:right;
border:thin solid;
border-color:#FFFFFF;
color:#FFFFFF;
font-size:12px;
}

#aboutme {
border-bottom:thin solid;
padding-top:5px;
padding-left:5px;
margin-bottom:15px;
font-size:14px;
}

#leave {
	margin-top:5px;
}

#comments {
font-style:italic;
font-size:10px;
padding-left:5px;
border-top:thin solid;
}

.date {
text-align:right;
}

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

h1 {
	color:#FFF;
	font-size:20px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}

h2 {
font-size:16px;
padding-left:5px;
padding-top:5px;
padding-bottom:0px;
font-style:normal;
font-weight:400;
}

h3 {
font-size:14px;
padding-left:15px;
padding-top:5px;
font-style:normal;
font-weight:400;
}

h5 {
font-style:italic;
}

li {
 list-style-type:none; 
}

 #menu {
width: 175px; /* set width of menu */
background: #eee;
margin-left:8px;
margin-top:15px;
margin-bottom:15px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*Fixes for IE */

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}