/*
Design by siguie shortstrider
*/


body
{
	margin: 10px;
	padding: 10;
	font: normal 85% arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}
		
.containingbox
{
	margin-left: 10px;
	padding: 0;
	width: 500px;
	height: 70px;
	border: 0px solid #000;
}
		
.floatright
{
	float: right;
	width: 130px;
	height: 60px;
	background-color: #FFF;
}

.floatleft
{
	float: left;
	width: 200px;
	height: 50px;
	background-color: #FFF;
}


/* Footer */


#footer {
	clear: both;
	height: 25px;
	padding: 5px;
        color: #FFFFFF;
	background: #000000;
}

#footer p {
	background: #000000;
	margin-top: 5;
	text-align: center;
	font-size: 85%;
}

#footer a {
	border: none;
text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0;
	color: #333333;
}

#menu{
	clear: both;
	height: 10px;
	padding: 0px;
        color: #FFFFFF;
	background: #663333;
}

#menu p {
	background: #663333;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#menu a {
	border: none;
text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	color: #FFFFFF;
}



#sites {
	clear: both;
	height: 20px;
	padding: 1px;
        color: #333333;
        text-align: center;
	background: #333366;
}

#sites p {
	background: #333366;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#sites a {
	border: none;
text-decoration: none;
	font-size: 85%;
	color: #CCCCCC;
}

#sites a:hover {
	color: #FFFFFF;
}
