body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #483AD1;
	margin:0 auto;
	padding:0;
}

html, p, h1, h2 {
	margin:0 auto;
	padding:0;
}

h2 {
	color:#483AD1;
	font-size:18px;
}

#shell {
	width: 65em;
}

/* Header */
#top {
	width: 65em;
	height: 9em;
	background: url(images/back-top.gif) repeat;
}

#logo {
	float: left;
	width: 550px;
	margin-top: 25px;
}

#addr {
	float: right;
	text-align: center;
	width: 15.66em;
	margin-top: 25px;
}

/* Links */
.linkbar {
	text-align: right;
	padding: 7px 0 7px 20px;
	vertical-align: middle;
	background-color:#F9DB52;
	clear:both;
}

.linkbar a {
	padding: 7px 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.linkbar a:hover {
	color: #483AD1;
	text-decoration: underline;
}

/* Body */
#center {
	width: 65em;
	float: left;
}

#colfull {
	width: 65em;
	float: left;
	background-color:#FFFFFF;
	background-image:url(rotate.php);
	background-repeat:no-repeat;
}

#content {
	text-align: left;
	line-height: 1.4em;
	padding: 1em 2em;
	background-color:#FFFFFF;
}

#content a {
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#title {
	text-align:left;
	padding:1em 2em;
}

.name {
	color: #FFFFFF;
	font-weight:bold;
	font-size:18px;
	padding:5px 0;
}

.name a {
	color: #FFFFFF;
	text-decoration:none;
}

/* Footer */
#base {
	width: 65em;
	text-align: center;
	background-color:#F9DB52;
	clear: both;
}

.copy {
	padding:7px 25px;
	color:#000000;
	font-weight:bold;
}

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