@CHARSET "UTF-8";

/**
*   http://fan.atelopia.com/neverending -  v1.0
*	colors: #9c93c3(purple) #ffcc66(yellowish) 
*   colors: #000000(i dont need to explain that, do i?) 
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Georgia, Times, 'Times New Roman'; 
	letter-spacing: .5px; 
	line-height: 15px; 
	color: #cc9966; 
	background-color: #84d7b7;
	margin: 0px auto;
	padding: 0px;
}

#wrapper {
	width: 737px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/wrapperbg.gif);
	}

#aboveheader {
	width: 737px;
	height: 20px;
	background: #84d7b7;
	}

#header {
	width: 737px;
	height: 114px;
	background: url(images/header.gif);
}

#navigation {
	width: 618px;
	height: 15px;
	padding-right: 119px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	background: url(images/navibg.gif);
}

#underheader {
	width: 737px;
	height: 39px;
	background: url(images/underheader.gif);
}

#contentmain {
	padding-right: 179px;
	padding-left: 179px;
	text-align: justify;
	background: url(images/mainbg.gif);
	background-repeat: repeat-x;
	}

#affiliates {
	text-align: center;
	}

#affiliates a img {
	border: dotted 1px #84d7b7;
	padding: 3px;
	margin: 5px;
	}

#affiliates a:hover img {
	background: #84d7b7;
	}

#footer {
	width: 379px;
	padding-top: 5px;
	padding-right: 179px;
	padding-left: 179px;
	text-align: center;	}

#bottom {
	width: 737px;
	height: 70px;
	background: url(images/bottom.gif);
	}

/**
*   ________________________________________PARAGRAPHS, HEADERS, ETC.
*/

p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-family: georgia, times;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 6px;
	margin: 0;
	padding-bottom: 12px;
	color: #84d7b7;
	text-align: left;
	text-transform: none;
	}

small {
	font-size: 10px;
	line-height: 10px;
	}

hr {
	border-top: 0px;
	border-bottom: solid 3px #84d7b7;
	border-left: 0px;
	border-right: 0px;
	color: #663300;
	}


/**
*   ________________________________________TABLES  
*/

table {
	border: none;	cellspacing: 0;
	cellpadding: 0;
}

/**
*   ________________________________________FORMS  
*/

input, textarea, select {
	margin: 3px;
	padding: 1px;
	border: dotted 1px #84d7b7;
	font-family: verdana, tahoma, arial, helevtica, sans-serif;
	font-size: 10px;
	color: #84d7b7;
	background-color: #663300;	}

/**
*   ________________________________________LINKS & IMAGES 
*/

#contentmain a, #contentmain a:visited, #footer a, #footer a:visited {
	color: #84d7b7;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	}

#contentmain a:hover, #footer a:hover {	color: #underline;
	text-decoration: underline;
	text-transform: none;
	font-weight: none;
	font-style: normal;
	padding: 0px;	}

#navigation a, a:visited {
	font-size: 15px
	font-weight: bold;
	text-transform: none;
	color: #cecece;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 5px;
	}

#navigation a:hover {
	font-size: 15px
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #84d7b7;
	font-weight: none;
	font-style: normal;
	padding: 5px;
	}

img {
	border: 0px;
	padding: 0px;
	maring: 0px;
	}


