* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus {
	outline: 0;
}

body {
	font: 62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
    background: url('../img/dotted_bg.png') repeat-x 0px 100px;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.cl {
	clear: both;
}

#header-wrap {
    background: #d05252 url('../img/header_bg.png') repeat-x;
    border-bottom: 5px solid #fff;
}

#header {
    position: relative;
    width: 720px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0 10px 20px;
    background: url('../img/title.png') no-repeat 160px 15px;
}

#header #navigation {
    position: absolute;
    right: 0;
    bottom: 0;
}

#header #navigation li {
    display: block;
    float: left;
}

#header #navigation li a {
    display: block;
    background: #fff url(../img/shadow_bottom.png) repeat-x;
    padding: 10px 10px 5px 10px;
    margin-left: 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #333;
    cursor: pointer;
}

#header #navigation li a.active {
    background: #fff;
}

#header #navigation li a:hover {
    background: #fff;
}

#shadow {
    height: 10px;
    background: url('../img/shadow_top.png') repeat-x;
}

#content {
    width: 740px;
    margin: 0 auto;
    text-align: left;
    margin-top: -10px;
    padding-top: 30px;
    background: #fff url('../img/shadow_top.png') repeat-x;
}

#sidebar {
    float: left;
    width: 310px;
    padding-left: 20px;
}

#sidebar ul li {
    text-align: center;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

#sidebar ul li:first-child {
    margin-right: 10px;
    padding-top: 11px;
}

#sidebar ul li h2 {
    font-size: 12px;
    margin-bottom: 5px;
}

#sidebar ul li h2 a {
    color: #d05252;
}

#main {
    float: left;
    width: 390px;
    font-size: 12px;
    line-height: 1.8em;
    text-align: justify;
    padding-right: 20px;
}

#main h1 {
    margin-bottom: 20px;
    font-size: 20px;
}

#main p {
    margin-bottom: 30px;
}

#footer {
	color: #fff;
	padding: 7px;
    text-align: center;
    font-size: 11px;
	background: #d05252;
    margin-top: 15px;
    background: url('../img/footer_bg.png') repeat-x;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}