body
{
	margin: 0;
	padding: 0;
	color: #f0f0f0;
	font-size: 11px;
	background-color: #9a0201;
	background-repeat: repeat-x;	
	background-image: url('img/bg.jpg');
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}

img
{
	border: none;
}

td
{
	font-size: 11px;
}

a:link, a:visited
{
	color: red;
	text-decoration: none;
}

a:hover, a:active
{
	color: #fff;
	text-decoration: underline;
}

h1
{
	margin: 0;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}

hr
{
	height: 1px;
	border: none;
	border-bottom: 1px solid #fff;
}

input,select,textarea
{
	margin: 0;
	font-size: 12px;
	border: 1px solid #c9c9c9;
	background-color: #ffffff;
}

#container
{
	top: 50%;
	left: 50%;
	width: 770px;
	height: 575px;
	position: absolute;
	margin-top: -290px;
	margin-left: -372px;
	background-repeat: no-repeat;
	background-image: url('img/design.png');
}

#header
{
	width: 100%;
	float: right;
	height: 140px;
}

#content
{
	padding-right: 10px;
	text-align: justify;
	float: right;
	width: 470px;
	height: 340px;
	color: #f0f0f0;
	overflow: auto;
	position: relative;
}

#leftmenu
{
	width: 90px;
	float: right;
	height: 390px;
	padding-left: 10px;
}

#leftmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu ul li
{
	margin: 0;
	padding: 0;
	width: 100px;
	height: 30px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-image: url('img/button.png');
}

#leftmenu ul li a
{
	width: 100%;
	height: 100%;
	outline: none;
	color: #ffffff;
	display: block;
	font-size: 13px;
	padding-top: 5px;
	text-align: center;
}

#gallery
{
	width: 100%;
}

#gallery td
{
	width: 25%;
	text-align: center;
}

.error
{
	color: red;
}

#feedback textarea
{
	width: 300px;
	height: 100px;
}
