/* CSS Document */

body {
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding: 0;
}

a:link {
	color:#0505CF;
	font-weight: bold;
}

a:visited {
	color:#0505CF;
	font-weight: bold;
}

a:hover, a:active {
	color: #E98601;
	font-weight: bold;
}

h1 {
	font-size: 14pt;
}

h2, h3 {
	color: #0154A7;
}

#allcontent {
	background-color:#FFFFCC;
	width: 975px;
	margin-left:auto;
	margin-right:auto;
}

#allcontent img {
	border-style:none;
}

#banner {
	margin-top:2px;
}

/*The following sets the styles for the main content area*/

#adbox {
	width: 175px;
	height: 1200px;
	text-align:center;
	padding: 5px;
	float:right;
	margin-top: 10px;
}

#menu {
	background-color:#CCFF99;
	width: 200px;
	height: 1200px;
	text-align:left;
	margin-top:-3px;
	float:left;
}

#menu p {
	margin-left: 10px;
	}

#storemenu {
	background-color:#CCFF99;
	width: 180px;
	text-align:left;
	padding: 10px 5px 5px 10px;
	margin-top:-3px;
	float:left;
}

#main {
	width: 560px;
	height: 1200px;
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin-left: 210px;
}

#store {
	width: 740px;
	text-align:left;
	margin-left: 205px;
}

