/* Structural IDs */
	body,	html {		margin:10px;		padding:0;		background:#000;
		background-image: url(images/layout/bg.gif);		color:#000;
		font: 11px Verdana; 	}
	#wrap {		margin:0 auto;
		background-color: #fff;
		border: 15px solid #fff;		width:750px;	}
	#header {
		padding: 0;
		margin: 0;	}
	#nav {		background:#C20000;		padding:10px;
		color: #000;
		font: 12px Century Gothic; 
		background-image: url(images/layout/header2.gif);
		margin: 0;
		border-top: 4px solid #fff;	}	#main {		background:#fff;		float:left;		width:560px;
		margin: 15px 0;
		border-right: 1px dotted #95BF28;
		}
	#main p {		padding:0 10px;    }	#sidebar {		background:#fff;		float:right;
		margin: 15px 0;		width:180px;	}

	#stats {		float:right;		width: 350px;
		padding: 0 10px;
		margin: 10px 0;		}
	#about {		float:left;
		margin: 10px 0;	
		padding: 0px;		width:365px;	}

	#footer2 {		background:#000;
		margin:0;
		padding: 0;		clear:both; }
	#footer {		background:#cc9;		clear:both;
		background-image: url(images/layout/header2.gif);
		border-top: 5px solid #fff;	}

	#divider {		clear:both; 
		margin: 0; 
		padding: 5px; 
		background-image: url(images/layout/footer.gif); 
		border-bottom: 5px solid #fff;	}

	#clear {
		clear:both; 
		margin: 0; 
		padding: 0
	}

/* Sidebar */

	#sidebar ul {		margin-bottom:0;    }

	#sidebar li {		list-style-type: none;
		background-color: #F3F3F3;
		border-bottom: 1px solid #fff;
		padding: 2px;    }

	#sidebar li:hover {		list-style-type: none;
		background-image: url(images/layout/navigation.gif);
		background-repeat: repeat;	
		background-color: #F3F3F3;
		border-bottom: 1px solid #fff;
		padding: 2px;    }

	#sidebar li a {		font: 12px Century Gothic;
		background-image: url(images/layout/sidebar.gif);
		padding-left: 24px;
		background-repeat: no-repeat;		
		color: #C20000;    }

	#sidebar li a:hover {
		color: #9C0202;    }


/* Footer */

	#footer2 a{		background-image: none; }

	#about p{
		padding: 10px 0 10px 20px;
		font: 12px Century Gothic;
		color: #95BF28;	}

	#about strong{		color: #fff;
		font: 11px Georgia;
		font-weight: bold;	}

	#about a:hover{		color: #fff;	}
	#footer p {		padding:5px;
		font-size: 7pt;
		text-align: center;		margin:0;
		color: #000;    }

	#footer p a {		background-color: #000;
		padding: 1px 3px;
		color: #ACC243;
		background-image: none;    }

	#divider a{		color: #000;
		background-image: none;	}

	#stats p{		background:#171717;
		background-image: url(images/layout/statistics.gif);
		padding: 10px;
		font: 12px Century Gothic;
		color: #fff;	}

	#stats strong{
		color: #9C0202;	}

	#stats a{
		background-color: #000;
		padding: 0 2px;	}

	#stats a:hover{
		color: #fff;	}

/* Links */

A  {
	text-decoration : none;
	color :#C20000; 
	background-image: url(images/layout/link.gif);
	background-repeat: repeat-x;
    }

A:hover {
	color : #000; 
	text-decoration : none;
	background-image: url(images/layout/linkhover.gif);
	}

/* Universal stylistics (<strong>, <em>, etc) */


blockquote {
	text-align: justify;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-image: url(images/layout/quote.gif);
	padding: 10px 15px 10px 15px;
	font-family: Georgia;}

blockquote strong{
	color: #9FD80B;
	font-family: Arial;
	font-size: 12px;}


strong {
	font-size: 10px;
	color: #000;
	font-family: Georgia;}

em {
 	color: #C20000;
	font-size: 11px; }

/* Header classes */

h1 {
	margin: 0 5px 6px 8px;
	color: #A0D80F;
	font-family: courier;
	font-size: 36px;
	font-weight: normal;
	padding: 5px 10px 5px 25px;
	letter-spacing: -2px;
	background-image: url(images/layout/h1.gif);
	background-repeat: no-repeat;
	text-transform: lowercase;}

h2 {
	margin: 3px 0 3px 0;
	padding: 0 0 0 10px;
	color: #C20000;
	font-family: arial, sans-serif;
	font-size: 14px;
	background-image: url(images/layout/h2.gif);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#sidebar h2 {
	margin: 3px 0 3px 0;
	padding: 0 0 0 10px;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 14px;
	background-image: url(images/layout/h2.gif);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	text-transform: uppercase;
}


h3 {
	margin: 3px 0 3px 0px;
	color: #C20000;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/* Body text classes */


ul{
	color: #000000;
	padding: 0;
	margin: 0;
	line-height: 145%;}

li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 3px;    }
	
p, body {
	font: 11px Verdana;  
	color:#1E1E1E;
	text-align: justify;
	margin-top:0;
	margin-bottom:8px;
	line-height: 190%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }

p.links {
	float: left; 
	width: 225px; 
	margin-right: 50px; 
	border-right: 1px dotted #C20000;
	}
	
/* Images */

img.wallpaper {
	float: left;
	border: 7px solid #F3F3F3;
	margin: 7px 10px 3px 0;
    }

img.wallpaper:hover {
	float: left;
	border: 7px solid #95BF28;
	margin: 7px 10px 3px 0;
    }

img.icon {
	border: 7px solid #F3F3F3;
    }

img.gallery {
	border: 5px solid #F3F3F3;
    }

img.gallery:hover {
	border: 5px solid #C20000;
    }

img.right {
	float: right;
	border: 7px solid #F3F3F3;
	margin: 7px 0 3px 10px;
    }

img.left {
	float: left;
	border: 7px solid #F3F3F3;
	margin: 7px 10px 3px 0;
    }

img.affiliates {
	float: left;
	margin: 7px 10px 3px 0;
    }

img
    {border: 0px none;}
	
/* Tables */

table.statistics{
	padding-left: 10px;
	font: 12px Century Gothic;
	color: #c20000;
	letter-spacing: 1px;
	}

table.statistics strong{
	font: 11px Georgia;
	font-weight: bold;
	}