body {
	margin: auto;
	border: thin solid #003300;
	text-align: center;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 { margin:10px;
	text-align:center;
}
a:link {
	color:#399;
}
a:visited {
	color:#C69;
}
.smaller {
		font-size:medium;
	}
	

.noborder {
	border:none;
}
.boldgoldcolor {
	color:#C90;
	font:medium;
}
.goldcolorsmaller {
	color:#C90;
	font-size:18px;
}
	
	
#wrapper {
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	background-color: #96b07a;
	margin: 0 auto;
}
#container {
	background-color: #FFF;
	border-style: solid;
	border-color: #3333CC;
	width: 650px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 375px;
}

#column1 {
	float:left;
	display: block;
	width: 250px;
	margin-left: 10px;
}
#column2 {
	display: block;
	width: 290px;
	margin-left: 260px;
	margin-top: 10 px;
	
}
#column3 {
	display: block;
	width: 220px;
	margin-left: 440px;
	}
#imgtext {
	font-family: Verdana, Geneva, sans-serif;
	color: #B2BE8E;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-top: 15px;
	}
	#imgtext2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #363;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 15px;
	padding: 10px;
	}
#navigation ul li {
	text-align: center;
	background-color: #363;
	display: inline;
	font-stretch: semi-expanded;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border: solid;
	width: 80%;
	margin: 0;
	padding: 3px;
	font-size: 14px;
	font-weight: 100;
}
#quotes  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #099;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 15px;
	}
	
#special	{
	background-color: #363;
	color: #FFF;
	border: solid;
	font-family: Arial, Helvetica, sans-serif;
	display: list-item;
}

#navigation a:link {
	color:#FFF;
}
#navigation a:hover {
	color:#939;
}#navigation a:visited {
	color:#F9F;
}#navigation a:active {
	color:#FF6;
}
#footer {
clear:both;
	color: #FFF;
	color: #FFF;
	color: #FFF;
	color: #FFF;
}	
.copyrite {
	font-size: 12px;
	text-align: center;
	background-color: #333333;
	color: #E4E4E4;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 20px;
}
.clear{
    clear:both;
}




/* CSS Document */

