@charset "UTF-8";
/* CSS Document */

body { font-size: 100%; /* Sets font size */ background-color: #1A1A1A; }


/* GLOBAL STYLES */

b { font-weight: bold; }
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}  /* These global values affect everything */

h1 {  /* Main site heading */ font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #EE4611; letter-spacing: -0.01em; margin: 5px 20px 0px 20px; line-height: 1.5em; }
h2 {  /* Main site heading */ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #EE4611; letter-spacing: -0.01em; margin: 5px 20px 0px 20px; line-height: 1.5em; }

p, ul, ol { margin: 0px 20px 0px 20px; list-style: inside square; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.5em; color: #FFFFFF; }  /* sets up the general paragraphs and list styles */

#global { width: 100%; height: 100%; background-image: url(../img/back.jpg); background-repeat: repeat-x; padding-top: 40px; background-color: #1A1A1A; }
	 
#container {   /* 825px screen */ width: 825px; overflow: hidden; background-color: #000000; margin-left: auto; margin-right: auto; margin-top: auto; height: 100%; margin-bottom: 40px; padding: 10px 0px 10px 10px; border: solid #313131 6pt; }	 

#fade {   /* Header area which contains h1 the main site title */
	width: 100%;
	background: transparent;
	height: 92px;
	background-image: url(../images/fade.png);
}

#leftcol {  /* left column for the main text */ float: left; width: 410px; height: 100%; background-color: #000000; background-repeat: repeat-x; padding-top: 20px; }

#rightcol {  /* left column for the main text */ float: left; width: 395px; height: 100%; background-color: #000000; background-repeat: repeat-x; padding: 0px 0px 10px 10px; text-align: right; }

.logo {
	width: 400px;
	text-align: center;
	padding-top: 30px;
}

.contact { width: 250px; color: #000000; font-size: 9px; }

.whttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: -0.01em;
}

a:link, a:visited { color: #EE4611; text-decoration: none; font-weight: normal } /* logo */
a:hover, a:active { color: #FFFFFF; text-decoration: none; font-weight: normal }

#footermenu1 li, #footermenu2 li, #footermenu3 li, #footermenu4 li {list-style-type:none; margin-bottom: 4px;text-align: left;text-indent: 0pt; }

#footer {   /* 825px screen */ width: 825px; overflow: hidden; margin-left: auto; margin-right: auto; height: 100%; margin-bottom: 20px; padding: 0px 0px 10px 10px; }	

p.footer{ font-size: 70%; color: #666666; text-align: right; } 
