*
{
	font-family: Arial;
	font-size: 14px;
}

a img
{
	border: 0px;
}
body
{
	background-color: #4f1800;
}
.content
{
	
	width:850px;
	margin: 0px auto;
	padding: 0px;
	margin-top: 50px;
	color: #eeeeee;
}


.corner
{
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
.error_topleft
{
	background-image: url('images/errorbar_topleft.gif');
	
}
.error_top
{
	background-image: url('images/errorbar_top.gif');
	height: 8px;
	background-repeat: repeat-x;
}

.error_left
{
	background-image: url('images/errorbar_left.gif');
	width: 8px;
	background-repeat: repeat-y;
}

.error_content
{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7f1111;
}

.error_right
{
	background-image: url('images/errorbar_right.gif');
	width: 8px;
	background-repeat: repeat-y;
}

.error_topright
{
	background-image: url('images/errorbar_topright.gif');
}

.error_bottomleft
{
	background-image: url('images/errorbar_bottomleft.gif');
}

.error_bottom
{
	background-image: url('images/errorbar_bottom.gif');
	height: 8px;
	background-repeat: repeat-x;
}
.error_bottomright
{
	background-image: url('images/errorbar_bottomright.gif');
}

#logo
{	
	margin-bottom: 140px;
}

#left_button
{
	width:406px;
	height: 161px;
	float:left;
}
#right_button
{
	width:406px;
	height: 161px;
	
}

#gallery
{
	margin-bottom:50px;
}


.contact_form td
{
	padding: 5px;
	color: #FFFFFF;
}

a, a:visited, a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #CDCDCD;
	text-decoration: overline underline;
}

.contact_form input
{
	width:320px;
	background-color: #5c3204;
	color: #FFFFFF;
	border:1px solid #a36b00;
}

.contact_form textarea
{
	width:320px;
	height: 100px;
	background-color: #5c3204;
	color: #FFFFFF;
	border:1px solid #a36b00;
}


.message_div
{
	margin-top: 30px;
	margin-bottom: 30px;
}
div.error
{
	border: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: red;
}


div.success
{
	padding:10px;
	border: 1px solid #ffffff;
	font-weight: bold;
	background-color: green;
}

