html, body { height:100%; }

body {
	margin: 0;
	padding:0;
	background: #ddd;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666;
	background-image: url( images/bg.jpg );
	background-repeat:repeat-x;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #d73b24;
}

a:hover {
	background: none;
	border-bottom: 1px solid #d73b24;
}

.clear
{
    clear:both;
    display:block;
}

#outer { min-height:100%; }

* html #outer { height:100%; }


#wrapper {
	width: 920px;
	margin: 0 auto;
	background-image: url( images/content.jpg );

}



#header {
	width: 880px;
	height: 110px;
	padding: 40px 0 0 40px;
	background: url(images/header.jpg) no-repeat center top;
}



#logo h1 {
	padding: 0;
	margin:0;
	font-size: 36px;
}

#logo p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color:#767676;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}



#menu {
	width: 920px;
	height: 50px;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #999;
	border: none;
	padding:10px 20px 10px 20px;
	height:20px;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover { color: #e47869; }
#menu li.active a { color: #fff; background-image: url( images/menu_over.jpg ); background-position: center bottom; background-repeat:no-repeat; }



#page {
	width: 920px;
	background-image: url( images/bg_2.jpg );
	background-repeat:no-repeat;
}



#content {
	float: right;
	width:630px;
	padding: 0 30px 0 30px;
}
#content p  {
	font-family: Arial, sans-serif;
	font-size: 13px;
}
#content h2
{
    font-size:30px;
    color:#555;
}

#content h3
{
	color:#d73b24;
	background-image: url( images/h2_dot.jpg );
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
}

#content a {
	text-decoration: underline;
	color: #d73b24;
}
#content div.inner
{
    padding: 10px 0 0 0;
}



#sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#sidebar a {
	padding: 5px 5px 5px 30px;
	display:block;
	color: #fff;
	border: none;
	background-image: url( images/dot.jpg );
	background-repeat:no-repeat;
	background-position: left center;
}

#sidebar li:hover
{
	background-image: url( images/submenu_over.jpg );
}

#sidebar li:hover a {
	text-decoration: none;
	color: #fff;
	background-image: url( images/dot_over.jpg );
	background-repeat:no-repeat;
	background-position: left center;
}

#sidebar li.active
{
	background-image: url( images/submenu_active.jpg );
}

#sidebar li.active a
{
	color: #d73b24;
	background-image: url( images/dot_active.jpg );
	background-repeat:no-repeat;
	background-position: left center;

}



div.clear
{
    clear:both;
    height:50px;
	background-color:#ddd;
	background-image: url( images/content_footer.jpg );
	background-repeat:no-repeat;
}

#footer
{
    text-align:center;
    color:#999;
    padding-top:10px;
    height:20px;
    font-size:11px;
    background-color:#f7f7f7;
    margin-top: -30px;
}

#footer h3
{
    padding:0;
    margin:0;
    display:inline;
    font-weight:normal;
    font-size:11px;
	color:#999;
}

#footer a
{
	color:#999;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#footer a:hover {
	border:0;
	text-decoration: underline;
}

#footer ul, #footer li
{
    display:inline;
    list-style:none;
    padding:0;
    margin:0;
}
