﻿* {
	margin: 0;
	padding: 0;
}

body {
background: #FFB27F url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

ext-decoration: none;
color: #FD9A01;
}
a:hover {
text-decoration: underline;
color: #111;
}

a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 190px;
background: #FFB27F url(images/header.gif) no-repeat;
text-align: center;
}
#header h2 {
font-size: 62px;
color: #FF0000;
padding: 67px 0px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#content {
background: #FFB27F url(images/content23.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 650px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
float: left;
width: 81px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 3px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 3 15px 20px;
color: #FFFFFF;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.articles { padding: 10px; }

#bottom {
background : #FFB27F url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}
#footer {
text-align: center;
font-size: 11px;
color: #fff;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }

