/* CSS Document */


/* 	_______________________	*/
/*	THE BASICS	 	*/


body 	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a	{
	}
a:link	{
	color: #0000CC;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #CCC;
	}
	
a:visited	{
	color: #0000CC;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #CCC;
	}
	 
a:active	{
	color: #777;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #CCC;
	}
	 
a:hover	{ color: #0000CC;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #0000CC;
	} 

#content 	{
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}


#footer	{
	clear: both;
	float: none;
	padding: 10px 0 10px 0;
	margin-right: auto;
	margin-left: auto;
	}

#footer p	{
	text-align: center;
	color:#888888;
	font-size: 10px;
	}

h1	{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	letter-spacing: -2px;
	font-weight: bold;
	text-shadow: 3px 3px 2px #ccc;
	}
	
h2	{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	letter-spacing:0px;
	font-weight: bold;
	text-shadow: 3px 3px 2px #ccc;
	}

h3	{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 10px 2px 2px 0px;
	letter-spacing: 0px;
	font-weight: bold;
	}
	

LI 	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #222;
	font-size: 14px;
	}

#main 	{
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	}

.num	{
	font-size:90%
	}

.quote {
	font-size:12px;
	font-weight:bold;
	}
	

p 	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #222;
	font-size: 14px;
	margin: 0;
	padding: 0px 0px 7px 0px;
	}

#top 	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	}

#top ul li 	{
	display: inline;
	}

#top h1 	{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#top h1	{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	letter-spacing: -2px;
	font-weight: bold;
	text-shadow: 3px 3px 2px #ccc;
	font-size:320%;
	}


#top p 	{
	
	}

ul {
	margin:0px 0px 2px 25px;
	padding:0px 0px 0px 0px;
	text-indent: 0px;
	}
	
li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}

