
html, body{
	margin: 0px;
	padding: 0px;
	border: 0;
}

body {
	line-height: 15px;
	font-family: Palatino, Garamond, Georgia, Times New Roman, serif;
	font-size: 13px;
	text-decoration: bold;
	color: #413839;
	text-align: center;
	background: #F3F7CA url(../images/bg_page.gif) repeat;
}

#header {
	background-color: navy;
	background-image: url(../images/topbluetile.png);
	background-repeat: repeat-x;
}

#logo {
	padding: 5px 0px 15px 0px;
	margin: 0px;
	color: #413839;
	background-color: white;
}

#menu {
	letter-spacing: .01em;
	line-height: 15px;
	font: Palatino, Garamond, Georgia, Times New Roman, serif;
    font-size: 13px;
	text-decoration: bold;
	color: #413839;
	background-color: #FDD017;
	text-align: center;
	letter-spacing: .01em;
	color: #413839;
	background-color: #FDD017;
	margin: 0;
	padding: 15px 0 15px 0;
}

#menu p {
	margin: 0;
	padding: 0;
}

#menu a:link {
	text-decoration: none;
	background-color: #FDD017;
	color: navy;
}

#menu a:visited {
	text-decoration: none;
	background-color: #FDD017;
	color: navy;
}

#menu a:hover, #menu a:active {
	background-color: navy;
	color: white;
	text-decoration: bold
}

#content_wrap {
	margin: 0px 0px;
	padding: 0px;
	line-height: 25px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: black;

	
}

#content {
	width: 450px;
	margin: 10px auto;
	padding: 10px;
}

.contact {
	line-height: 17px;
	font-size: 12px;
	text-align: right;
}

#content a:link{
	color: navy; 
	text-decoration: none
}

#content a:visited {
	text-decoration: none;
	color: navy;
}
#content a:hover {
	text-decoration: underline;
	color: navy;
}

#content a:active {
	color: #CCCC00; text-decoration: underline
}

.drop {
/*font-size: 44px;*/
	font-size: 90px;
	font-family: Georgia, serif;
	float: left;
	width: auto;
	line-height: 0.9;
	margin: 0 5px -14px 0;
	color: #000;
	/

*position: relative;
	top: -0.15em;
*/
}
