body
{
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
}


#wrap
{
	min-height: 600px;
	text-align: center;
	margin: 0 auto 0 auto;
	background-image: url(images/contentbg.jpg);
	background-repeat: y-repeat;
	padding: 0;
	width: 792px;
}


#content
{
	width: 750px;
	min-height: 770px;
	margin: 20px 0 0 0;
}


#header {

}


#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	min-height: 60px;
	height: 60px;
	color: #999;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}


#sidebar
{
	float: right;
	width: 170px;
	border-left: #999;
	border-width: 0 0 0 1px;
	border-style: none none none dotted;
}

#main
{
	width: 520px;
	margin: 0 0 0 40px;
	text-align: left;
	background-color: #FFF;
}

h1
{
	color: #930;
	font-family: Tahoma, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
}

#main2
{
	width: 690px;
	margin: 0 0 0 40px;
	text-align: left;
	background-color: #FFF;
}

.error {
color: #C00;
font-weight: bold;
}