@CHARSET "UTF-8";

/**
*   atelopia.com/ofthesea -  v1.0
*	colors: #bee3ef(bglightblue) #3c849d(blueishgrey) 
*   colors: #000000 #ffffff (i dont need to explain those, do i?) 
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial; 
	letter-spacing: .5px; 
	line-height: 15px; 
	color: #bee3ef; 
	background-color: #bee3ef;
	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: 694px;
	margin: 0px auto;
	padding: 0px;
	align: center;
	background: url(images/bgall.gif);
	}

#header {
	width: 694px;
	height: 317px;
	background: url(images/ofs_01.gif);
}

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

#contentmain {
	padding-right: 102px;
	padding-left: 102px;
	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: 694px;
	height: 33px;
	}

#footer {
	padding-right: 102px;
	padding-left: 102px;
	text-align: center;	}

#bottom {
	width: 694px;
	height: 85px;
	margin: 0px;
	background: url(images/ofs_04.gif);
	}

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

z { 
	font-family: georgia, times, times new roman;
	font-weight: normal;
	letter-spacing: 2px;
	color: #bee3ef;
}

p {
	margin-top: 0;
	padding-top: 0;
}
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: #3c849d;
	text-align: center;
	text-transform: lowercase;
	}

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

hr {
	border-top: 0px;
	border-bottom: dotted 1px #3c849d;
	border-left: 0px;
	border-right: 0px;
	color: #132715;
	width: 490;
	}


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

/**
*   ________________________________________FORMS  
*/

input, textarea, select {
	margin: 3px;
	padding: 1px;
	border: dotted 1px #000000;
	font-family: verdana, tahoma, arial, helevtica, sans-serif;
	font-size: 10px;
	color: #3c859d;
	background-color: #bee3ef;
	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 #contentmain a, a:visited {  
	color: #3c849d;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#wrapper #contentmain a:hover {	color: #000000;
	text-decoration: underline;
	font-weight: none;
	font-style: normal;	}

#wrapper #affiliates a, a:visited {  
	color: #3c849d;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#wrapper #affiliates a:hover {	color: #000000;
	text-decoration: underline;
	font-weight: none;
	font-style: normal;	}

#wrapper #footer a, a:visited {  
	color: #3c859d;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#wrapper #footer a:hover {	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;	}

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


