body {
	background-image: url();
	background-repeat: repeat-x,y;
	background-color: #ffffff;
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 5; 
	margin-width: 0; 
	margin-height: 0;
}

#header {
	background-color: 0;
	position: float;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: italic;
	letter-spacing : 3.0px;
	border: 0;
	border-bottom: 0;
	border-style: outset;
	border-color: Gray;

}

#top {
	background-color: 0;
	position: float;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0000;
	font-style: normal;
	letter-spacing : 2.5px;
	border: 0;
	border-bottom: 0;
	border-style: outset;
	border-color: Gray;

}

#para1 {
	background-color: 0;
	position: float;
    text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	letter-spacing: 1.0px;
	line-height: 14px;
	border: 0;
	border-bottom: 0;
	border-style: outset;
	border-color: Gray;
	
}


#para2 {
	background-color: 0;
	position: float;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: 14px;
	border: 0;
	border-bottom: 0;
	border-style: outset;
	border-color: Gray;
	
}

#h2 {
	background-color: 0;
	position: float;
    text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	letter-spacing : 1.5px;
	line-height: 14px;
	border: 0;
	border-bottom: 0;
	border-style: outset;
	border-color: Gray;
	padding : 0px 0px 0px 0px;
	

}

h3 {
	background-color: 0;
	margin : 0px 0px 0px 0px;
	position: float;
    text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	letter-spacing : 1.5px;
	border: 0;
	border-bottom: 0;
	border-style: outset;
	border-color: Gray;
	padding : 5px 5px 5px 0px;
}

#contact {
   position: float;
    text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	letter-spacing : 1.5px;
	border: 0;
	border-bottom: 0;
	border-style: outset;
	border-color: Gray;
	padding : 5px 5px 5px 0px
}

#image {
        margin: 0px 0px 0px px;
        padding: 0;
        height: 20px;
}


#navcontainer {
        margin: 0px 0 0 0px;
        padding: 0;
        height: 20px;
		align: center;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #fff;
        width: 100px;
        height: 18px;
        border-top: 1px solid #e1bf65;
        border-left: 1px solid #e1bf65;
        border-bottom: 1px solid #e1bf65;
        border-right: 1px solid #e1bf65;
        padding: 0;
        margin: 0 0 0px 0;
        color: #847a49;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 9px/18px verdana, arial, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #847a49;
        background: #F5E8C9;
}

#navcontainer a:active {
        background: #c60;
        color: #fff;
}

#navcontainer li#active a {
        background: #e1bf65;
        border: 1px solid #e1bf65;
        color: #fff;
}