@import "n/Main.css";
body {
	background-color: #FE0000;
	font-size: 1em;
	background-position:center;
	background-image: url(Layout/bgSlice.jpg);
	background-repeat: repeat-y;
	font-family: "Lucida Sans", Arial;
	color: #333333;
}
a:active{
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color: #FE0000;
	text-decoration:underline;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	background-image: url(Layout/head.jpg);
	height: 203px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center;

}

* html #header { /*Stupid IE with hack*/
width: 801px;
}

#nav {
	text-align: center;
	position: relative;
	top: 150px;
	font-size: 1.1em;

}

#nav a {
text-decoration:none;
}

#content {
	width: 720px;
	margin-right: 40px;
	margin-left:40px;

}
#indent {
	padding-right: 30px;
	padding-left: 30px;

}


#footer {
	position: relative;
	font-size: 0.8em;
	left: 80px;
	right: 80px;
	width: 640px;
	
	padding-bottom: 40px;
}

#footLeft{
float:left;
color:#FE0000;
}

#footRight {
float:right;
color:#FE0000;
}


a:link { 
	color:#0000CC;
	text-decoration:underline;
 } a:visited  { 
	color:#FF0000;
	text-decoration:underline;
 } 