﻿body{
	margin:0;
	padding:30px 0;
	font:76% verdana,arial,sans-serif;
	background:#047 url(bodybg.png) repeat-x fixed;
	color:#222;
}

#container{
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #D8D4B2 no-repeat;
	color: #222;
}
#page{
	background-color: #D8D4B2;
	border: 1px solid #ccc;
	padding-bottom: 20px;
}

#media{
	margin:20px;
	text-align:center;
}

.thumbimg, #media img {
	border:solid #999;
	border-width:1px;
	background:#fff;
	padding:1px;
}

a {
	text-decoration:none;
	background-color:inherit;
	color:#26c;
}

a:hover{
	text-decoration:underline;
}

p {
	margin:0 0 15px 0;
	line-height:1.5em;
}

#controlbar{
	margin-bottom: 20px;
	padding-left: 10px;
	background: #203C51 repeat-x;
	color: #CCCC00;
	height: 32px;
	line-height: 32px;
	font-weight: 900;
	font-size: large;
}

#controlbar img { vertical-align:middle; }

#controlbar a {
	color:#999;
	background:none;
}

#controlbar a:hover { color:#fff; }

#footer{
	margin: 0 auto 20px auto;
	width: 760px;
	background: #203C51 url(footerbg.gif) no-repeat left
bottom;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	color: #D8D4B2;
	text-align: center;
}

h1 {
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:2.2em;
	text-align:center;
}

a:hover img{ filter:alpha(opacity=70) ; opacity:0.7; -moz-opacity:0.7; }