/*-------------------------
| Totally 80s Stylesheet  |
| Written By: Mark Locker |
| www.digistylers.com     |
-------------------------*/

/*------
| Tags |
-------*/
body {
	background-color: #333333;
	margin-top: 7px;
	margin-bottom: 7px;
}

input {
	background-color: #b52427;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	background-color: #b52427;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	border: solid 1px;
	border-color: #222266;
	background-color: #000044;
}

td {
	border: solid 1px;
	border-color: #222266;
}



/*-----
| IDs |
------*/
#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #C2B9C6;
}

#header {
	background-color: #807B97;
	height: 100px;
}

#head1 {
	float: left;
}

#head2 {
	float: left;
}

#head3 {
	float: right;
}

#nav {
	background-color: #B52427;
	border-top: 2px solid #C2B9C6;
	border-bottom: 2px solid #C2B9C6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #CCCCCC;
}

#feature {
	background-color: #2B0543;
	text-align: center;
	margin-top: 2px;
}

#content {
	background-color: #2B0543;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
	padding: 3px;
	height: 100%;
	overflow: hidden;
}

#content_left {
	width: 550px;
	float: left;
	margin-left: 3px;
}

#content_right {
	width: 173px;
	float: right;
	margin-right: 2px;
}

#contact_left {
	width: 470px;
	float: left;
	margin-left: 3px;
}

#contact_right {
	width: 245px;
	float: right;
	margin-right: 2px;
}

#news_left {
	width: 550px;
	float: left;
}

#news_right {
	width: 173px;
	float: right;
}

#footer {
	background-color: #B52427;
	border-top: 2px solid #C2B9C6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #FFFFFF;
	height: 100%;
	overflow: hidden;
}



/*---------
| Classes |
----------*/
.newswrapper {
	width: 480px;
}

.newsitemwrapper {
	width: 720px;
}

.newsthumb {
	width: 70px;
	height: 70px;
	border: 2px solid #C2B9C6;
	float: left;
	margin-bottom: 3px;
}

.newstext {
	width: 400px;
	background-image: url(images/newsbg.jpg);
	padding: 2px;
	height: 70px;
	float: right;
	margin-bottom: 3px;
}

.newsitemtext {
	width: 640px;
	background-image: url(images/newsitembg.jpg);
	padding: 2px;
	height: 70px;
	float: right;
	margin-bottom: 3px;
}

.image {
	border: none;
}

.rightside {
	float: right;
}

.gamesborder {
	border: 2px solid #CC00CC;
}



/*-------
| Links |
--------*/
a:link {
	color: #E6E6E6;
	text-decoration: none;
}

a:visited {
	color: #E6E6E6;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #E6E6E6;
	text-decoration: none;
}

#nav a:link {
	color: #E6E6E6;
	text-decoration: none;
}

#nav a:visited {
	color: #E6E6E6;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:active {
	color: #E6E6E6;
	text-decoration: none;
}

.newstext a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.newstext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.newstext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.newstext a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:active {
	color: #FFFFFF;
	text-decoration: underline;
}