#wrap
{
	min-height: 100%;
	height: auto;
	position: relative;
}

#header
{
	width: 100%;
	height: 100px;
	background-color: #105984;
}

#header img
{
	float: left;
	margin-left: 25px;
}

#header h2
{
	float: left;
	color: #fff;
	margin-left: 10px;
	margin-top: 35px;
}

.clear
{
	clear: both;
}

.repeat
{
	background-image: url("../images/repeat.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
}

#nav
{
	background-image: url("../images/repeat-nav.jpg");
	background-repeat: repeat;
	width: 300px;
	height: 1410px;
	position: absolute;
	top: 115px;
	left: 0px;
}

#nav ul
{
	padding-top: 15px;
	margin-left: 25px;
}

#nav ul li
{
	color: #105984;
	padding-bottom: 15px;
	font-weight: bold;
}

#nav ul li a
{
	color: #105984;
	text-decoration: none;
}

#nav ul li a:hover
{
	list-style-type: disc;
	text-decoration: underline;
	cursor: pointer;
}

#contentwrap
{
	/*width: 800px;*/
	height: auto;
	position: absolute;
	left: 300px;
	top: 115px;
}

#content
{
	text-align: center;
	height: 1410px;
}

#footer
{
	position:absolute;
	top: 1440px;
	width: 100%;
	height: 100px;
	background-color: #105984;
}

.footerrepeat
{
	position:absolute;
	top:1425px;
	background-image: url("../images/repeat-footer.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
}

#copyright
{
	color: #ccc;
	font-size: 12px;
}

#copyright a
{
	color: #ccc;
}

