/* mac hide\*/
html, body {height:100%}
/* end hide */
body 
{
	background-image: url(images/screenshot1.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
    background-color: black;
    padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/

    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	font-family: Tahoma;
	font-size: 12px;	
	color: Silver;
}

#outer
{
	
	background-image: url(images/bg1.gif);	
	height:100%;
	min-height:100%;
	width:758px;
	
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	filter:alpha(opacity=80);
	opacity: .8;

}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:620px;
	
}
#header{
	
	background-image: url(images/header.gif);
	position:absolute;
	top:0;
	left:140px;
	width:489px;
	height:100px;
	
	overflow:hidden;
	color: #ffffcc;
	z-index:100;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	top:72px;
	
	padding-left: 10px;
	padding-bottom:0px;/* needed to make room for footer */

	overflow: hidden;	
	
	color: Silver;
	
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right 
{
	position:relative;/*ie needs this to show float */
	width:120px;
	float:right;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:0px;/* needed to make room for footer */
	
	text-align: right;
	padding-right: 10px;
	color: Silver;
}

#footer {
	width:758px;
	clear:both;
	height:50px;

	color: silver;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:469px;
	float:right;
	padding-top:120px;
	padding-bottom:0px;/* needed to make room for footer */
	color: Silver;
	
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

TD
{
 
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	font-family: Tahoma;
	font-size: 12px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-size:	2em;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		

A:link	{	
	text-decoration:	none;
	color:	#3366cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3366cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3366cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3366cc;
	}

.validator
{
	color: Red;
}

.error
{
	color: Red;
}
.form
{
	height:100%;
	min-height:100%;
}


.input
{
	background-color: Transparent;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	font-size: 12px;
	color: Silver;
	height: 16px;
	
}
#news
{
	background-color: #760F12;
	filter:alpha(opacity=60);
	opacity: .8;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Verdana;
}

.apprentice
{
	background-color: #fff280;
	color: #000000;
}

.journeyman
{
	background-color: #fff280;
	color: #000000;
}

.expert
{
	background-color: #fff280;
	color: #000000;
	
}

.master
{
	background-color: #fff280;
	color: blue;
	font-weight: bold;
	
}
.skillclass
{
	background-color: #fff280;
	color: #000000;
	
}
.skillInput
{
	width: 20px;
	font-size: 10px;
}