body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fcf1d2;
}



#container {
	position:relative;
	width:800px;
	height:600px;
	z-index:1;
	margin: 0 auto;
}

#masthead {
	position:absolute;
	width:800px;
	height:108px;
	z-index:500;
	top: 0px;
	left: 0px;
	background-image: url(images/masthead.gif);
}

#detail {
	position:absolute;
	width:800px;
	min-height:464px; height:auto !important; /* this line is for firefox (and IE7) */
	height:464px;
	z-index:1;
	left: 0px;
	top: 108px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-y;

}	


#feature1 {
	position:relative;
	float:left;
	width:180px;
	min-height:464px; height:auto !important; /* this line is for firefox (and IE7) */
	height:464px;
	text-align:left;
	color: #5f1a37;
}


#textarea {
	position:relative;
	float:left;
	width:619px;
	min-height:464px; height:auto !important; /* this line is for firefox (and IE7) */
	height:464px;
	background-image: url(images/drinkinggirl.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-right: 1px solid #91004b;
}

/*for backend template */
#textarea2 {
	position:relative;
	float:left;
	width:609px;
	min-height:464px; height:auto !important; /* this line is for firefox (and IE7) */
	height:464px;
	border-right: 1px solid #91004b;
	padding-left: 10px;
}


#innertext {
	position:relative;
	float:left;
	width:599px;
	padding:10px;
	min-height:444px; height:auto !important; /* this line is for firefox (and IE7) */
	height:444px;
}

#footer {
	clear: both;
	position:relative;
	width:780px;
	min-height:27px; height:auto !important; /* this line is for firefox (and IE7) */
	height:27px;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;	
	background-color: #5E1B35;
}


/* text styles */

	
a:link {text-decoration: underline; color: #91004b;}
a:visited {text-decoration: underline; color: #91004b;}
a:active {text-decoration: underline; color: #91004b;}
a:hover {text-decoration: underline; color: #cb1d78;}

#footer a:link {text-decoration: underline; color: #FFFFFF;}
#footer a:visited {text-decoration: underline; color: #FFFFFF;}
#footer a:active {text-decoration: underline; color: #FFFFFF;}
#footer a:hover {text-decoration: underline; color: #fabddd;}

h1 a:link {text-decoration: none; color: #91004b;}
h1 a:visited {text-decoration: none; color: #91004b;}
h1 a:active {text-decoration: none; color: #91004b;}
h1 a:hover {text-decoration: none; color: #cb1d78;}

h4 a:link {text-decoration: none; color: #b0806a;}
h4 a:visited {text-decoration: none; color: #b0806a;}
h4 a:active {text-decoration: none; color: #b0806a;}
h4 a:hover {text-decoration: none; color: #f2bc87;}

p, li, td, th, input, submit, select, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #91004b;
}


h1 {
font-size: 11pt;
line-height: 12pt;
color: #91004b;
font-weight: bold;
border-bottom: 1px solid #91004b;
margin-left: -10px;
padding-left: 10px;

}

h2 {
font-size: 9pt;
line-height: 10pt;
color: #91004b;
font-weight: bold;
}


h4 {
font-size: 8pt;
line-height: 10pt;
color: #b0806a;
font-weight: normal;
}

.current {
color: #78646a;
font-weight: bold;
}

th {
text-align: left;
}


#footer p {
font-size: 8pt;
color: #FFFFFF;
margin-top: 5px;
font-family: arial, helvetica, sans-serif;

}

#masthead a img {
border: none;
float: left;
}

#textarea img {
border: none;
}
	
	
