
/* CSS Document */

body{
	background:url(../images/bg.gif) repeat-x;
	background-color:#100e0b;
	font-family: Arial;
}
img
{  border-style: none;
}

a:link {
	color:#EC1515;
	font-family: Arial;
	background-color:transparent;
	font-weight: bold
	}
a:visited {
	color:#F26262;
	font-family: Arial; 
	background-color:transparent;
	font-weight: bold
	}
a:hover{
	color:#FFFFFF; 
	font-family: Arial;
	background-color:transparent;
	font-weight: bold
	}
	
a.sub:link {
	font-size: small;
	color:#EC1515;
	font-family: Arial;
	background-color:transparent;
	font-weight: bold
	}
a.sub:visited {
	font-size: small;
	color:#F26262;
	font-family: Arial; 
	background-color:transparent;
	font-weight: bold
	}
a.sub:hover{
	font-size: small;
	color:#FFFFFF; 
	font-family: Arial;
	background-color:transparent;
	font-weight: bold
	}

.main,#main {
	border: thin solid #3A3A3A;
	background: #000000;
	color: #C9C9C9;
	width:1445px;
	margin:0 auto;
}

#main_top {
	border: thin solid #3A3A3A;
	border-bottom-style: none;
	background: #000000;
	color: #C9C9C9;
	width:1440px;
	margin:0 auto;
	text-align: right;
	padding: 3px 2px 3px 3px;
}
#breadcrumbs{
	border-right: thin solid #3A3A3A;
	border-left: thin solid #3A3A3A;
	background: #424242;
	color: #FFFFFF;
	width : 1440px;
	padding: 3px 3px 3px 2px;
	margin:0 auto;
}
#nav { 
	border-right: thin solid #3A3A3A;
	border-left: thin solid #3A3A3A;
	float:left; 
	width:117px;
	background: #000000;
	color: #C9C9C9;
	padding:20px 15px 20px 15px;
	position:relative;
	left:-1px;
	z-index: 1;
	} 
	
#adsense { 
	border-right: thin solid #3A3A3A;
	border-left: thin solid #3A3A3A;
	border-bottom: thin solid #3A3A3A;
	border-top: none;
	background: #000000;
	color: #C9C9C9;
	padding:20px 50px 20px 50px;
	width: 1345px;
	margin:0 auto;
	
	} 
fieldset {
	color: #3A3A3A;
	border: 1px solid #3A3A3A;
	text-align: left;
}
#content { 
	background: #2A2A2A;
	color: #C9C9C9;
	float:right; 
	width:1426px;
	padding:20px 9px 21px 8px;
	position:relative;
	top: -1px;
	left: -1px;
	z-index: 2;
	}
#empty{
	padding:20px 0 20px 0;
}


#footer {
	color:#4f4f4f;
    clear:both;
    text-align: center;
	margin:0 auto;
    }
.right{
	text-align: right;
}
.container{
    }
.scripts{
	font-size: small;
}
img.single{
	
	border: thick double #5E5E5E;
	padding: 2px 2px 2px 2px;
}