* { margin: 0; padding: 0; position: relative; border: 0px solid white;}

body
{
	background-color: black;
	color: #e8c7b2;
	font-family: arial;
	font-size: 12px;
}

a
{
	color: #e8c7b2;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.hr
{
	height: 1px;
	background-color: #5d3419;
}

.vr
{
	width: 1px;
	background-color: #5d3419;
}

.prebanner
{
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/prebanner.gif');
	width: 852px;
	height: 97px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.banner
{
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/egt.gif');
	width: 763px;
	height: 73px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.navigation a
{
	color: #e8c7b2;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}


.navigation
{
	position: relative;
	z-index: 100;
	text-align: center;
	margin-top: -2px;
}

.content-border-head
{
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/border-top.gif');
	background-repeat: no-repeat;
	width: 747px;
	height:15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.content
{
	width: 747px;
	height:100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.border-side-left
{
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/border-side.gif');
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
	float: left;
	margin-left: 3px;
	margin-top: 0px;

}

.border-side-right
{
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/border-side.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width: 100%;
	height: 100%;
	float: right;
	margin-right: 6px;
}

.border-side-left-bottom
{
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/border-bottomfade.gif');
	background-position: bottom left;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	margin-left: 6px;
	float: left;
}

.border-side-right-bottom
{
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/border-bottomfade.gif');
	background-position: bottom right;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	margin-right: 6px;
	padding-bottom: 50px;
	float: right;
}

.frame-content-left
{
	margin-top: -10px;
	margin-left: 15px;
	margin-right: -15px;
	width: 500px;
	text-align: left;
	float: left;
}

.frame-content-right
{
	margin-top: -10px;
	margin-left: 15px;
	margin-right: 9px;
	width: 220px;
	text-align: left;
	float: right;
}

.welcome
{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 480px;
	float: left;
}

.news
{
	margin-top: 20px;
	margin-left: 10px;
	width: 480px;
	float: left;
}

.links
{
	margin-top: 20px;
	width: 200px;
}

.login
{
	margin-top: 20px;
	width: 200px;
}

.left-col-content
{
	margin-top: 10px;
	width: 470px;
	float: left;
}

.right-col-content
{
	margin-top: 10px;
	width: 200px;
	float: left;
}

.right-col-content input
{
	z-index: 100;
}

checkbox {
	background-color: #000000;
	color: #ffffff;
	padding: 2px;
}

.right-col-content input.textb
{
	width: 160px;
	vertical-align:-2px;
	margin-bottom: 5px;
	color: #e8c7b2;
	font-family: arial;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #e8c7b2;
	background-color: #000000;
}

.footer
{
	background-color: black;
	background-image:url('http://www.epic-gaming.eu/theme/egt/images/foot.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 755px;
	height:75px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
	right: 8px;
}

.footer-text
{
	padding-top: 44px;
	text-align: center;
}

.auto_login
{
	vertical-align:-2px;
	margin-left: 6px;
}

.btnmain {
	font-weight: bold;
	background-color: #080808;
	cursor: pointer;
	font-size: 1.1em;
	color: #e8c7b2;
	font-family: arial;
	font-size: 1.1em;
	font-weight: normal;
	border:1px solid #e8c7b2;
	padding: 1px 1px;
	margin-left: 5px;
}

.block_title
{
	font-size: 16px;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #331A00;
	color: #e8c7b2;
	background-color: #341b0b;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #331A00;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	font-family: Arial;
	background-color: #000000;
	color: #e8c7b2;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #331A00;
	color: #e8c7b2;
	background-color: #341b0b;
	font-family: Arial;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #331A00;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #e8c7b2;
	font-size: 12px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #000000;
}

.syntaxbg {
	color: #000000;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}

ul
{
	margin-left: 20px;
}

.right-col-content a
{
	z-index: 100;
	font-size: 10px;
}

/* Downloads Page */

.table_downloads
{
	width: 470px;
	text-align: center;
	border: 1px solid #5d3419;
	border-collapse: collapse;
}

.table_downloads td
{
	border: 1px solid #5d3419;
	
	font-size: 12px;
}

.table_downloads td a
{
	font-size: 12px;
}

.td_title
{
	width: 150px;
	
}

.td_poster
{
	width: 100px;

}

.td_filename
{
	width: 100px;
	
}

.td_download
{
	width: 100px;
	
}