/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#dedede;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-family: "Trebuchet MS",Verdana,Arial,Sans-serif; font-size:14px;line-height:150%; background-color: #000; color: #dedede;}
a{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

a {
	text-decoration: none;
	color: #d0965d;
}
a:hover {
	color: #d0965d;
	text-decoration: underline;
}
#content {
	width: 600px;
 	margin: 0 auto;
 	margin-top: 260px;
    border: none;
    height: 260px;
}
#contentright {
	float: right;
	width: 200px;
    height: 260px;
    background-color: #2f2f2f;
}
#contentleft {
	float: right;
	width: 380px;
    height: 240px;
    padding: 10px;
}
#footer {
	margin: 0 auto;
	width: 590px;
	padding: 0px;
	padding-right: 10px;
	height: 41px;
	background-color: #adada3;
}
#footer li {
	float: left;
	background-color: #adada3;
}
#footer li.active {
	float: left;
	background-color: #2f2f2f;
}
#footer li a {
	display: block;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size:14px;
	text-decoration: none;
	color: #2f2f2f;
}
#footer li a:hover {
	background-color: #2f2f2f;
	color: #d0965d;
}

