@charset "utf-8";
/* CSS Document */


h1{}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h3{}

h4{}

h5{}

h6{}

p{}

ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} /* main menu properties width padding unordered list */

li{
	display: inline;
	padding: 15px;
	font-size: 10px;
} /*footer menu */

img{} /*this is for all images */

hr {} /* this is a horizontal rule*/

em {} /* this makes fonts bold*/

/* —————————-layout——————————- */

*{
	padding:3;
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}  

body {
	text-align:center; /*For IE6 Shenanigans*/
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: top;
	margin: 10px;
}  

#wrapper{
	width:800px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}  

/*—————this is the stuff inside the wrapper tags——————- */ 

#banner{
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 160px;
}

#nav{}

#nav li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-right: 25px;
	font-weight: bold;
	text-decoration: none;
}

#left_col{}

#right_col{}

#center_col{
	height: 100%;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	color: #000;
}

#footer{}

#footer li{}

/* —————Link colors——————  */

a:link {}

a:visited {color: #999;}

a:hover {
	color: #AA7817;
}

a:active {font-size: 14px;}

/*————— CSS Class——————  */

.bold{} /* this is a CSS class, you can name it what ever you want and you can make as many as you want.  */
#right_text {}
#bodytext {}
#text {}
	
#maintext {}
#picture {
	margin: 5px;
	height: 350px;
	width: 250px;
}
.textheader {
	font-size: 16px;
	color: #666;
}
#mainpic {
	margin: 5px;
	height: 350px;
	width: 250px;
}

