@CHARSET "UTF-8";

/**
*   atelopia.com/rooftops - Rooftops the approved FL v1.0
*	colors: #083972(backgroundblue) #5C89BC(lightblue) 
*   colors: #041E3C(darkblue) #D6E3E4(whitishcolor)
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Times, Times New Roman; 
	letter-spacing: .5px; 
	line-height: 15px; 
	color: #D6E3E4; 
	background-color: #083972;
	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: 595px;
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/mainbg.gif);
	}

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

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

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

#affiliates {
	padding-right: 49px;
	padding-left: 115px;
	text-align: left;
	}

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

#affiliates a:hover img {
	background: #5C89BC;
	}

#contentbottom {
	margin: 0px;
	width: 346px;
	height: 33px;
	background: url(images/contentbottom.jpg);
	}

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

#bottom {
	width: 346px;
	height: 33px;
	margin: 0px;
	background: url(images/bottom.jpg);
	}

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

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

h2 {
	font-size: 12px;
	font-weight: none;
	font-decoration: none;
	line-height: 14px;
	text-align: right;
	margin: 0;
	padding: 0;
	background-color: #f6edc8;
}

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

hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 1px;
	height: 1px;
	color: #EC89BC;
	width: 431;
	}


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

/**
*   ________________________________________FORMS  
*/

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

#wrapper #footer a, a:visited {  
	color: #5C89BC;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#wrapper #footer a:hover {	color: #5C89BC;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: #D6E3E4;	}

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


