body {
background-color:#fff;
color:#555;
font-family: Georgia, Tahoma, Verdana, "Times New Roman";
}

/* table, paragraphs */
td, p {
font-family: Georgia, Tahoma, Verdana, "Times New Roman";
font-size: 14px;
}

/* links */
a, a:link {
color:blue;
}

a:visited {
color:grey;
}

a:hover {
color:red;
}

a:active {
color:#DF0000;
}

#wrap {
padding:5px;
min-width:780px;
}

#top {
text-align:left;
}

#menu {
float:left;
width:25%;
padding-top:30px;
font-size:18px;
}
#menu a, #menu a:link, #menu a:visited {
display:block;
margin-top:4px;
font-weight:bold;
font-color:000;
font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:18px;
font-style:italic;
text-decoration: none;
}
#menu a:hover {
font-color:blue;
text-decoration: underline + overline;
}
#menu a:active {
color:#DF0000;
}

#menu h1, #menu p {
	margin: 0;
	color: #EB42A3;
}
#menu h1 {
	padding-top: 100px;
}
#menu p {
pdding-bottom:20px;
}


#content {
float:left;
width:72%;
}

#footer {
float:none;

}




