html, body {
	font-family: Century Gothic;
	margin: 9px 9px 0 9px;
	padding: 0px;
	background: rgb(51, 51, 51);
	text-align: center;
}

#content {
	width: 800px;
	height: 425px;
	padding: 5px;
	background: rgb(51, 51, 51);
}

#left {
	margin-top: 9px;
	float:left;
	position:relative;
	right:5px;
	background: rgb(51, 51, 51);
	height:372px;
	width:270px;
	padding-bottom:0px;
}

#right {
	margin-top: 9px;
	margin-right:0;
	float: right;
	width:530px;
	height:380px;
	padding-bottom: 0;
	background: rgb(51, 51, 51);
	z-index: 1;
}

#links{
	letter-spacing:1px;
	word-spacing:2px;
	background: rgb(153, 153, 153);
	padding: 5px;
}

#main{
	margin-top: 10px;
	height: 244px;
	padding: 2px;
	background: rgb(153, 153, 153);
	overflow:auto;
	font-family: "Century Gothic";
}

#mail{
	position: relative;
	top: -300px;
	left: 550px;
	width: 350px;
    height:360px;
	background: rgb(153, 153, 153);
	overflow:auto;
}
#mailform{
	background: rbg(153, 153, 153);
}
#bottom{
	padding-top:2px;
}
#credit{
	font-size: 10px;
}
a.credit{
	color: #d7d7d7; font-size: 11px;
}
a.credit:hover{
	font-size:11px;
	color: rgb(51, 51, 51);
}

p {color: rgb(51, 51, 51); font-size:15px;}
a {color: #d7d7d7; font-size:15px;}
a:hover{color: rgb(51, 51, 51); font-size:15px;}
h3 {color: rgb(51, 51, 51);}
