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

body{
	background: #FFF url(../images/body_bg.jpg) repeat-x;
}

.wrapper{
	width:960px;
	margin: 0 auto;
	
}

.header{
	width:100%;
	height:250px;
	background: url(../images/vec_header.png) top center no-repeat;
	border:#000 groove 5px;
	margin-bottom:25px;
}

.main, .promo {
	width:100%;
	margin:0 auto;
	border:#000 groove 5px;

}

.main {
	background: #FFFFCC url(../images/Sweepstake_Title.png) top right no-repeat;
}

.promo{
	background: #609fff url(../images/Sweepstakes_BG.png) top center no-repeat;
}

#portal{
	margin:1295px 15px 25px 15px;
}

#entry{
	margin:35px 15px 25px 15px;
}

#entry h3{
	padding:0;
	margin:0;
}
#entry h4{
	padding:0;
	margin:0;
}

.input{
	border:solid 2px #000;
}

/* icons, anchors and buttons*/
#cal{
	text-decoration:none;
}

.action{
	font-size:1.2em;
	font-weight:bold;
}
