/* CSS Document */
body		
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #3e0408;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
}

#lang
{
	position:relative;
	text-align: left;
	margin-left: 120px;
}

#wrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0;
	padding-top: 150px;
	width: 755px;
}

.section
{
	height: 476px;
	float: left;
}

#section0, #section2, #section3
{
	background: url(images/main_side1.jpg) no-repeat;
	padding-left: 5px;
}

#section1
{
	background: url(images/main_side2.jpg) no-repeat;
	padding-left: 8px;
}

#center
{
	position: inherit;
	padding-left: 60px;
	width: 310px;
}

#center h3
{
	font-size: 15px;
	font-weight: normal;
}

#center h3:first-letter
{
	font-size: 25px;
	font-weight: bold;
}

div#menu ul
{
	list-style-type: none;
	list-style-image: none;
	font-size: 15px;
	text-align: left;
	margin-left: 80px;
}

div#menu a
{
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}

div#menu a:hover
{
	text-decoration: underline;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a:hover
{
	text-decoration: underline;
}
