body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	background: url(../images/bodyback.jpg) repeat-x top right;
}

#wrapper {
	width: 1040px;
	margin: 0px auto;
}

#box {
	width: 100%;
	float: left;
	background: url(../images/boxback.png) repeat-y;
}

#box2 {
	width: 1000px;
	margin: 0px auto;
}

.blue {
	color: #3333cc;
	font-weight: bold;
}

.green {
	color: #00b51e;
	font-weight: bold;
}

.front {
	text-align: center; 
	width: 100%; 
	float: left; 
}

.big {
	font-size: 1.2em; 
	font-style: italic; 
	font-weight: bold; 
}

.small {
	font-size: 1.2em;
	font-weight: bold; 
}

.small2 {
	font-size: 1.0em;
	font-weight: bold; 
}

.reallysmall {
	font-size: .8em;
	font-weight: bold; 
}


#header {
	width: 100%;
	float: left;
	height: 99px;
	background: url(../images/headerback.jpg) no-repeat top right;
}

#nav {
	width: 100%; 
	float: left;
	border-bottom: 3px solid #cccccc;
}


#nav a {
	font-size: 1.2em;
	text-decoration: none;
	color: #3333cc;
	background: url(../images/navback.jpg) repeat-y top left;
	width: 199px;
	height: 27px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
		border-left: 1px solid #cccccc;
}

#nav a:hover {
	font-size: 1.4em;
	background: white;
}

#contentwrap, #content {
	width: 100%;
	float: left;
}

#footer {
	width: 100%;
	float: left;
}

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

#footnav li {
	float: left;
}

#footnav a {
	float: left;
	color: black;
	text-decoration: none;
	margin: 5px;
	font-size: .8em;
}

#footnav a:hover {
	color: #3333cc;
	text-decoration: underline;
}

#footertext {
	width: 100%;
	float: left;
	background: #3333cc;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.littlefoot {
	font-size: 1.2em;
	color: white;
}

.bigfoot {
	font-size: 1.6em;
	color: white;
}

#copyright {
	width: 100%;
	float: left;
	margin: 0px 10px;
	text-align: center;
	font-size: .8em;
}

