
html, body{
	margin:0;
	padding:0;
	background-color:#558FD9;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #fff;
}

.homebg{
	background:url(/images/bg.jpg) no-repeat center top;
}

.subbg{
	background:url(/images/subbg.jpg) no-repeat center top;
}

p{
	padding:5px 0 10px 0;
}
		
a { 
	color:#e1474b;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1035px;
	margin:0 auto;
}


.header { 
	height: 439px;
	z-index: 1000;
	position: relative;
}

.subheader { 
	height: 289px;
	z-index: 1000;
	position: relative;
	overflow:hidden;
}

/* Header Positioning*/
.girl{
	position:absolute;
	left:14px;
	top:13px;
	z-index:1000;
}

.flashpos{
	position:absolute;
	left:0px;
	top:0px;
	z-index:400;
}

.header .logo{
	position:absolute;
	left:332px;
	top:0;
	z-index:1500;
}

.subheader .logo{
	position:absolute;
	left:20px;
	top:30px;
	z-index:1500;
}

.address{
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
}

.header .flash{
	position:absolute;
	right:0;
	top:0;
	z-index:500;
}

.subheader .flash{
	position:absolute;
	right:50px;
	top:0;
	z-index:500;
}

h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	height: 61px;
	wisth:672px;
	display: block;
	text-indent:-9999px;
}

h2{
	color:#e1474b;
	font-size:16px;
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #fff;
	margin: 10px 0 0 0;
}

.content {
	background:url(/images/content-bg.gif) repeat-y;
	width:672px;
	margin:0 0 14px;
}

.content input{
font-size:10px;
padding:3px;
}

.innerspace{
	padding:33px 15px;
}

.col-1 { 
	width: 310px;
	float: left;
	margin:0 14px 0 0;
}
	
.col-2 { 
	width: 672px;
	float: left;
}

.col-2 .inner{
	padding:10px 20px;
}


.minigal{
	background:url(/images/photos-col.jpg) no-repeat;
	width:310px;
	height:343px;
	margin:0 0 10px 0;
}
	
.minical{
	background:url(/images/entertainment-col.jpg) no-repeat;
	width:310px;
	height:319px;
}

.minigal .inner, .minical .inner{
	padding:60px 0 0 15px;
}
	
.footer {
	background:url(/images/footer.jpg) repeat-x center top #000;
	padding:15px 0;
	color:#fff;
	font-size:10px;
}

.footer .inner{
	padding: 10px 14px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}
	
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
	
.footer ul.nav { 	
	text-align:center;
	margin:0 auto 5px;
}
	
.footer ul.nav li { 
		position:relative;
		display: inline;
		float:none;
		border-left: 1px solid #008c9a;
		padding:0 5px 0 10px;
}

.footerwidth{
	width:900px;
	margin:0 auto;
}

.footer-quicklinks{
	width:140px;
	height:223px;
	border-right: 1px solid #fff;
}

.footer-quicklinks ul{
	list-style-type: none;
	margin:5px 0 0 5px;
	padding:0;
}

.footer-address{
	width:520px;
	height:223px;
	border-right: 1px solid #fff;
}

.footer-enews{
	width:232px;
	height:223px;
}

.footer-enews input{
	font-size:10px;
}

.footerinput input{
	width:200px;
	margin:0 0 5px;
}

.footer-giftcard{
	width:234px;
	height:223px;
}

.icons{
	padding:10px 0;
}
