@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #333;	
	background-repeat:repeat-x;
	background-color: #fff;
}
a:link {
	color: #100254;
}
a:visited {
	color: #100254;
}
a:hover {
	color: #100254;
}
a:active {
	color: #100254;
}
#wrapper {
	margin:0px auto;
	width: 990px;
	margin-top:0px;

}

#top-border {
 	width: 988px;
 	height: 223px;
	margin-left: 1px;
 	margin-right: 1px;
	float: left;
}
#header {
	width: 990px;
	height: 265px;
	background-image: url(../images/header.jpg);
	float:left;
}
#nav {
	width: 990px;
	height:42px;
	background-color:#000;
	float: left;
	color:#fff;
}

#content {
	width: 990px;
	min-height: 300px;
	background-color: #eed52d;
	float:left;
}

#copy {
	width: 950px;
	min-height: 260px;
	margin:10px;
	background-color: #f3e263;
	float:left;
	padding:10px;
}

#copy ul li{
	margin-left:30px;
	padding-left:5px;
}
#twitter {
	width: 250px;
	min-height: 260px;
	margin:10px;
	float:right;
	padding:10px;
}
#footer {
	width: 960px;
	min-height: 42px;
	background-color: #c0504d;
	float:left;
	color: #fff;
	font-size: 15px;
	padding:15px;
}
#footer-left{
	float:left;

}
#footer-right {
	float: right;
	
	text-align: right;
}

#footer a:link, a:visited, a:hover, a:active {
	color:#fff;
}

input[type=text], textarea {
	background-image: url(../images/textbox.jpg);
	width: 220px;
	min-height:24px;
	padding-left:3px;
	padding-right:3px;
	padding-top:6px;
}


.white {
	background-color: #FFF;
	height: 42px;
	width: 1px;
	float: left;
}

.bigbold{
	font-size: 16px;
	font-weight:bold;
	color:#000;
}

.bigboldwhite{
	font-size: 18px;
	font-weight:bold;
	color:#fff;
}
.mauvecopy{
	font-weight:bold;
	color: #c0504d;
}

#grey{
	background-color: #acabab;
	width: 950px;
	margin:10px;
	padding: 10px;
	min-height: 100px;
	float:left}
	
#mauve{
	width: 250px;
	padding:10px;
	float: right;
	min-height:100px;
	background-color: #c0504d;
	color: #fff;
	text-align:center;
	vertical-align: middle;
}
#mauve ul li {
	text-align: left;}
/*** MENU CSS ***/

#nav li {
	float: left;
	position: relative;
	list-style: none;
}
#nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 32px;
	padding-top: 10px;
}
#nav li:hover, #nav li a:hover {
	background-color: #333;
}
#copyright {
	width:1020px;
	height:30px;
 font-size: 12px;
 float:left;
}