/* CSS Document */

body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	/*font-style: italic;*/
		letter-spacing: 1px;
	margin-top: 0;
	padding-top: 0;
	background-color: #FFFFFF;
	line-height: 16px;
}

p {
	font-size:	11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 15px;
}
h2 { 	font-size: 11px;
		font-family: "Georgia", Times New Roman, Times, serif;
		letter-spacing: 1px;
			color: #888;
		font-style: italic;
		font-weight: 100;
		line-height: 16px;
		margin: 0 0 0 0;

}
h3 { 	font-size: 11px;
		font-family: "Georgia", Times New Roman, Times, serif;
		letter-spacing: 1px;
		color: #a3a60f;
		font-style: italic;
		font-weight: 100;
		line-height: 0px;
		padding: 0px 3px 0px 0px;

}

ul	{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 18px;

}

li a{ display: block;/*tells it to each up as much horizontal space as you want*/
		padding: 0 0 0 0;
}
a:link {
	text-decoration: none;
	color: #A3A60F;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#container {
	width: 870px;
	padding: 50px 0 0 60px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-y;
	height: 700px;
}

#banner {	width: 100%; /* allows you to make changes to the container and it will automaticaly adjust*/
			height: 90px;
			padding: 0 0 0 0;
		
}

/* to make a hoizontal menu/nav */

#left-nav { width: 120px; /* avoid using heights, width is the thing that you want to control, allow height to be fluid*/
			padding: 0 0 0 0; /* leave right padding 0*/
			float: left;
			background-color: #FFFFFF;
			text-align: left;
			height: 417px;
}
#one-column{
	width: 630px;
	float: left;
	height: 417px;
}

#two-column{
	width: 50px;
	float: left;
	height: 400px;
}

#three-column{
	width: 305px;
	float: left;

}

#four-column{
	width: 375px;
	float: left;
	
}

#five-column{
	width: 490px;
	float: left;
	padding: 0 0 0 50px;
	
}
#splash { 	width: 576px;
				margin-left: auto;
				margin-right: auto;
				padding: 160px 0 0 0;
				
}

#content {
	width: 800px;
	float: left;/* if you loose background color it is becuase it doesn't recognize float, go to bottom and do clear:both then add div id about closing caintainer div*/
	padding: 0px 0px 0 0px;
	text-align: left;
	height: 400px;
}



#footer {	width: 680px;
			float: left;
			height: 50px;
			padding: 20px 0 0 120px;
			text-align: left;
			color: #888;

}
#footer2 {	width: 600px;
			float: left;
			height: 50px;
			text-align: center;
			padding: 150px 0 0 0;
			background-color: #FFFFFF;

}

/*classes*/
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing:1px;
	color: #000000;
	font-weight: lighter;
}
.style2 {color: #333333;
line-height:15px;
}


.style3 {
	color: #A0A715;
	font-style: italic;
	font-size: 11px;
	font-weight: lighter;
}
.style4 {
	color: #888888;
	font-size: 11px;
	line-height: 16px;
}
.style5 {
	color: #000000;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
}
.style6 {color: #666666}
.style7 {color: #9FA714}



.image-left { float: left;
				padding:  0 10px 0px 0;
				border: none;


}

.image-right { float: right;
				padding:  0 0 0 10px;

/* how to shift background image,,, rollover*/
}



#clear { clear:both;


}
