@charset "utf-8";
/* CSS Document */

body {

	background:url(img/grad.jpg) repeat-x #039;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content {
	background-color:#fff;
	border:solid 4px #0033cc;
	width:450px;
	margin: 0 auto;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}
#andyplattholder {
	width:201px;
	height:134px;
	float:left;
}
#topright {
	float:right;
	width:150px;
	height:60px;
	margin-top:30px;
}
#text {
	margin-top:5px;
	padding-top:10px;
	width:450px;
	clear:both;
}
#footer {
	clear:both;
	text-align:center;
	font-size:12px;
}
#pagebottom {
	width:450px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#FFF;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #333;
}
#nav {
	width:450px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.nav {
	font-size:20px;
}

.body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif


