@CHARSET "UTF-8";

/**
*   atelopia.com/fantasia -  v1.0
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Georgia, times, times new roman; 
	letter-spacing: .5px; 
	line-height: 15px; 
	color: #eaac91; 
	background-color: #768d91;
	margin: 0px;	scrollbar-face-color: #bebebe;
	scrollbar-highlight-color: #bebebe;
	scrollbar-shadow-color: #bebebe;
	scrollbar-3dlight-color: #bebebe;
	scrollbar-arrow-color: #E8E4EC;
	scrollbar-track-color: #bebebe;
	scrollbar-darkshadow-color: #bebebe;
}

#wrapper {
	width: 627px;
	margin: 0px auto;
	padding: 0px;
	align: center;
	background: #9a9e91;
	}

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

#contenttop {
	font-size: 14px; 
	font-family: Georgia, times, times new roman; 
	letter-spacing: .6px; 
	line-height: 15px; 
	margin: 0px;
	padding-top: 7px;
	text-align: right;
	width: 627px;
	height: 31px;
	margin: 0px;
	background-color: #768d91;
	}

#contentmainwrapper {
	width: 627px;
	}

#contentmaintop {
	width: 627px;
	padding: 0px;
	margin: 0px;
	background: url(images/top.gif);
	}

#contentmain {
	width: 607px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	}

#contentmainbottom {
	padding: 0px;
	margin: 0px;
	background: url(images/bottom.gif);
	}

#affiliates {
	text-align: center;
	}

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

#affiliates a:hover img {
	background: #d0dbe4;
	}

#contentbottom {
	margin: 0px;
	width: 627px;
	height: 10px;
	}

#footer {
	color: #eaac91;
	width: 627px;
	height: 31px;
	text-align: center;
	}

#bottom {
	width: 627px;
	height: 95px;
	margin: 0px;
	background: url(images/footer.gif);
	}

/**
*   ________________________________________PARAGRAPHS, HEADERS, ETC.
*/

z {
	font-family: georgia, times, times new roman;
	font-weight: normal;
	letter-spacing: 2px;
	color: #4a6373;
	}

p {
	margin-top: 0;
	padding-top: 2px;
	padding-top: 10px;
	}
h1 {
	font-family: georgia, times, times new roman;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 6px;
	margin: 0;
	padding-bottom: 12px;
	color: #4a6373;
	text-align: right;
	text-transform: lowercase;
	}

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

hr {
	border-top: 0px;
	border-bottom: dashed 1px #eaac91;
	border-left: 0px;
	border-right: 0px;
	color: #999d90;
	width: 603px;
	}


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

/**
*   ________________________________________FORMS  
*/

input, textarea, select {
	margin: 3px;
	padding: 4px;
	border: solid 1px #4a6373;
	font-family: georgia, times, times new roman;
	font-size: 12px;
	color: #4a6373;
	background-color: #eaac91;
	scrollbar-face-color: #bee3ef;
	scrollbar-highlight-color: #3c859d;
	scrollbar-shadow-color: #bee3ef;
	scrollbar-3dlight-color: #bee3ef;
	scrollbar-arrow-color: #3c859d;
	scrollbar-track-color: #bee3ef;
	scrollbar-darkshadow-color: #3c859d;	}

/**
*   ________________________________________LINKS & IMAGES 
*/

#wrapper #contenttop a, a:visited {  
	padding-left: 5px;
	padding-right: 10px;
	color: #eaac91;
	background-color: #a5a594;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#wrapper #contenttop a:hover {
	padding-left: 5px;
	padding-right: 10px;	color: #768d91;
	background-color: #eaac91;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;	}

#wrapper #contentmain a, a:visited {  
	color: #4a6373;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#wrapper #contentmain a:hover {	color: #768d91;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	background-color: #eaac91;	}

#wrapper #affiliates a, a:visited {  
	color: #4a6373;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#wrapper #affiliates a:hover {	color: #768d91;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	background-color: #f6d7c3;	}

#wrapper #footer a, a:visited {  
	color: #4a6373;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#wrapper #footer a:hover {	color: #768d91;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	background-color: #eaac91;	}

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


