/*
	www.et4fun.com Cascading Style Sheet
	Created by antman
	http://www.antman.info/
*/


/* Layout */
*	{
	margin: 0;
	padding: 0;
	}

html	{
	font-size: 100%;
	}

body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #000000 url(/images/styles/bgr.gif);
	font-size: 62.5%;
	}

#maincontainer
	{
	width: 1000px; /*Width of main container*/
	margin: 10px auto; /*Center container on page*/
	}

#header	{
	height: 155px;
	color: #ffffff;
	background: #181818 url(/images/headers/index.php);
	}

#menu	{
	float: left;
	color: #ffffff;
	margin-top: 135px;
	margin-left: -150px;
	}

#contentwrapper
	{
	float: left;
	width: 100%;
	}

#contentcolumn
	{
	margin: 0 177px 0 177px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background: #181818;
	}

#maincontent
	{
	padding: 10px;
	width: 625px;
	text-align: justify;
	font-size: 1.1em;
	}

#leftcolumn
	{
	float: left;
	width: 177px; /*Width of left column in pixel*/
	margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
	background: #181818 url(/images/styles/side-left.png);
	}

#rightcolumn
	{
	float: left;
	width: 177px; /*Width of right column*/
	margin-left: -177px; /*Set left margin to -(RightColumnWidth)*/
	background: #181818 url(/images/styles/side-right.png);
	}

#bottom	{
	clear: left;
	width: 1000px;
	height: 10px;
	color: #ffffff;
	background: #181818 url(/images/styles/bottom.png);
	text-align: center;
	}

#footer	{
	width: 100%;
	color: #cfcfcf;
	text-align: center;
	padding: 10px 0;
	}

#footer a
	{
	color: #ffff80;
	font-weight: normal;
	}

/* Profile */
#profile
	{
	margin: 10px auto;
	width: 500px;
	background: #000000;
	}

#profile td.topleft
	{
	width: 11px;
	background: #181818 url(/images/styles/top1.jpg) no-repeat;
	font-size: 0.7em;
	}

#profile td.topright
	{
	width: 11px;
	background: #181818 url(/images/styles/top2.jpg) no-repeat;
	font-size: 0.7em;
	}

#profile td.topcenter
	{
	width: 478px;
	background: #181818 url(/images/styles/topbase.jpg) repeat-x;
	font-size: 0.7em;
	}

#profile td.midleft
	{
	width: 11px;
	background: #181818 url(/images/styles/mid1.jpg) repeat-y;
	}

#profile td.midright
	{
	width: 11px;
	background: #181818 url(/images/styles/mid2.jpg) repeat-y;
	}

#profile td.midcenter
	{
	padding: 4px;
	width: 478px;
	background: #000000;
	text-align: center;
	}

#profile td.botleft
	{
	width: 11px;
	background: #181818 url(/images/styles/bot1.jpg) no-repeat;
	font-size: 0.7em;
	}

#profile td.botright
	{
	width: 11px;
	background: #181818 url(/images/styles/bot2.jpg) no-repeat;
	font-size: 0.7em;
	}

#profile td.botcenter
	{
	width: 478px;
	background: #181818 url(/images/styles/botbase.jpg) repeat-x;
	font-size: 0.7em;
	}


/* Common tags */
h1	{
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
	}

h3	{
	color: #d3d4aa;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	}

a:link, a:visited, a:active
	{
	color: #d3d4aa;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	}

ul, ol, li
	{
	margin-left: 10px;
	padding-left: 15px;
	}

acronym	{
	color: #d3d4aa;
	border-bottom: 1px dotted;
	cursor: help;
	}

img	{
	border: none;
	}