* { margin: 0; padding: 0; }

body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: black;
	}
	

#social-links {
	float:right;
	margin-right:-120px;
	}

#social-links p, #social-links a{
	color: #fff;
	font-size: 14px;
 	font-weight: 600;
	font-stretch: extra-expanded;
	text-decoration: none;
	text-align: right;
}



#wrapper {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	background: transparent; 
}

#content {
	}


#contenthead {
	height: 189px;
	background: transparent
	url('http://mithril.us/images/back-head2.jpg')
	no-repeat top left;
}

#contentmiddle{
	width: 820px;
	background: transparent 
	url('http://mithril.us/images/back-middle2.jpg')
	repeat top left;
}


#contentbottom {
	width: 820px;
	height: 570px;
	background: transparent 
	url('http://mithril.us/images/back-bottom2.jpg');
}


/* Middle Content DIVS AND FORMATTING */
#middleinternal {
	margin-left: 120px;
	width: 620px;
}


/* MENU & SUBMENU DIVS AND FORMATTING */

#menu{
	width: 40px;
	display:inline;
	font-size: 24px;
	background: transparent;
}


#submenu{
}

#menu a, #menu p{
	color: #000;
	font-size: 14px;
 	font-weight: 600;
	font-stretch: extra-expanded;
	text-decoration: none;
	margin: 0px 10px;
}

#submenu a, #submenu p{
	color: #000;
	font-size: 12px;
 	font-weight: normal;
	text-decoration: none;
}


#menu a:visited, #submenu a:visited{
	text-decoration: none;
	color: #000;
}

#menu a:hover, #submenu a:hover {
	color: #8D3320;
}


/* NEWS DIV AND FORMATTING */

#news{
	background:transparent;
	text-align: left;
	padding:10px;
}

#news p
{
	color: #000000;
	font-size: 12px;
 	font-weight: normal;
}

#news a
{
	color: #000000;
	font-size: 12px;
 	font-weight: normal;
	text-decoration: underline;
}

#news a:visited
{
	text-decoration: underline;
	color: #000000;
}

#news a:hover {
color: #8D3320;
}

.newshead
{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	letter-spacing: 5px;
}


/* PICTURE DIVS AND FORMATTING */

#group{
	background: transparent;
}

#pic1 {
	background: transparent;
}

#pic2 {
	background: transparent;
}

#pic3 {
	background: transparent;
}

#pic4 {
	background: transparent;
}


/* SITE INFO DIV AND FORMATTING */

#siteinfo {
margin-left: 100px;
width: 420px;
padding: 100px;
background: transparent;

}

#siteinfo p
{
	font-size: 10px;
}

#siteinfo a
{
	color: #000;
	font-size: 10px;
 	font-weight: normal;
	text-decoration: underline;
}

#siteinfo a:visited
{
	text-decoration: underline;
	color: #000000;
}

#siteinfo a:hover {
	color: #8D3320;
}


/* GENERAL FORMATTING */

a
{
	background-color: transparent;
	text-decoration: underline;
	color: #000000;
}

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

a:hover {
color: #8D3320;
}

p,ul,ol {
	font-size: 12px;
	line-height:15px;
	color: black;
	list-style-type : none;
	margin: 10px 0px;
}

li {
	padding-bottom: 15px;
	}


h1, h2, h3, h4 {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 2px 0px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 3px;
	letter-spacing: 2px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 3px;
	letter-spacing: 2px;
}


h4 {
	border-bottom: 1px solid #000000;
	margin: 5px 0px;
}

hr {
color: #550203;
} 

.promoemphasis {
	color: RED;
}

strong {
	font-weight: bold;
	padding-bottom: 3px;
	}
	
.required {
	color: RED;
}

img {
	margin: 5px;
}