/*Define style for body*/
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }

body
{
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 14px;
 	color: #fff;	
	background-color: #000;
	text-align:center;
}

/*GRRRRRRRRRRRRRRRRRR*/

#wrapper
{
margin: auto;
width: 800px;
text-align:left;
}
#top
{
background-image: url(../images/top.jpg);
background-repeat: no-repeat;
width: 832px;
height: 357px;
}

#topleft
{
float: left;
background-image: url(../images/topleft.jpg);
background-repeat: no-repeat;
width: 187px;
height: 357px;
}
#topleft a
{
width: 180px;
height:200px;
display: block;
text-decoration:none;
position: relative;
top: 100px;
left: 0px;
}
#topleft a span 
{
visibility: hidden;
}
#topright
{
float: left;
background-image: url(../images/topright.jpg);
background-repeat: no-repeat;
width: 598px;
height: 287px;
}
#samplelink
{
clear: left;
position: relative;
width: 200px;
top: -53px;
left: 30px;
}
#menu
{
clear: left;
position: relative;
width: 600px;
top: -195px;
left: 210px;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 24px;
}
#menu a:link, #menu a:visited, #samplelink a:link, #samplelink a:visited
{
font-size: 17px;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active, #samplelink a:hover, #samplelink a:active
{
color: #efd698;
}

#content
{
clear: left;
position: relative;
top: -135px;
width: 588px;
margin-left: 200px;
line-height: 24px;
}
#content a:link, #content a:visited
{
color: #fff;
}
#content a:hover, #content a:active
{
text-decoration: none;
color: #000;
background-color: #fff;
}
#footer a:link, #footer a:visited
{
color: #fff;
}
#footer a:hover, #footer a:active
{
text-decoration: none;
color: #000;
background-color: #fff;
}
h1
{
margin-top: 0.5em;
font-size: 24px;
font-weight: 100;
text-align: left;
border-bottom: 1px solid #fff;
}
h2 a
{
font-weight: 300;
font-size: 20px;
color: #EFD598;
background-color: #B00000;
}
h2
{
color: #EFD598;
}

