* {
	margin: 0;
	padding: 0;
}

body {
background: #666666;
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;
}

a {
text-decoration: bold;
color: #bb1313;
}
a:hover {
text-decoration: underline;
color: #bb1313;
}

#wrap {
margin: 20px auto;
width: 1000px;
}


#header {
background: #666666 url(images/header.jpg) no-repeat;
height: 200px;
}
#header h1 { 
font-size: 38px;
padding: 120px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #EFECE0;
padding: 20px 0 0 40px;
font-weight: 100;
}

#menu {
height: 40px;
line-height: 40px;
background: #666666 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 27px 0 0;
text-decoration: none;
font-size: 17px;
color: #fff;
}
#menu ul li a:hover {
color: #f1f1f1;
text-decoration: underline;
}

#content {
background: #ffffff url(images/content.jpg) repeat-y;
padding: 10px;
}

.left {
float: left;
width: 950px;
padding: 15px;
font-size: 14px;
background: #fff;
line-height: 24px;
min-height:400px;

}
.left h2 {
font-size: 20px;
font-weight: normal;
line-height: 24px;
color: #bb1313;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}

.right {
float: right;
width: 400px;
background: #fff;
padding: 15px 15px 0 0;
}
.right h2 {
font-size: 20px;
font-weight: normal;
line-height: 24px;
color: #bb1313;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: square;
}
.right ul li a {
font-size: 12px;
color: #333;
}
.right ul li a:hover {
color: #333;

}

#bottom {
background: #d4ccae url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
}
#footer a{
color: #333;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

