html,body{
	margin:0;
	padding:0;
	background-color: #DAE3F1;
}
body{font:76% "Trebuchet MS",arial,sans-serif;color: #333;text-align:center;padding: 20px}
h1,h2{padding-left: 15px;margin: 0}
h2{font-size: 160%;color: #555}
p{margin: 0;padding: 0 15px 0.7em;line-height: 1.5}
address{font-style: normal}

div.gradient{background: #F2F2F2 url(images/gradient.png) repeat-x top;margin: 15px}
div.gradient p{margin:0;padding: 2px 5px}
p.codehere{color: #2A4D91}

div#container{
	width:800px;
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-top-color: #CCCCCC;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#header{
	background-color: #B0C6E3;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 175px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: inherit;
}
div#header h1{
	color: #FFF;
	font-size: 300%;
	font-weight: 900;
	background-color: #4071B5;
}
div#menu{
	width:100%;
	overflow:auto;
	padding-top: 5px;
	background-color: #CCCCCC;
}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{padding-left:15px}
ul#nav li{float:left;width:80px;margin-right:2px;text-align: center}
ul#nav a{
	float:left;
	width:80px;
	text-decoration:none;
	background: #999;
	background-color: #FFFF66;
}
ul#nav li.active a,ul#nav a:hover{color: #000}
div#content{
	clear:left;
	width:800px;
	padding-top:15px;
	background-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFF66;
}
div#footer{
	padding-top:5px;
	text-align: center;
	font-size: 90%;
	color: #FFF;
	background-color: #FFFF66;
	height: 60px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#box{
	float:right;
	display:inline;
	width:150px;
	text-align:center;
	background-color: #FFFF66;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
	clear: none;
	position: static;
	overflow: visible;
	vertical-align: bottom;
	left: 702px;
	top: 100px;
	height: auto;
}

div#box2{
	float:right;
	display:inline;
	text-align:center;
	background-color: #FFFF66;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
	clear: none;
	position: static;
	overflow: visible;
	vertical-align: bottom;
	width: 150px;
}

div#box p{padding:0 5px}
div#minipics{float:left;width:100%;padding-bottom:10px}
div#minipics ul{list-style-type: none;margin:0 15px;padding:0}
div#minipics li{float:left;width:100px;margin: 10px 10px 10px 0;background-color: #FFF}
div#minipics li img{display: block;width: 80px;height: 80px;margin:5px 10px;border: 0px}
