@charset "utf-8";

body {
	margin:0;
	padding:0;
	text-align:center;
}

p, br, div, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:163%;
	text-transform:lowercase;
}

.purple {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-transform:lowercase;
}

.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-transform:lowercase;
	line-height:125%;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666;
	text-transform:lowercase;
	line-height:120%;
}

a.home:link, a.home:visited {
	font-family:arial;
	color:#666;
	font-size:15px;
	text-decoration:none;
	text-transform:lowercase;
	padding-left:20px;
}

a:link, a:visited {
	font-family:arial;
	color:#666;
	text-transform:lowercase;
	text-decoration:underline;
}

a.interior:link, a.interior:visited {
	font-family:arial;
	color:#fff;
	font-size:15px;
	text-transform:lowercase;
	text-decoration:none;
	padding-left:20px;
}

/* Home Page */

#top {
	background-image:url(../images/bg-top.png);
	background-repeat:repeat-x;
	width:100%;
	height:92px;
	top:0;
}


#main-nav {
	margin-top:175px;
	width:930px;
	text-align:right;
	margin-bottom:12px;
}

#container-middle {
	text-align:center;
	background-color:#660033;
	width:100%;
	height:166px;
	border-top:8px solid #cecece;
	border-bottom:8px solid #cecece;
}

#copyright {
	width:930px;
	text-align:right;
	margin-top:12px;
}	

#bottom {
	background-image:url(../images/bg-bottom.png);
	background-repeat:repeat-x;
	width:100%;
	height:74px;
	bottom:0;
	position:fixed;
	text-align:center;
}

/* Interior Pages */

#top-interior {
	background-image:url(../images/bg-top.png);
	background-repeat:repeat-x;
	width:100%;
	height:40px;
	top:0;
}

#bottom-copyright {
	width:100%;
	background-color:#e3e3e3;
	height:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin-top:40px;
}

