
@CHARSET "UTF-8";

/**
*   http://fan.atelopia.com/fragglerock -  v1.0
*	colors: light purple #b088b9, light green #a1ced6, bgblue #5281c6
*   colors: light blue #99b2d7, darker blue #385ea4
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Helvetica, arial, sans-serif; 
	letter-spacing: normal; 
	line-height: 15px; 
	color: #a1ced6; 
	background: #5281c6;
	margin: 0px auto;
	padding: 0px;
}

#wrapper {
	width: 558px;
	margin: 0px auto;
	padding: 0px;
	}

#header {
	width: 558px;
	height: 404px;
	margin: 0px;
	background: url(./images/header.jpg);
}

#navigation {
	width: 398px;
	text-align: center;
	margin: 0px;
	padding: 10px 80px 10px 80px;
	background: url(./images/mid.jpg);
	}

#contentmain {
	width: 398px;
	margin: 0px;
	padding: 10px 80px 20px 80px;
	text-align: left;
	background: url(./images/mid.jpg);
	}

#affiliates {
	text-align: justify;
	}

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

#affiliates a:hover img {
	border: dotted 1px #5990ce;
	background: #b2ccea;
	}

#footer {
	width: 398px;
	margin: 0px;
	color: #a1ced6;
	padding: 10px 80px 0 80px;
	text-align: center;
	background: url(./images/mid.jpg);	}

#bottom {
	height: 99px;
	width: 558px;
	background: url(./images/footer.jpg);
	}

/**
*   ________________________________________PARAGRAPHS, HEADERS, ETC.
*/

p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-family: hevetica, arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
	margin-bottom: 12px;
	color: #b088b9;
	text-align: left;
	font-variant: small-caps;
	border-bottom: 1px solid #a1ced6;
	}

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

hr {
	border-top: 0px;
	border-bottom: dotted 1px #5990ce;
	border-left: 0px;
	border-right: 0px;
	color: #ffffff;
	}


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

/**
*   ________________________________________FORMS  
*/

input, textarea, select {
	margin: 3px;
	padding: 2px;
	border: solid 1px #b088b9;
	font-family: helevtica, sans-serif;
	font-size: 11px;
	color: #b088b9;
	background-color: #a1ced6;	}

/**
*   ________________________________________LINKS & IMAGES 
*/

#contentmain a, #contentmain a:visited, #footer a, #footer a:visited {
	color: #b088b9;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	border-bottom: 1px #a1ced6 dotted;
	}

#contentmain a:hover, #footer a:hover {	color: #a1ced6;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	border-bottom: 1px #a1ced6 dotted;	}
	
#navigation a, #navigation a:visited {
	font-size: 13px;
	color: #a1ced6;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-style: normal;
	padding: 0px 15px 0px 15px;
	}

#navigation a:hover {
	font-size: 13px;	color: #b088b9;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-style: normal;
	padding: 0px 15px 0px 15px;	}

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


