body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #900;
	background-image: url(ima/theatre-stage.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#site {
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background-color: #333;
	padding: 10px;
	height: 640px;
}
#site #content {
	position: relative;
	float: left;
}
#site #content #content_head {
	float: left;
	height: 15px;
	width: 780px;
	background-image: url(images/content_head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#site #content #content_body #contet_title {
	background-color: #FFF;
	width: 740px;
	padding: 4px 20px 4px 20px;
}
#site #content #content_body #contet_title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
}
#site #content #content_body {
	float: left;
	width: 780px;
	background-color: #FFF;
}
#site #content #content_body .left {
	float: left;
	width: 210px;
	padding: 10px;
	margin-left: 10px;
}
#site #content #content_body .right {
	float: left;
	width: 500px;
	margin-left: 10px;
}
#site #content #content_footer {
	float: left;
	height: 15px;
	width: 780px;
	background-image: url(images/content_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.scroll {
	height: 330px;
	width: 500px;
	overflow: auto;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 8px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#space {
	float: left;
	height: 15px;
	width: 780px;
	position: relative;
}
#form select {
	width: 500px;
	background-color: #CCC;
	border: 1px solid #999;
}

