body,td,th, input, textarea, select {
	color: #333;
	font-family: Trebuchet MS, Arial;
	font-size: 1em;
}
body {
	background: url(i/bg.jpg) #F8C3B1;
	margin: 0 0 0 -195px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 0 0 1em 0;
	line-height: 130%;
}

small {
	font-size: 0.8em;	
}

a, a:hover, a:link, a:active {
	color: #900;	
}

h1, h2 {
	font-size: 1.5em;
	line-height: 150%;
	margin: 0;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;	
}

#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	position: relative;
	margin-left: 195px;		

}
#header {
	padding: 40px 0 10px 0;
	text-align: center;	
}
#main-top {
	background: url(i/main-top.png) top right no-repeat;
	height: 60px;
}
#main-middle {
	background:url(i/main-middle.png) top right repeat-y;	
	padding: 0 30px 0 30px;
}
#main-bottom {
	background: url(i/main-bottom.png) top right no-repeat;
	height: 60px;	
}

#bear {
	position:absolute;	
	left: -200px;
	z-index: 999;
	bottom: 50px;
}
#footer {
	font-size: 0.9em;
	height: 70px;
	text-align: right;
	color: #036;
	margin-top: 10px;
	padding-right: 60px;
}
#footer span{
	background-color:#CCC;
	padding: 4px;
}

form table {
	padding-bottom: 20px;	
}

form .textfield {
	font-family: Trebuchet MS, Arial;
	width: 400px;
	font-size: 1.0em;
}

.frames {
	overflow: visible;
	width: 610px;
}

.type {
	float: left;
	width: 200px;
	height: 250px;
}

.clrflt {
	clear: both;
	float: none;
}

.extra{
	height: 250px;	
	padding: 20px 0 10px 40px;
	font-size: 0.95em;
	line-height: 130%;
}


.valid {
	border: 2px  inset #CCC;	
}


.error {
	border: 2px  solid red;	
}


.photos {
	overflow: visible;
	width: 640px;
	text-align: center;
}

.photo {
	float: left;
	display: block;
	width: 320px;
	height: 450px;
}

/* menu
============== */
ul#menu, ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu {
	padding: 20px 0 0 30px;	
	width: 660px;
	text-align: center;
}
ul#menu li {
	font-size: 17px;
	display: inline-block;
	padding-right: 10px;
	float: left; 
}

/* voting
========== */
.voting {
	font-size: 0.8em;
}
