@CHARSET "UTF-8";

/**
*   atelopia.com/ispy - I Spy the approved dratini fanlisting v3.0
*	colors: #8781BD(periwinkle bg) 
*
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Tahoma, Verdana, Sans Serif; 
	letter-spacing: .5px; 
	line-height: 13px; 
	color: #333; 
	background-color: #8781BD;
	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: 202px;
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	left: 103px;
	top: 0px;
	background: url(images/ispy_02.gif);
	}

#header {
	width: 202px;
	height: 449px;
	background: url(images/ispy_01.gif);
}

#contentnavi {
	font-size: 11px; 
	font-family: tahoma, verdana, sans Serif; 
	color: #ffffff;
	letter-spacing: .5px; 
	line-height: 11px; 
	text-align: center;
	background: url(images/ispy_02.gif);
	}

#contentmain {
	padding-right: 4px;
	padding-left: 4px;
	text-align: justify;
	background: url(images/ispy_02.gif);
	}

#affiliates {
	text-align: center;
	background: url(images/ispy_02.gif);
	}

#footer {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	background: url(images/ispy_02.gif);	}

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

p {
	margin-top: 0;
	padding-top: 0;
	padding-top: 10px;
}
h1 {
	font-family: times new roman, times, verdana;
	font-size: 20px;
	font-weight: bold;
	font-decoration: none;
	line-height: 22px;
	margin: 0;
	padding-bottom: 5px;
	color: #ffffff;
	text-align: left;
	border-bottom: dotted 1px #ffffff;
}

h2 {
}

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

hr {
	}


/**
*   ________________________________________TABLES  
*/

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

/**
*   ________________________________________FORMS  
*/

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

/**
*   ________________________________________LINKS & IMAGES 
*/

#contentnavi a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	}

#contentnavi a:hover {
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

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

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

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

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

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

