/* Standard Html */

body {
	font-family: sans-serif; 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #140500;
	color: #FFFFFF;
}

p {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.footer p, .footer p a {
	font-size: 9px;
}

ul, li {
	font-size: 9.5pt;
}

h1 {
	color: #FF0000;
	font-size: 18pt;
	margin-bottom: 6px;
	margin-top: 0px;
}

h2 {
	color: #FFF100;
	font-size: 12pt;
	margin-bottom: 10px;
	margin-top: 0px;
}

h3 {
	color: #4B24A0;
	font-size: 10.5pt;
	margin-bottom: 5px;
	margin-top: 0px;
}

b {
	
}

* html img {
	margin-bottom: -3px;
}



/* Link Styles*/

a {
	color: #FFF100;
	text-decoration: none;
	font-size: 9.5pt;
}

a:visited {
	color: #E0D112;
}

a:hover {
	color: #FF4200;
}

.menuspace a {
	font-weight: 800;
	color: #FFF100;
	font-size: 14px;
}

.menuspace a:visited {
	color: #FFF100;
}

.menuspace a:hover {
	font-weight: 800;
	color: #FF4200;
	font-size: 14px;
}





/* Specific Divs */

#page {
	background: url(images/middlebg.gif) repeat-y;
	position: relative;
	width:859px;
    margin:0px auto;
    text-align:left;
	overflow: hidden;
}

.supermenu {
	color: #FFFFFF;
	position: relative;
	top: -400px;
	left: 117px;
	width: 150px;
}

.menuspace {
	margin-bottom: 5px;
}

.topbg {
	background-image: url('images/toprbg.gif'); 
	background-repeat: repeat-x;
}

.menu {
	background-image: url('images/menubg.gif'); 
	background-repeat: repeat-y;
}

.middlebg {
	background-image: url('images/topmbg.gif');
	background-repeat: repeat-x;
	background-color: #102F15;
}

.content {
	background-color: #102F15;
}

.footer {
	border-top-style: outset;
	border-top-color: green;
	border-top-width: 2px;
	background-color: #003300;
}

.sthumb {
	float: left;
	width: 62px;
	height: 100px;
}

.senormr {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFF00;
}

.senormr p {
	color: #FFFF00;
}

.left {
	float: left;
	width: 140px;
}

.wallpapers {
	float: left;
	width: 265px;
}

.pagenum {
	color: #102F15;
}

.rating_list {
	color: #FF0000;
	font-weight: 900;
	font-size: 12px;
}