﻿/* ------------------------ */
/* Site.css */

/* v 1.0 */

body
{
	font-family: Verdana, Georgia, Arial, "Times New Roman";
	font-size: 10px;

	margin: 0;
	padding: 0;
	border-style: none;

	color:Black;
	background-color:White;
}

a
{
	color: Black;
	text-decoration: none;
}

img
{
	margin: 0;
	padding: 0;
	border-style: none;

	text-decoration: none;
}

table
{
	margin: 0;
	padding: 0;
	border-style: none;
}

tr
{
	margin: 0;
	padding: 0;
	border-style: none;
}

td
{
	margin: 0;
	padding: 0;
	border-style: none;
}

iframe
{
	margin: 0;
	padding: 0;
	border-style: none;
}

ul
{
	margin: 0;
	padding: 0;
	
	list-style-type: none;	
	list-style-position: inside;
}

ol
{
	margin:5px 5px 7px 10px;
	padding:0;

	list-style-position: inside;
}

li
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
	padding: 0;
}

/* ------------------------ */
/* ------------------------ */

body
{
	color:White;
	background-color:Black;	
}

/* ------------------------ */

#HeaderWrapper
{
	position:relative;
	
	width:100%;	
	height:90px;
	
	background-image:url('Images/Master/HeaderBGrepeat.jpg');
	background-repeat:repeat-x;
}

#MenuWrapper
{
	position:absolute;
	
	top:72px;
	left:350px;
	
	width:600px;	
	height:20px;
}	

#MenuWrapper li
{
	float:left;
	
	padding-right:25px;	
}

#MenuWrapper li a
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}

#MenuWrapper li img
{
	padding-right:0px;
}

/* ------------------------ */

#FooterWrapper
{
	width:100%;	
	height:40px;

	padding-left:60px;
	text-align:left;	
	line-height:33px;

	color:White;
	
	background-image:url('Images/Master/FooterBGrepeat.jpg');
	background-repeat:repeat-x;
}

#FooterWrapper a
{
	color:White;
	text-decoration:underline;
}

