@CHARSET "UTF-8";

/**
*   atelopia.com/subaquatic - Subaquatic the approved places: underwater fanlisting v1.0
*	colors: #95D3F6(blue) #E2B4B5C(pinkishorange) 
*   colors: #FDFFFF(greyblue) 
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial; 
	letter-spacing: .5px; 
	line-height: 15px; 
	color: #95D3F6; 
	background-color: #FFFFFFF;
	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: 693px;
	margin: 0px auto;
	padding: 0px;
	align: center;
	background: #FFFFFF;
	}

#header {
	width: 693px;
	height: 343px;
	background: url(images/fish_01.jpg);
}

#contenttop {
	width: 693px;
	height: 43px;
	margin: 0px;
	align: center;
	vertical-align: top;
	}

#contentmain {
	padding-right: 55px;
	padding-left: 55px;
	text-align: justify;
	}

#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: 693px;
	height: 33px;
	}

#footer {
	color: #95D3F6;
	padding-right: 49px;
	padding-left: 115px;
	text-align: center;	}

#bottom {
	width: 693px;
	height: 33px;
	margin: 0px;
	}

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

z { 
	font-weight: bold;
	letter-spacing: 3px;
	color: #E2B4B5;
}

p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 3px;
	margin: 0;
	padding-bottom: 5px;
	color: #E2B4B5;
	text-align: left;
}

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

hr {
	border-top: 0px;
	border-bottom: dotted 1px #E2B4B5;
	border-left: 0px;
	border-right: 0px;
	color: #FFFFFF;
	width: 583;
	}


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

/**
*   ________________________________________FORMS  
*/

input, textarea, select {
	margin: 3px;
	padding: 1px;
	border: dotted 1px #E2B4B5;
	font-family: verdana, tahoma, arial, helevtica, sans-serif;
	font-size: 10px;
	color: #E2B4B5;
	background-color: #FFFFFF;
	scrollbar-face-color: #d0dbe4;
	scrollbar-highlight-color: #7582b4;
	scrollbar-shadow-color: #d0dbe4;
	scrollbar-3dlight-color: #d0dbe4;
	scrollbar-arrow-color: #7582b4;
	scrollbar-track-color: #d0dbe4;
	scrollbar-darkshadow-color: #7582b4;	}

/**
*   ________________________________________LINKS & IMAGES 
*/

#wrapper #contentmain a, a:visited {  
	color: #E2B4B5;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#wrapper #contentmain a:hover {	color: #95D3F6;
	text-decoration: none;
	font-weight: none;
	font-style: normal;	}

#wrapper #footer a, a:visited {  
	color: #E2B4B5;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#wrapper #footer a:hover {	color: #95D3F6;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;	}

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


