/*This CSS is Copyright 2006, Tim McConnell, Timbox.net*/
body {
	text-align:center;
	color: black;
	background: black;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 100.1%;
	margin: 50px 0px; 
	padding:0px;
}
ul { /*Custom Bullet! */
	list-style-image: url(check.gif);
}

img {
	border: 0px;
}
#tags {
	text-align: center;
}
a:link {
	color: #CC6516;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #AD6513;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ED4A00;
	text-decoration: underline;
}
a:active {
	color: #D79F0A;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	color: Gray;
	text-align: center;
	}
h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 190%;
	font-weight: bold;
	color: #CC6516;
	}
h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	}
h4 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	}
#wrapper {
	background: black;
   width:640px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #F7AC01;
	background-color: #232E34;
}
#header {
   background: #231F20;
	text-align: center;
	color: gray;
    }
#nav {
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
    background: #383838;
	 color: #E36C10;
	 padding:5px;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:1em;
    }
#nav a{
	color: #EFAB00;
}
#nav a:hover{
	color: white;
	text-decoration: none;
}
#main {
    background: white;
	 float:left;
    width:640px;
    }

#main h2, #main h3, #main p {
    padding:0 10px;
    }
#footer {
    background: black;
	 border: 1px dotted gray;
	 color: white;
	 margin: 1em 0 1em 0;
	 clear: both;
    }
#footer p {
   padding:5px;
   margin:0;
	text-align: center;
	font-size: 10px;
    }