/*common elements*/

body {
	margin: 5px;
	padding: 20px 5px;
	background: #949B50;
}

ul, ol {
	margin-bottom: 1.5em;
}

p {
	text-align: left;
	line-height: 20px;
	color: #DBDBDB;
	font-family: comic sans ms;
	margin-bottom: 1.5em;
	padding-left: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

a {
color: #DBDBDB;
font-weight: bold;
}

/*wrapper*/

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	border: 10px solid #99FFE6;
	background: #000066;
	color: #DBDBDB;
	font-family: comic sans ms;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}

/*header*/

#header {
	height: 185px;
}

/*menu container*/

#menubar {
	background: #99FFE6;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/*menu contents, courtesy of javascript array http://javascript-array.com/scripts/simple_drop_down_menu/*/

#menu {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 18px comic sans ms;
}

#menu li a {
	display: block;
	margin: 0;
	padding: 10px 20px 10px 15px;
	width: 100%;
	background: #99FFE6;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}

#menu li a:hover {
	background: #000066; 
	color: #99FFE6;
}

#menu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#menu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #99FFE6;
	color: #000066;
	font: 15px comic sans ms;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#menu div a:hover {
	background: #000066;
	color: #99FFE6;
}	

/*content*/

#content {
	margin: 0px auto;
}

#content h1.store {
	color: #FFFF00;
}

#content p.store {
	color: #FFFF00;
	font-weight: bold;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #99FFE6;
}

#content img.store {
	padding: 0px;
}

/*left*/

#left {
	float: left;
	width: 170px;
	padding: 20px;
}

#left a:hover {
	background-color: #99FFE6;
	color: #000066;
}

#left img {
	border: none;
}

/*right*/

#right {
	float: right;
	width: 550px;
	padding: 20px;
}

#right img {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#right table { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#right td {
	padding: 7px;
}

/*center*/

#center {
	width: 550px;
	min-height: 425px;
	padding: 20px 125px;
}

#center p {
		text-align: center;
}

#center h1 {
		text-align: center;
}

#center img {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#center td {
	padding: 7px;
}

/*footer*/

#footer {
	clear: both;
	margin: 0px auto;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	color: #969696;
	border-top: 1px solid white;
}

#footer .copyright {
	margin: 0px;
	text-align: center;
}
