a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #2064FE;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
}

li {
	list-style-type: none;
}

#header {
	width: 750px;
	margin: 0px auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#headerverse {
	width: 310px;
	color: #666666;
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	font-style: italic;
}

#topbar {
	background-color: #0071CE;
	margin-bottom: 20px;
	background-image: url(images/topbarbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	/*
	border-top: 10px solid #660000;
	border-bottom: 10px solid #660000;
	*/
}

#topcontent{
	width: 750px;
	margin: 0px auto;
	color: #E6E6FA;
}

#navigation {
	width: 750px;
	padding-top: 5px;
}

.nav {
	display: inline;
	font-weight: bold;
	margin-right: 71px /* change this number if you want to add more links to the navigation. The more links, the lower the
						margin-right number */
}

.navlast {
	display: inline;
	font-weight: bold;
}

#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#welcome h2, #navigation h2{
	color: #F9973F;
}

#welcome {
}

#maincontent h2 {
	color: #7D3439;
}

#maincontent {
	width: 750px;
	margin: 0px auto;
	margin-bottom: 100px;
}

#mctop {
	background-image: url(images/maintop.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mcimage {
	float: left;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 10px;
	height: 1000px;
}

#mcmain {
	background-color: #E6E6FA;
	padding: 10px;
}

#mcbottom {
	background-image: url(images/mainbottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.center {
	text-align: center;
	margin: 0px auto;
}


