html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #000000 url(../images/wood_background.jpg) repeat;	
	font-family:arial,sans-serif;
	font-size: 13px;
	color:#666;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 980px;
	background:#000000;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 0px 15px 5px 15px;
}

div#logo {
    float: left;
	margin: 55px 0px 0px 0px;
}

div#random-splash {
	float: left;
	margin: 0px 0px 0px 5px;
}	

/*Top Menu*/
ul#mainmenu {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    clear:both;
}
#mainmenu li {
    float: left;
    margin: 0px;
    list-style: none;
}

#mainmenu li a {
	text-indent: -9999px;
}

a#news-btn {
    display: block;
    width: 133px;
    height: 60px;
    background: url(/images/menu/news_btn.jpg) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover#news-btn {
    background-position: -134px 0;
}

a#films-btn {
    display: block;
    width: 138px;
    height: 60px;
    background: url(/images/menu/films_btn.jpg) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover#films-btn {
    background-position: -138px 0;
}

a#games-btn {
    display: block;
    width: 122px;
    height: 60px;
    background: url(/images/menu/games_btn.jpg) 0 0 no-repeat;
    text-decoration: none;
}

a:hover#games-btn {
    background-position: -122px 0;
}

a#features-btn {
    display: block;
    width: 155px;
    height: 60px;
    background: url(/images/menu/features_btn.jpg) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover#features-btn {
    background-position: -155px 0;
}

a#smart-btn {
    display: block;
    width: 126px;
    height: 60px;
    background: url(/images/menu/s-mart_btn.jpg) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover#smart-btn {
    background-position: -126px 0;
}

a#forums-btn {
    display: block;
    width: 135px;
    height: 60px;
    background: url(/images/menu/forums_btn.jpg) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover#forums-btn {
    background-position: -135px 0;
}


a#links-btn {
    display: block;
    width: 130px;
    height: 60px;
    background: url(/images/menu/links_btn.jpg) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover#links-btn {
    background-position: -130px 0;
}

#topright-nav {
	float: right;
	font-size: 11px;
	padding-top: 4px;
}

ul#topright-menu {
    margin: 0px;
    padding: 0px;
    clear:both;
}

ul#topright-menu li {
    float: left;
    margin: 0px 5px 0px 0px;
	display:inline;
}
ul#topright-menu li#last {
    margin: 0;
}

/*Content*/
div#content {
	padding: 10px 20px 0px 20px; /* bottom padding for footer */
}

/*Type and Headings*/
h1 {
	font-size: 14px;
	color: #AA0000;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}


h2 {
	font-size: 14px;
	color: #ffffff;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

p {
  margin: 0px 0px 10px 0px;
}

.white-bold {
	color:#FFFFFF;
	font-weight: bold;
}

.white {
	color:#FFFFFF;
	font-weight: bold;
}


.red-bold { 
	color: #CC0000;
	font-weight: bold;
}

.red { 
	color: #CC0000;
}

.grey-bold {
	color:#666666;
	font-weight: bold;
}


/*Image Attributes*/
.image-border {
	border: solid 1px #333333;
}

.image-floatLeft {
	float: left;
	margin: 10px 10px 0px 0px;
}

 .image-floatRight {
	float: right;
	margin-left: 10px 0px 0px 10px;"
}

.dotted-border {
	border: dotted 1px #333333;
}

/*Links*/
a:link, a:visited, a:active {
    color: #ffffff;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #333333;
	font-weight: bold;
    text-decoration: none;
}

/*Dotted Lines*/
.dotline-top { 
	width: 940px;
	height: 3px; 
	margin: 2px 0px 10px 0px;
	background: url(../images/grey_dotline.gif);
	background-repeat: repeat-x;

}

.dotline-bottom { 
	width: 940px;
	height: 3px; 
	margin: 20px 0px 10px 0px;
	background: url(../images/grey_dotline.gif);
	background-repeat: repeat-x;
}

/*Page Numbers*/
#pagebottom-outter { 
	width:100%; 
	margin: 50px 0px 0px 0px;
}

#pagebottom-inner { 
	width: 150px;
	margin:auto;
	padding-bottom: 30px;
}

ul.pagenumbers {
    margin: 0px;
    padding: 0px;
    clear:both;
}

ul.pagenumbers li {
    float: left;
    margin: 0px 5px 0px 0px;
	display:inline;
}

.pagenumbers li#last {
    margin: 0;
}


/*Footer*/
div#footer {
	width:100%;
	bottom: 0; /* stick to bottom */
	margin:auto;
	background: #000000;
	width: 980px;
}

#footer-inner {
	width: 750px;
	margin:auto;
}

ul#footer-links {
	margin: 5px 0px 5px 0px;
}

#footer-links li {
	float: left;
	margin: 10px 0px 10px 0px;
    list-style: none;
	font-size: 12px;
	display: block;
}

.clear-floats {
    clear: both;
}
