@CHARSET "UTF-8";

/**
*   http://fan.atelopia.com/holdmyhand -  v1.0
*	colors: #9c93c3(purple) #ffcc66(yellowish) 
*   colors: #000000(i dont need to explain that, do i?) 
*/

/**
*   ________________________________________MAIN BODY  
*/

body {
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial; 
	letter-spacing: .5px; 
	line-height: 15px; 
	color: #000000; 
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
}

#wrapper {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	background: #9c93c3;
	}

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

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

#navigation {
	width: 538px;
	text-align: center;
	padding-bottom: 15px;
	}

#affiliates {
	text-align: center;
	}

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

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

#footer {
	padding-top: 15px;
	padding-right: 31px;
	padding-left: 31px;
	padding-bottom: 20px;
	text-align: center;	}

#bottom {
	width: 600px;
	}

/**
*   ________________________________________PARAGRAPHS, HEADERS, ETC.
*/

p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-family: hevetica, arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 6px;
	margin: 0;
	padding-bottom: 12px;
	color: #ffcc66;
	text-align: center;
	text-transform: none;
	}

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

hr {
	border-top: 0px;
	border-bottom: solid 1px #000000;
	border-left: 0px;
	border-right: 0px;
	color: #9c93c3;
	width: 490;
	}


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

/**
*   ________________________________________FORMS  
*/

input, textarea, select {
	margin: 3px;
	padding: 1px;
	border: solid 1px #ffcc66;
	font-family: verdana, tahoma, arial, helevtica, sans-serif;
	font-size: 10px;
	color: #9c93c3;
	background-color: #ffcc66;	}

/**
*   ________________________________________LINKS & IMAGES 
*/

#contentmain a, #contentmain a:visited, #footer a, #footer a:visited {
	color: #ffcc66;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	}

#contentmain a:hover, #footer a:hover {	color: #9c93c3;
	text-decoration: underline;
	text-transform: none;
	background-color: #ffcc66;
	font-weight: none;
	font-style: normal;
	padding: 0px;	}

#navigation a, a:visited {
	font-size: 15px
	font-face: arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffcc66;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	padding: 4px;
	}

#navigation a:hover {
	font-size: 14px
	font-face: arial;
	font-weight: bold;
	color: #9c93c3;
	text-decoration: underline;
	background-color: #ffcc66;
	font-weight: none;
	font-style: normal;
	padding: 4px;
	}

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


