body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 

body {
	background: url(images/BG.png) repeat-x top #000000;
	font-family: Century Gothic;
	color: #ffffff;
}

a {
	color: #ff9c00;
	text-decoration:none;
}


#welcome {
	font-size: 11px;
	text-align: center;
	width: 220px;
	padding-left: 110px;
}

.container {
	background: #2d2524;
	width: 1220px;
}

.container tr {
text-align: center;
}

.container td a {
	text-align: center;
}

.container a img {
	border: 1px solid gray;
	margin: 2px;
	width: 240px;
	height: 180px;
	}
	
.container a:hover img {
	border: 1px solid red;
}

.logo {
	float: right;
}


.arch {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 8px;
	color: #ff9c00;
}

.arch a {
	text-decoration: none;
	color: #ffffff;
}

.arch a:hover {
	color: #ff601e;
}	

.recomended {
	color: #000000;
	margin-bottom: 5px;
}

.recomended a {
	font-size: 24px;
	font-weight: bold;
	color: #ff9c00;
	letter-spacing: -1px;
	text-decoration: none;
	

}

.recomended tr td {
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	background: url(images/trader-bg.jpg);
	width: 265px;
	height: 75px;
}	


.adv {
	margin-bottom: 20px;
		background: #2d2524;
}	

.adv p {
	font-size: 18px;
	padding: 20px;
}

.adv a {
    font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ff0000;
}	

.adv a:hover {
	text-decoration:underline;
}

.adv img {
	border: 2px solid #3c3231;
}

#text-links {
	background: #2d2524;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#text-links td {
	text-decoration: none;
		padding: 22px;	
}

#text-links .archive a  {
	display: inline;
}

#text-links a {
	color: #ff9c00;
	display: block;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;

}	

#text-links a:hover {
	text-decoration: underline;
}


li {
	list-style: url(images/dot.jpg);
	margin-left: 2px;
}

.maintop {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;	
}

.maintop li a {
	color: #ffffff;
	text-decoration: none;
}

.maintop li a:hover {
	text-decoration: underline;
}


.trade {
	font-size: 14px;
	margin-top: 30px;
}

.trade a {
	color: #ff9c00;
	text-decoration:none;
}


