/* Set some default margins etc to start with a level playing field between browsers */

html, body, div, ul, ol, li, p, h1, h2, h3, a, p, img {
	margin:0px;
	padding:0px;
	border:0px;
	background-color:transparent;
}

/* Setting defaults for main elements */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404040;
}

body {
	font-size:13px;
	background-color:#FFFFA8;
	text-align:center;
}

a {
	text-decoration:none;
	color:#50922C;
}

a:hover {
	color:#404040;
}

#navigation a {
	text-decoration:underline;
}

h1, h2 {
	font-weight:bold;
	text-transform:uppercase;
	color:#50922C;
}

p.highlight {
	font-weight:bold;
	color:#50922C;
}

h1 {
	font-size:120%;
}

h2 {
	font-size:100%;
	text-transform:none;
}

h3 {
	font-weight:bold;
	color:#404040;
	font-size:100%;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

img {
	border-style:none;
}

hr {
	border-style:none;
	border-top:1px dashed #404040;
}

/* Specialized classes */

.highlight {
	color:#50922C;
}

.right {
	float:right;
	margin:10px auto 10px 10px;
}

.left {
	float:left;
	margin:10px 10px 10px auto;
}

.cl {
	clear:both;
}

/* Individual elements */

#container {
	width:680px;
	margin:20px auto auto auto;
	text-align:left;
	padding:10px;
}

#banner {
	height:80px;
	width:600px;
	display:block;
	margin:auto;
}

#navigation {
	float:left;
	width:170px;
	padding:10px;
	padding-right:9px;
}

#navigation .top {
	margin-left:20px;
}

#navigation ul {
	list-style-type:none;
}

#content {
	float:right;
	width:470px;
	padding:10px;
}

#content ul {
	list-style-type:circle;
	list-style-position:inside;
}

#content img {
	border:1px solid #404040;
}

#map {
	border:1px solid #404040;
	height:300px;
}

#address {
	text-align:center;
	margin:10px;
	font-size:11px;
}

#sorry {
	display:block;
	text-align:center;
	color:#B31815;
	font-weight:bold;
}
