body {
margin : 0;
padding : 0;
font : 85% tahoma, verdana, arial, sans-serif;
background : #000000;
line-height : 1.7em;
color : #000000;
}
			/*TOP BANNER*/
#header {
height : 188px;
margin-top : 0;
padding : 0;
background : #000000 url('img/banner_11.gif') no-repeat;
img-align : center;
color : #000000
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #000000;
color : #ffff00;
text-align : center;
font-weight : bold;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #000000;
color : #fff;
padding : 0.4em 1.3em;
border-right : 1px solid #fff;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #00CCFF;
color : #000;
}
			/*2 COLUMNS*/
#gutter {
float : left;
width : 1px;
height : 1px;
}
#col1 {
float : left;
width : 17%;
margin-bottom : 1em;
padding-right : 1px;
background : #e88d33 url('img/starry.gif') repeat;

}
#col2 {
float : left;
width : 73%;
margin-left : 1px;
margin-bottom : 1em;
border-left : 1px dashed #dda875;
border-right : 1px dashed #dda875;
padding-right : 3%;
padding-left : 3%;
background : #e88d33 url('img/starry.gif') repeat;

}

			
			/*FOOTER*/
#footer {
clear : both;
height : 50px;
background : #000000;
border-top : 5px solid #885835;
color : #ff0000;
padding : 0.2em 0 0 0.5em;
text-align : left;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #66ff33;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 85px;
text-align : center;
font-size : 2.5em;
color : #000000;
background : inherit;
}
h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #fff;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 0.75em;
text-align : center;
color : #666;
background : inherit;
}
blockquote {
font-size : 1.2em;
font-weight : bold;
font-style : italic;
color : #ffffff;
}
			/*LINKS*/
a {
text-decoration : none;
color : #ffffff;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #00ff00;
background : inherit;
}
a img {
border : 0px none;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 3px;
border : 1px solid #aaa;
margin-right : 3px;
}
.myimage2 {
float : center;
padding : 3px;
border : 1px solid #aaa;
margin-left : 3px;
}