#outContainer {
	position:relative;
	left:0px;
	top:0px;
	width:740px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
html {
   overflow-y: scroll;
}
#topborder {
	position:absolute;
	left:0px;
	top:0px;
	width:740px;
	height:10px;
}
#leftborder {
	position:absolute;
	left:0px;
	top:10px;
	width:10px;
	height:590px;
	padding-left: 10px;
	padding-right: 10px;
}
#navbar {
	position:absolute;
	left:10px;
	top:10px;
	width:210px;
	height:490px;
}
#sidetext {
	position:absolute;
	left:220px;
	top:10px;
	width:490px;
	height:490px;
	background-color: #FF0000;
	padding-left: 10px;
	padding-right: 10px;
}
#rightborder {
	position:absolute;
	left:730px;
	top:10px;
	width:10px;
	height:590px;
}
#maintext {
	position:relative;
	left:10px;
	top:500px;
	width:700px;
	height:auto;
	background-color: #FF0000;
	padding-left: 10px;
	padding-right: 10px;
}
#emailbar {
}
#botmborder {
	position:absolute;
	left:50px;
	top:526px;
	width:720px;
	height:35px;
	background-color: #FF0000;
}
.style1 {
	font-family: "Comic Sans MS";
	color: #FFFF00;
}
.style4 {font-family: "Comic Sans MS"; color: #0000FF; }
body {
	background-color: #000000;
}

