body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
    margin: 0px;
    padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
}
#full {
	width: 80%;
	margin-left:auto;
	margin-right:auto;	
}
#holder {
	width: 800px;
	text-align: left;
	position:relative;
	margin: 0px;
    padding: 0px;
}
#col1 {
	position:absolute;
	top:84px; left:0px;
	width:269px;
	background: transparent;
    z-index: 2;
}
#col2 {
	position:absolute;
	top:0px; left:269px;
	width:265px;
	background: transparent;
    z-index: 2;
}
#col3 {
	position:absolute;
	top:84px; left:534px;
	width:266px;
	background: transparent;
    z-index: 2;
}
#left {
	height:262px;
	background: transparent;
    z-index: 2;
}
#footer {
	position:absolute;
	top:624px; left:0px;
	width:800px;
	background: transparent;
    z-index: 2;
	text-align:center;
}
a:link {
	color: #990066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990066;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	color: #FFFFFF;
	font-size: 11px;
}
.style4 {font-size: 12px}
.style6 {color: #330033}
.style7 {color: #CC99CC}