@charset "utf-8";

html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-size: 12pt;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #FFF;
	background-attachment: fixed;
	line-height: 1.5em;
	background-image: url(../images/background.jpg);
}

#container {
	width: 900px;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#navbar {
	height: 150px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
}
#banner {
	float: left;
}



#nav {
	width: 100px;
	float: left;
	margin-top: 5px;
}
#nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	width: 100px;
	list-style: none;
	}
#nav a {
	display: block;
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	padding: 0px;
	line-height: 1.5em;
	width: 100px;
}
#nav a:hover {
	color: #990000;
}
#nav a.on {
	color: #951B1D;
}


#mainContent {
	height: 100%;
	width: 500px;
	padding-right: 20px;
	padding-left: 30px;
	margin-left: 75px;
	font-family: Arial;
	font-size: 12px;
	float: left;
} 
#mainContent a {
	color: #0033FF;
}
#mainContent img {
	margin-right: 10px;
	padding: 5px;
}
#form {
	float: left;
}

#nav2 {
	float: left;
	width: 200px;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 200px;
	list-style: none;
}
#nav2 a {
	display: block;
	color: #000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/transparent.png);
	padding: 0px;
	line-height: 1.5em;
	width: 200px;
}
#nav2 a:hover {
	color: #990000;
}
#nav2 a.on {
	color: #951B1D;
	font-weight: bold;
}
#nav3 {
	float: left;
	width: 200px;
}
#nav3 ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 200px;
	list-style: none;
}
#nav3 a {
	display: block;
	color: #000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	font-family: Verdana;
	font-size: 14px;
	text-align: right;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/transparent.png);
	padding: 0px;
	line-height: 1.5em;
	width: 200px;
}
#nav3 a:hover {
	color: #990000;
}
#nav3 a.on {
	color: #951B1D;
	font-weight: bold;
}

#showlogo img{
	margin-top: 25px;
}

#content p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content img {
	margin-right: 10px;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}
#storetop {
	height: 100%;
	width: 600px;
	padding-right: 20px;
	padding-left: 30px;
	background-repeat: repeat;
	margin-left: 75px;
	font-family: Arial;
	font-size: 12px;
	float: left;
}


#line {
	clear: left;
}
#entry {
	width: 600px;
}







h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: none;
	color: #951B1D;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 100px;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	color: #900;
	text-transform: capitalize;
	text-align: left;
}
h3 {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
h4 {
	font-family: "Arial Black";
	font-size: 14px;
	margin: 0px;
	text-align: center;
	color: #3367A0;
}
h5 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 1.5em;
	padding-right: 100px;
	font-weight: normal;
}

.emphasis {
	color: #990000;
	font-weight: bold;
}
.floatleft  {
	float: left;
	margin-right: 10px;
}
