BODY {
	background-color:#FFFFF4; /*pale yellow*/
	margin: 0; /*margins are set to zero*/
	padding-top: 0; /*for Opera6*/
	line-height: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#350906; /*dark brown*/
	font-size: 100%;
}
      
#container{/*location set for browser, DO NOT EDIT*/
	margin:10px auto 10px;
	width: 800px;
	padding:0;
	border-right: solid #4A0F09 5px;
	border-left: solid #4A0F09 5px;
	border-bottom: solid #4A0F09 5px;
	border-top: solid #4A0F09 15px;
}

#header {
	margin:0;
	padding:0;
	width: 800px;
	height:200px;
	border-bottom:solid #4A0F09 20px;
	}

#webcontent {
	/*The area that holds the primary content*/
	position: relative;
	top: 0;
	left: 0;
	width:690px;
	color:#350906; /*dark brown*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image:url(../image-files/homebackground.jpg);
	background-repeat:no-repeat;
	padding:41px 43px 0 67px;
	height:950px;
	margin:0;
}
    
#navigation {/*The navigation below the header, positioned absolutely*/
	color:#ffffff;
	text-align:center;
}

#navigation ul{
	font-family:"trebuchet MS", helvetica, Verdana, sans-serif;
	font-style:italic;
	font-size:11.5px;
	padding:0;
	margin:0;
	height:20px;
	
}
#navigation li {
	list-style:none;
	display:inline;
	text-align:center;
}
#navigation a {
	width:84px;
	color:#ffffff;
	text-decoration:none;
	float:left;
	padding:3px 0 3px 0;
	margin: 0px;
}
#navigation ul li a:link { 
	color:#ffffff;
}



#navigation ul li a:visited { 
	color:#f1f1f1;
}

#navigation ul li a:hover { 
	color:#cccccc;
}

#activelink a  {
	color:#ffffff;
	font-weight:600;
	font-size:14px;
}



#text {
	/*The area that holds the primary content*/
	position: relative;
	top: 0;
	left: 0;
	width:633px;
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	line-height: 1.2;
	font-weight:300;
	padding:45px 30px 0 26px;
	margin:0;
}
	
/*Default link colors for content area; not recommended to edit*/
#text A:link {
	COLOR:#0000CC;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

#text A:visited {
	COLOR:#000099;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

#text A:hover {
	COLOR:#003333; 
	TEXT-DECORATION:underline;
	background-color: transparent;
}

#menu3 {
	/*for manual footer links*/
	PADDING: 10px;
	BORDER-TOP: solid #660000;
	BORDER-bottom: solid #660000;
	MARGIN: 20px 30px 0px 30px;
	TEXT-ALIGN: center;
	font-size: 11px;
	font-weight:400;
	color:#990000;
}	

#socialize {
	/*for manual footer links*/
	MARGIN: 5px 10px 5px 20px;
	PADDING-TOP: 20px;
	TEXT-ALIGN: center;
	line-height: 12px;
	font-size: 10px;
	color:#000000;
}	

#form {
	/*for contact form*/
	PADDING-RIGHT: 0;
	MARGIN: 10px;
	PADDING-TOP: 6px;
	TEXT-ALIGN: center;
	line-height: 12px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}


#text p{
font-size:13px;
margin:0 0 8px 0;
padding:0;
font-style:normal;
font-weight:300;
}

#text p:first-letter {
	float: left;
	font-size: 32px;
	line-height: 1;
	margin: 2px 3px 0 0;}
	

#text OL, UL, DL {font-size:12px;}/*font-family is already defined, here I only set the font-size*/

/*Settings for all heading tags*/
#text H1{
	font-variant: small-caps;
	margin: 15px 0 5px 0;
	font-size: 22px;
	color: #000000;
	text-align: center;
	font-style: italic;
}

H2{
	margin:4x 0 0 0;
	font-size:16px;
    color:#000837;
	padding: 2px 0 0 0;
	width: 100%;
	font-weight:00;
	text-align: center;
	font-variant: small-caps;
}

H3{
	margin:12px 0 7px 0;
	font-size:14px;
    color:#660000;
	padding: 13px 0 6px 0;
	width: 100%;
	font-weight:600;
	text-align: center;
}

#text H4{
	margin:4px;
	font-size:12px;
    color:#660000;
	padding: 2px;
	width: 100%;
	font-weight:400;
	text-align: left;
}


	
big {font-size:larger;}/*to emphasize words, use it inline with a <span> class*/ 
small {font-size:smaller;}/*not really necessary, but one never knows...use it inline with a <span> class*/

/*This removes the need to add border=0 to linked images*/
A IMG {border:0.1px none #000000;} 

#text ul{/*You can create a special image to use in lists, upload to the Graphics Library and be sure and name it li.gif*/
	list-style-image: url(../image-files/li.jpg);
	list-style-position:outside;
	list-style-type:none;
	line-height: 170%;
}

#text li{
    line-height: 130%;
	padding-bottom: 10px;
}
	
em,i{ /*sets italics to bold to stand out better*/
	font-weight: bold;
	font-style: italic;
}

#addSiteTo {
width:95%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: #E6FFE9;
color:#003333;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
width:93px;
border:0;
padding:1px 0;
}

#footer {
background-image:url(../image-files/footer.jpg);
background-repeat:repeat;
margin:0;
padding:10px;
}

#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color:#FFFFFF;
color:#990000;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
font-weight:400;
}

#addSiteTo img {
width:93px;
border:0;
padding:1px 0;
}