/* layout.css */

body {background: url(background.gif);
scrollbar-base-color: #3366cc;
scrollbar-track-color: #ffffcc;
scrollbar-face-color: #0066cc;
scrollbar-highlight-color: #AACCFF;
scrollbar-3dlight-color: #66ccff;
scrollbar-darkshadow-color: #000066;
scrollbar-shadow-color: #000033;
scrollbar-arrow-color: #ffffff;
}

p {color: #003366; font-size: 12pt; font-family: Comic Sans MS;}

h1 {color: #000033; font-size: 20pt; font-family: Comic Sans MS; font-style: bold; text-decoration: underline; text-align: center}
h2 {color: #000033; font-size: 20pt; font-family: Comic Sans MS; font-style: bold; text-align: center;}
h3 {color: #000066; font-size: 16pt; font-family: Comic Sans MS; font-style: bold; text-decoration: underline; text-align: center;}
h4 {color: #000066; font-size: 16pt; font-family: Comic Sans MS; font-style: bold; text-align: center;}
h5 {color: #000099; font-size: 14pt; font-family: Comic Sans MS; text-align: center;}

a:link {color: #0099ff; text-decoration: none; font-family: Comic Sans MS;}
a:visited {color: #0066cc; text-decoration: underline; font-family: Comic Sans MS;}
a:hover {color: #006699; text-decoration: none; font-style: italic; font-family: Comic Sans MS;}
a:active {color: #0099cc; text-decoration: none; font-style: bold; font-family: Comic Sans MS;}

#container {
	background-color: #ffffcc; 
	border: ridge #3399cc 3px;
	height: 800px;
	width: 550px;
	overflow: auto;
	margin: auto;
	float: center;
	position: relative;
	padding: 0px;
}

#header {
	background: #ffffcc url(http://i280.photobucket.com/albums/kk188/marvsrps/1%20Pixel%20Art/banner2008.png) no-repeat center;
	border-bottom: solid 2px #3399cc;
	height: 213px;
	width: 550px;
	overflow: auto;
	margin: auto;
	float: top;
	position: relative;
	padding: 0px;
}

#content {
	background: #ffffcc;
	border: 0px;
	height: 487px;
	width: 550px;
	overflow: auto;
	margin: auto;
	float: center;
	position: relative;
	padding: 0px;
}

#links {
	background-color: #ffffcc;
	border-right: solid 2px #3399cc;
	height: 487px;
	width: 110px;
	overflow: auto;
	margin: auto;
	float: left;
	position: relative;
	padding: 0px;
}

#main {
	background-color: #ffffcc;
	border: 0px;
	height: 487px;
	width: 428px;
	overflow: auto;
	margin: auto;
	float: right;
	position: relative;
	padding: 0px 5px;
}

#footer {
	background-color: #ffffcc;
	border-top: solid 2px #3399cc;
	height: 96px;
	width: 550px;
	overflow: auto;
	margin: auto;
	float: bottom;
	position: relative;
	padding: 0px;
}
/* layout.css */