body {
	background: #0B0B0B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc; 
   
}

a a:visited {
   color: #FFFFFF;
}

a {
   color:#CCCCCC;
}

h1 {
	font-size: 16px;
	color:#CCCCCC;
}
h2 {
	font-size: 14px;
	color:#CCCCCC;
}
h3 {
	font-size: 13px;
	color:#CCCCCC;
}
b {
	font-size: 12px;
}
form b {
	font-size: 14px;
}
form {
	font-size: 14px;
}
p {
	font-size: 14px;
}
#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	border-left: 5px solid #2c2c2c;
	border-right: 5px solid #2c2c2c;
}
#head {
	background: #242829;
	height: 186px;
}
#head #logo, #navigation {
	float: left;
}
img {
	border: 0px;
}
#logo {
	width: 460px;
	height: 86px;
}
#title {
	padding-top: 15px;
	margin-left: 25px;
}
#title a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	float: left;
	list-style: none;
	padding: 0px 15px 0px 15px;
	line-height: 73px;
    font-size: 13px;
   
}
#navigation ul li a {
	text-decoration: none;
	color: #ccc;
	background: #333;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    font-size: 13px;
}
#navigation ul li a:hover {
	background: #fff;
	color: #333;
    font-size: 13px;
}
#advanced_search {
	font-size: 12px;
	color: #ccc;
}
#advanced_form {
	margin-top: 10px;
	font-size: 12px;
}
#content {
	background-color: #242829;
}
#content #left, #right {
	float: left;
    font-size: 12px;
}
#content ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background: #000;
}
#content ul li {
	float: left;
	list-style: none;
	margin: 0px 11px 10px 11px;
	border: 1px solid transparent;
	background: #38393c;
	padding: 5px;
}
#content ul li:hover {
	background: #0B0B0B;
	border: 1px solid #333;
}
#content ul b {
	display: block;
	width: 140px;
	line-height: 20px;
	text-align: center;
	background: #555555;
}
#content ul li a {
	text-align: center;
	display: block;
	float: left;
	width: 50px;
	font-size: 12px;
	text-decoration: none;
	color: #ccc;
	padding: 2px 0px 2px 0px;
	width: 50%;
}
#content ul li a:hover {
	background: #333333;
}
#left {
	width: 725px;
	border-right: 1px solid #333;
}
#right {
	width: 250px;
	padding: 10px;
	background: #242829;
}
#most_downloaded {
	background: #222325 url(../images/border-top.gif) top left repeat-x;
	padding: 25px 10px 25px 10px;
	font-size: 14px;
}
#popular {
	background: #191C1C url(../images/border-top.gif) top left repeat-x;
	padding: 25px 10px 25px 10px;
	font-size: 14px;
}
.category_name {
	text-decoration: none;
	color: #ccc;
	margin-right: 25px;
}
input {
	height: 25px;
    background-color:#333333 !important;
   
}

#newest {
	background: #222325 url(../images/border-top.gif) top left repeat-x;
	padding: 25px 10px 25px 10px;
	font-size: 16px;
    color: #CCCCCC;
}
.button {
	background: #333;
	color: #ccc;
	border: 1px solid #444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.text {
	border: 1px solid #444;
	background: #000;
	color: #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left: 5px;
	font-size: 12px;
	width: 100%;
	line-height: 25px;
}
#foot {
	background: #222325 url(../images/border-top.gif) top left repeat-x;
	padding: 10px;
	clear: both;
	font-size: 12px;
}

.red { color: #CC0000; }