/*------------------------------------------------------------------
									GLOBAL RESET
------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus {
	outline: none;
}

/*------------------------------------------------------------------
										GENERAL
------------------------------------------------------------------*/
body {	
	background: #000;
	font: 12px Arial, Helvetica, sans-serif;
	min-width: 1000px;
	_width: expression(document.documentElement.offsetWidth < 1000 ? '1000' : 'auto');
	background: #FFF url(/images/allbg.jpg) 770px repeat-y;
}

#container {
	width: 100%;
	text-align: left;
}


#wrapper {
	text-align: left;
	width: 770px;
	background: #FFF;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}



.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

br {
	clear: both;
}

h1 {
	font-size: 1.8em;
	color: #777;
	padding:  0 0 15px 0;
}

h2 {
	font-size: 2em;
	color: #fff;
}

h3 {
	font-size: 1.2em;
	color:#333;
	font-weight:bold;
	margin-top:5px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.leftthumb, .rightthumb {
	margin-bottom:15px
}

/*------------------------------------------------------------------
										HEADER
------------------------------------------------------------------*/
#header {
	width: 770px;
	height: 200px;
	overflow: hidden;
	color: #FFF;
}

#logo2 {
	position:Absolute;
	left:790px;
	top:20px;
	width:330px;
	height:200px;
	color:#999999;
	font-size:19px;
	text-align:left;
}

#logo2 span {
	padding-top:10px;
}

#logo2 li {
	padding-left:15px;
}

#logo2 a, #logo2 span {
	color:#999;
	font-size:13px
}
/*------------------------------------------------------------------
										MENU
------------------------------------------------------------------*/
#menu {
	width:770px;
	height:26px;
	background:white url(/images/menubg.gif) 0px 0px repeat-x;
}


#menu a {
	display:block;
	float:left;
	height:26px;
	width:123px;
	text-align:center;
	padding-top:5px;
	font-size:12px;
	color:#FFF;
}

#menu a:hover {
	font-weight:bold
}

/*------------------------------------------------------------------
										CONTENT
------------------------------------------------------------------*/
#surface {
	width: 770px;
	background: transparent;
	overflow:hidden;
}

#botleft {
	width: 200px;
	background: transparent url(/images/1.jpg) 0px 0px no-repeat;
	float:left;
}

#botcenter {
	width: 285px;
	background: #e0e0e0 url(/images/2.jpg) 0px 0px no-repeat;
	float:left;
}

#bigbotcenter {
	width: 404px;
	background: #f0f0f0 url(/images/2.jpg) 0px 0px no-repeat;
	float:left;
}

#bigbotright {
	width: 160px;
	background: #FFF;
	float:left;
}

#botright {
	width: 285px;
	background: transparent url(/images/3.jpg) 0px 0px no-repeat;
	float:left;
}

div.inside {
	margin:10px 10px 5px 15px;
	overflow:hidden;
}

div.inside  a {
	font-size:12px;
	color:#000;
	padding-top:7px;
}


a.extra {
	display:block;
	padding-left:20px;
	background:url(/images/item.gif) 3px 9px no-repeat;
}


a.extra:hover {
	color:#ee6600;
}

img.newsitem {
	border:1px solid #999; 
}


td  {
	padding-right:12px;
}

p {
	margin-top:10px;
}

#bottominfo {
	width:770px;
	height:60px;
	margin:10px 0px 20px 0px;
	background-color:#f0f0f0;
}

#bottominfo .inside_left {
	float:left;
	width:360px;
	margin-left:15px;
	margin-top:15px;
}

#bottominfo .inside_right {
	float:left;
	width:360px;
	text-align:right;
	margin-right:20px;
	margin-top:15px;
}