@charset "utf-8";
/* CSS Document */

body {
background:url(../images/gradient.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#d1cde4;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:80%;
color:#333333;

}

a, a:hover, a:visited {
	color:#666;
}

img {
border:0;
}

#container {
width:1000px;
margin:25px auto auto auto;
background-color:#FFF;
padding-bottom:10px;
height:500px;
}

#welcome {
width:365px;
margin:auto;
padding: 20px 0 20px 0;
background-color:#FFF;
}

#middle{
width:1000px;	
border-top:1px solid #3c2985;
border-bottom:1px solid #3c2985;
background-color:#FFF;
float:left;
}

#middleleft{
float:left;
width:260px;
text-align:center;
margin:15px 0px 0px 25px;
}

#middleright {
float:right;
width:672px;
}

#bottom {
	width:1000px;	
background-color:#FFF;
float:left;
padding-top:20px;
}

#bottomleft{
	float:left;
	width:400px;
	padding:0px 50px;
}

#bottomright{
	float:right;
	width:400px;
		padding:0px 50px;
}

#enterjacksons {
	border-bottom:1px solid #3c2985;
	float:left;
	width:400px;
	margin-top:33px;
}

#entermincoffs {
	border-bottom:1px solid #3c2985;
	float:left;
	width:400px;
	margin-left:50px;
}

.enterbutton {
	float:right;
	background-color:#3c2985;
	width:100px;
	height:30px;
	text-align:center;
	margin-bottom:10px;
	
}

.enterbutton a{
text-decoration:none;
color:#FFF;
display:block;
padding-top:7px;
height:23px;
}

.enterbutton a:hover{
text-decoration:none;
background-color:#9e218b;
display:block;
padding-top:7px;
height:23px;
}