@CHARSET "UTF-8";

/**
*   atelopia.com/dratini - #147 the approved dratini fanlisting v1.0
*	colors: #c0d2e0(backgroundblue) #d0dbe4(lightestblue) 
*   colors: #aec2dd(medium blue) #7582b4(darkerblue) #333(fontgrey)
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 10px; 
	font-family: Tahoma, Verdana, Sans Serif; 
	letter-spacing: .5px; 
	line-height: 11px; 
	color: #333; 
	background-color: #c0d2e0;
	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: 346px;
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	right: 200px;
	top: 125px;
	background: url(images/contentbg.jpg);
	}

#header {
	width: 346px;
	height: 169px;
	background: url(images/header.jpg);
}

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

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

#affiliates {
	padding-right: 40px;
	padding-left: 32px;
	text-align: center;
	}

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

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

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

#footer {
	color: #aec2dd;
	padding-right: 48px;
	padding-left: 40px;
	text-align: center;
	background: url(images/footer.jpg);	}

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

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

b {
	font-size: 12px;
	font-weight: bold;
	color: #7582b4;
	}

z {
	font-size: 11px;
	border-bottom: dotted 1px #333;
	}

p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	font-decoration: none;
	line-height: 15px;
	margin: 0;
	padding-bottom: 5px;
	color: #d0dbe4;
	text-align: center;
}

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: dotted 1px #d0dbe4;
	width: 250;
	}


/**
*   ________________________________________TABLES  
*/

table {
	border: none;	cellspacing: 0;
	cellpadding: 0;
}

/**
*   ________________________________________FORMS  
*/

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

#wrapper #footer a, a:visited {  
	color: #7582b4;;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#wrapper #footer a:hover {   	text-decoration: none;	color: #7582b4;
	border-bottom: dotted 1px #7582b4;
	text-decoration: none;
	font-weight: normal;	}

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

