	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 500px;
	 }

body	{
	background: #fff;
	font: 12px/1.3 arial, helvetica, verdana, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	text-align: center;
	}
	
h1	{
	display: none;
	}
	
h2	{
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h4	{
	font-size: 14px;
	color: #630;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #39c;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #69c;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: transparent;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
#wrapper	{
	background: transparent;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#left	{
	width: 750px;
	padding: 20px;
	margin: 20px auto;
	background: transparent;
	text-align: center;
	}
	
#text	{
	overflow: visible;
	width: 618px;
	padding-right: 10px;
	}
	
#right 	{
	display: none;
	}
	
#submenu	{
	display: none;
	}

#footer	{
	display: none;
	}
	
#menu	{
	display: none;
	}
	
.btn	{
	display: none;
	}
	
.header	{
	background: #000;
	color: #fff;
	font-weight: bold;
	}
	
.cell	{
	background: #fff;
	}
	
	/*   Links 	*/

a:link	{
	color: #39c;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited	{
	color: #39c;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover	{
	color: #39c;
	font-weight: bold;
	text-decoration: underline;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	display: none;
	}