body {
    background: #B1743E no-repeat scroll top center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    margin:0;
    padding:0;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-family: Georgia;
	color: #f0f0a0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 23px;
}

h3.left {
    text-align: left;
}

h3.right {
    text-align: right;
}

p, ul, ol {
    margin: 0 0 0em 0;
    text-align: justify;
    line-height: 16px;
    font-size: 12px;
    font-family: Georgia;
}

p.left {
    text-align: left;
}

p.right {
    text-align: right;
}

a {
    color: #f0f0a0;
    text-decoration: none;
}

a:link {
    color: #f0f0a0;
}

a:hover, a:active {
    text-decoration: none;
    color: #f0f0a0;
}

a:visited {
    color: #f0f0a0;
}


img {
    border: none;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
    background:transparent url(./../images/logo.jpg) no-repeat scroll top center;
    height:361px;
    width:1139px;
    margin:0 auto 0px;
    overflow:visible
}

/* Menu */

#menu-block {
	background:transparent url(./../images/menu.gif) no-repeat scroll top center;
	position:relative;
	height:98px;
	width:658px;
	left:330px;
	top:0px;
}
#menu {
	position:relative;
	height:10px;
	left:25px;
	top:33px;
}

#language {
	background:transparent url(./../images/lang.gif) no-repeat scroll top center;
	position:relative;
	height:31px;
	width:155px;
	left:830px;
	top:175px;
	padding-left: 3px;
}
#language ul {
	list-style-image:none;
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	font-weight: bold;
}

#language li {
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 2px;
	padding: 3px;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}


/* Page */

#page {
    width:800px;
    margin: 0 auto;
    padding: 0 165px 0 165px;
}

html>body #page {
	height: auto;
}


#page .wrap {
    width: 800px;
    margin: 0 auto;
    text-align: justify;
}


/* Content ************************************************************************/

#content {
	float: left;
	width: 800px;
}

#category {
    width: 800px;
    min-height: 150px;
    float: left;
    padding: 0;
}

#section {
    width: 380px;
    min-height: 115px;
    float: left;
    padding: 5px 10px 5px 10px;
}

#section a{
    color: #0a0a0a;
    text-decoration: none;
}
#section a:link {
    color: #0a0a0a;
}

#section a:hover, a:active {
    text-decoration: none;
    color: #0a0a0a;
}

#section a:visited {
    color: #0a0a0a;
}

#section p.left {
    padding: 0px 0px 0px 130px;
}

#section p.right {
    padding: 0px 130px 0px 0px;
}



/* Footer ************************************************************************/

#footer {
    background:transparent url(./../images/baget.jpg) no-repeat scroll top center;
    width:800px;
    margin: 0 auto;
    padding: 25px 165px 0 165px;
}


#legal {
    clear: both;
    padding-top: 20px;
    text-align: center;
    color: #375C69;
}

#legal a {
    color: #476B77;
}


