body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #3E0909;
	margin: 0;
	padding: 0;
	}
	

p {
	font-size: 1.2em;
	}
	

h1 {
	margin-top: 2px;
	font-size: 24px;
	text-align: center;
	color: #800000;
	}
	
h2 {
	font-size: 1.4em;
	width: 660px;
	text-align: center;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.3em;
	}
	
.clear	{
	clear: both;
	}


.border {
	border: 8px solid #800000;
	}

.center	{
	margin: 0px auto 0px auto;
	text-align: center;
	}
	
.center_small	{
	width: 270px;
	text-align: center;
	}

.indent	{
	padding: 0 10px 0 40px;
	}


.footdetails	{
	font-size: 0.7em;
	text-align: center;
	}
	
/* main divs
-------------------------------------------------------------*/
div#container {
	margin: 0px auto 0 auto;
	width: 760px; 
	background: url('images/bg_body.jpg') repeat-y;
	}

div#header {
	height: 183px;
	margin: 0;
	text-align: center;
	background: url('images/bg_head.jpg') no-repeat;
	}
	
div#content	{
	width: 700px;
	margin: 0px auto 0px auto;
	}

div#footer	{
	margin: 0px auto 0px auto;
	height: 40px;
	text-align: center;
	font-size: 1em;
	background: url('images/bg_foot.jpg') no-repeat bottom;
	}




div#left	{
	margin: 30px 0 0 100px;
	float:left;
	}
	
div#right	{
	margin: 0 0 0 75px;
	width:150px;
	float:left;
	text-align: center;
	}
	
	
	
div#count	{
	margin: 0px auto 0px auto;
	width: 660px;
	height: 170px;
	text-align: center;	
	background: url('images/count.jpg') no-repeat;
	}
	
div#count p	{
	margin: 0px auto 0px auto;
	padding: 5px;
	width: 640px;
	text-align: center;
	}
	

	
	
	

/* rounder sections
------------------------------------------------------------*/
div.round {
	margin: 20px auto 14px auto;
	width: 530px;
	background: #ccc url('images/tr.gif') no-repeat top right; 
	} 

div.round_small {
	margin: 5px auto 5px auto;
	width: 300px;
	background: #ccc url('images/tr.gif') no-repeat top right; 
	} 

div.round_paypal {
	margin: 5px auto 5px auto;
	width: 200px;
	text-align: center;
	background: #ccc url('images/tr.gif') no-repeat top right; 
	} 

div.round div, div.round_small div, div.round_paypal div { 
	background: url('images/tl.gif') no-repeat top left; 
	} 

div.round div div, div.round_small div div, div.round_paypal div div { 
	background:  url('images/br.gif') no-repeat bottom right; 
	} 

div.round div div div, div.round_small div div div, div.round_paypal div div div { 
 	background:  url('images/bl.gif') no-repeat bottom left; 
 	padding: 15px; 
	}




/* 1px round
------------------------------------------------------------*/
div.small_container1 {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 600px; 
	background: url('images/bg_body_small.gif') repeat-y;
	}

div.small_header1 {
	height: 20px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url('images/bg_head_small.gif') no-repeat top;
	}
	
div.small_content1 	{
	width: 500px;
	margin: 0px auto 0px auto;
	}

div.small_footer1	{
	margin: 0px auto 0px auto;
	height: 29px;
	font-size: 1em;
	background: url('images/bg_foot_small.gif') no-repeat bottom;
	}

					
div.textleft4, div#textleft5	{
	width: 300px;
	float:left;
	margin: 60px 0 0 0;
	}
	
div.imgright4, div#imgright5	{
	width:250px;
	float:left;
	}
	


/* links
-------------------------------------------------------------------------------*/
a img {
	border: 0;
	}

a:link, a:visited, a:active  	{
	font-size: 1.2em; 
	color: #CC0000; 
	text-decoration: underline;
	}
	

a:hover { 
	color: #990000;
	}
		

ul	{
	font-size: 1.2em;
	}

li {
	list-style-image: url('images/tick.gif') ;
	}
	


