body {
background-color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
margin: 0;
padding: 0;
}

p {
font-size: .8em;
text-align: left;
padding-left: 5px;
margin: 0;}

p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
}

h1 {
font-size: 1.5em;
text-align: right;
letter-spacing: 2px;
color: #993300;}

h2 {
font-size: 2em;
letter-spacing: 2px;}

a:link {
color: #000000;
} 

a:visited {
color: #000000;
text-decoration: none;}

a:hover {
color: #666666;
}

a:active {
color: #cc3300;}

div#content {
	width: 800px;
	height: 550px;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 0;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: 132px;
	top: -1px;
}

div#header {
background-image: url(images/mlpbanner.jpg);
background-repeat: no-repeat;
width: 668px;
height: 130px;
position: absolute;
left: 132px;
top: 0;
background-color: #FFFFFF;
margin: 0;
padding: 0;}

div#main-text {
width: 661px;
height: 413px;
position: absolute;
left: 132px;
top: 130px;
margin: 0;
padding: .2em;}

div#left {
background-image: url(images/bdrorangelft.jpg);
background-repeat: no-repeat;
width: 132px;
height: 100%;
position: absolute;}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 130px;
left: 0;
}

#menu {
width: 132px;
}

#menu dt {
color: #fff;
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
text-indent: 5px;
font-weight: bold;
border: none;
background: transparent;
}

#menu dd {
border: none;
}

#menu li {
text-align: left;
text-indent: 13px;
background: transparent;
}

#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: transparent;
}