body {
margin-right: 100px;
margin-left: 100px;
padding: 0;
line-height: 2em;
font : 80% "Trebuchet MS", "lucida sans", Arial, Helvetica, Tahoma, sans-serif;
color: #000;
background: #fff;
}
			/*TITLE BAR*/
#top {
height: 50px;
background: #fff;
margin-top: 0;
text-align: left
}
			/*BANNER*/
/*#header {
height: 150px;
background: #666; url(images/storm.jpg) no-repeat;
margin:0;
border-bottom : 3px solid #eee;
}*/
			/* TOP MENU */
#menu {
width:100%;
height: 60px;
background: #fff;
font-size:125%;
line-height:normal;
border-bottom: 3px solid #eee;
}

#menu ul {
margin:0;
padding: 31px 0 0 0;
list-style:none;
}
#menu li {
display:inline;
margin:0;
padding:0;
}
#menu a {
float:right;
background:url(images/tableft6.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#menu a span {
float:right;
display:block;
background:url(images/tabright6.gif) no-repeat right top;
padding: 5px 15px 4px 6px;
color:#f7dd07;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
color:#FFF;
}
#menu a:hover {
background-position:0% -42px;
}
#menu a:hover span {
background-position:100% -42px;
}
			/*3 COLUMNS*/
#gutter {
clear:both;
float: left;
width: 3%;
height: 1px;
}
#col1 {
margin: 10px 0 0 0;
float: left;
width: 20%;
background: #fff;
margin-bottom: 7px;
}
#col2 {
float: left;
width: 70%;
margin-left: 3%;
background: #fff;
font-family: 'Yanone Kaffeesatz';
font-size: 12pt;
line-height: 1.75em;
/*url(images/main_bg.jpg) center no-repeat;*/
margin-bottom: 7px;
}
/*#col3 {
float: left;
width: 20%;
margin-left: 3%;
background-color: #fff;
margin-bottom: 7px;
}*/

			/*FOOTER*/
#footer {

border-top: 1px solid #bbb;
clear: both;
padding:5px;
background: #4646460a;
color:#520404;
text-align: center;

}
#footer a {
background: inherit;
color: #D5D9B4;
}
#footer a:hover {
background: inherit;
color: #464646;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding : 10px 0 0 10px;
font-size : 200%;
letter-spacing: 5px;
color : #820909;
background : inherit;
}
h2 {
margin-top: 10px;
padding : 5px;
font-size : 150%;
letter-spacing: 3px;
color : #464646;
background :transparent;
}
h3 {
margin : 10px 0 0 20px;
font-size : 160%;
letter-spacing: 5px;
text-transform: uppercase;
color : #666;
background : inherit;
}
p {
margin-left: 7px;
margin-right: 7px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #677278;
}
			/*LINKS*/
a:link {
color : #677278;
background : transparent;
text-decoration : none;
}
a:visited {
color : #677278;
background : transparent;
text-decoration : none;
}
a:hover {
color : #484452;
text-decoration : none;
}
/*li {
	list-style-type:none;
	background-image: url('images/arrow_left_3.png');
	background-repeat: no-repeat;
	padding-left: 1.5em;
}*/
a img {
border : 0;
}
			/*CLASS*/
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
