﻿/* CSS layout */
body{
	margin:0;
	padding:0;
	background-color:black;
	background-image:url('images/main-bg.gif');
	background-repeat:repeat-y;
	background-color:#800000;
}

.allcontent{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#masthead {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
/****** This is for the Ivey **********/
#mastcontent{
	position: relative;
	background-color: #000000;
}

#left-ivey {
	position:absolute;
	width:38px;
	height:690px;
	top: 0px;
	left:-19px;
	z-index:100;
}

#right-ivey {
	position: absolute;
	top: 0px;
	width: 38px;
	height: 406px;
	right: -15px;
}
/****** This ends the Ivey **********************/
#page_content {
	width:800px;
	text-align:center;
	height:380px;
	margin:0px;
	margin-top:10px;
	border:0;
	padding:0px;
	
}

#theday {
	float:left;
	height:360px;
	width:460px;
	border:3px #ffcc66 solid;
	border-right:1px white solid;
	border-bottom:1px #cccccc solid;
	padding:3px;
	
}
#java {
	margin-left:480px;
	width:305px;
	height:360px;
	border:3px #ffcc66 solid;
	border-right:3px white solid;
	border-bottom:3px #cccccc solid;
	padding:3px;
}

#nav {
	margin: 0;
    width:800px;
	height:auto;
	border-bottom-width:0px;
}

ul#nav {
	margin:0;
	padding:0;
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav a{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px #ffcc66 solid;
	display: block;
	background-color: black;
	padding: 0;
}
#nav li{
	float: left;
	width: 80px;
}

#nav a:hover{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	border: 1px #ffcc66 solid;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	display: block;
	background-image: url('images/nav-bg3.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#footer {
	width: 800px;
	height: 150px;
	border: 0;
	padding:0;
	margin: 0;
	text-align: center;
	clear: both;
}
#footer h1{
	color: white;
	font-family: "Edwardian Script ITC";
	margin: 0;
	font-size: xx-large;
}
#footer h3{
	color:white;
	font-family:"Brush Script MT";
	margin:0;
	font-weight:lighter;
	font-size:xx-large;
}
#footer h4{
	color:white;
	font-family:"Edwardian Script ITC";
	margin:0;
	font-size:xx-large;
}
#footer p{
	padding: 0px 0px 10px 0px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: small;
	font-style: italic;
}
#footer a{
	color:#cccccc;
	text-decoration:none;
	padding-bottom: 2px;
	border-bottom:1px white dashed;
}
#footer a:hover{
	text-decoration:underline;
	border-bottom:none;
}
#footer a:visited{
	color:#cccccc;
}
