@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
body {
	background-color: #000033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#top {
	background-color: #3BB3C3;
	text-align: center;
	padding-bottom: 10px;
}

#main {
	text-align: center;
	margin-bottom: 10px;


}
.catalog-pages {
	margin: 0px;
	padding: 0px;
}

#nav {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
	background-color: #EBEBEB;
	padding-bottom: 5px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
#nav a {
	text-decoration: none;
	font-size: 100%;
	color: #D12920;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	font-size: 100%;
	color: #49619D;
	font-weight: bold;
}


#footer {
	background-color: #EBEBEB;
	text-align: center;
	padding: 10px;
	clear: both;
	height: 681px;
}


#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
#footer a {
	text-decoration: none;
	font-size: 14px;
	color: #C33E39;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #49619D;
	font-weight: bold;
}


.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}
.image-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.div-center {
	text-align: center;
	width: auto;
	border: thin solid #FFFFFF;
	margin-right: 15em;
	margin-left: 15em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.div-center-only {
	width: auto;
	position: static;
	height: auto;
	left: 0px;
	right: 0px;
	clip: rect(0px,0px,0px,0px);
	top: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-left: 140px;
	margin-top: 10px;
}
