@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
}
#wrapper {
	width: 700px;
	margin-left: -350px;
	position: relative;
	left: 50%;
	background-image: url(../graphics/bgtile.png);
	background-repeat: repeat-y;
	margin-top: 25px;
	background-position: left top;
}
#masthead  {
	background-image: url(../graphics/coby.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead h1 {
	color: #FFFFFF;
	height: 35px;
	width: 550px;
	position: relative;
	margin-top: 15px;
	margin-left: 135px;
}
#masthead h1 span {
	background-image: url(../graphics/mastheadimg.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
}
#masthead h2 {
	font-size: 10.5px;
	color: #666666;
	letter-spacing: 0.2em;
	text-align: center;
	width: 550px;
	margin-top: 5px;
	margin-left: 135px;
}
#menu {
	width: 110px;
	padding-left: 5px;
	margin-top: 100px;
	padding-right: 5px;
	float: left;
	color: #38353E;
}
#menu li {
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 10.5px;
	letter-spacing: 0.1em;
}
#menu  li  ul {
	padding-left: 25px;
	padding-top: 10px;
}

#content {
	width: 540px;
	margin-left: 140px;
	margin-top: 40px;
	font-size: 11.5px;
	line-height: 15px;
	font-weight: normal;
	color: #38353E;
}
#content h3 {
	text-align: center;
	font-size: 16px;
	color: #463B09;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-bottom: 25px;
}
#content h4 {
	color: #333333;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 25px;
}

#content p {
	margin-bottom: 20px;
	text-align: justify;
}
#content ul {
	padding-left: 25px;
	padding-bottom: 20px;
}

#content img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#content #address {
	text-align: center;
}

#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 25px;
	padding-top: 5px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
u {
	text-decoration: underline;
}


.centered {
	text-align: center;
}
.floatright {
	float: right;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #669900;
}
a:active {
	text-decoration: none;
	color: #333333;
}
