@charset "utf-8";
body {
	background-color: #3C9DD2;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #007FC5;
}
#content {
	font-size: 12px;
	margin-right: 65px;
	margin-left: 8px;
	padding: 5px;
	color: #000000;
}
#content a:link, #content a:visited {
	color: #007FC5;
	text-decoration: none;
}


#content a:hover {
	color: #F49834;
	text-decoration: underline;
}

#wrap {
	width: 798px;
	margin-top: 0px;
}
#sidebar {
	float: left;
	width: 250px;
	background-image: url(images/sidebg.gif);
	height: 890px;
	background-repeat: repeat;
}
#navigation {
	width: 180px;
	float: right;
	font-size: 12px;
}
#navigation li ul {
	display: block;
	margin-left: 10px;
}


#navigation   a:link, #navigation a:visited    {
	font-size: 12px;
	text-decoration: none;
	color: #007FC5;
}
#navigation  li  ul  a:link, #navigation li ul a:visited {
	color: #999999;
}

#navigation a:hover {
	color: #F49834;
	text-decoration: underline;
}
#navigation #catalog a:link, #navigation #catalog a:visited {
	color: #000000;
}
#content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#navigation #catalog a:hover {
	text-decoration: underline;
}
#navigation #new {
	line-height: 18px;
	color: #F49834;
	margin-left: 10px;
}
#navigation #new a:link, #navigation #new a:visited {
	color: #000000;
}
#navigation #new a:hover {
	text-decoration: underline;
}


#navigation #about {
	color: #9EC34A;
	margin-left: 10px;
	line-height: 18px;
}
#navigation #catalog {
	line-height: 18px;
	color: #9EC34A;
	margin-left: 10px;
}

#navigation #about a:hover {
	color: #9EC34A;
	text-decoration: underline;
}
#navigation #about a:link, #navigation #about a:visited {
	color: #000000;
}


#margin {
	width: 60px;
	float: left;
}
#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	color: #007FC5;
}
#hours {
	margin-top: 70px;
	margin-bottom: 70px;
}



#top {
	background-image: url(images/top.gif);
	height: 195px;
}

#main {
	background-color: #FFFFFF;
	float: right;
	width: 548px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	height: 890px;
	margin: 0px;
}
#logo {
	text-align: right;
	margin-right: 75px;
}
#links {
	margin-right: 75px;
	margin-left: 10px;
	text-align: center;
	margin-top: 80px;
	font-size: 10px;
	line-height: 10px;
}
#links a:link, #links a:visited {
	color: #AB60A6;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}





#header {
	height: 10px;
}
#bottom {
	clear: both;
	background-image: url(images/bottom.gif);
	height: 128px;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 90px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding: 12px;
	text-align: center;
}

