* {
	margin:0; 
	padding:0;
	outline:none;
}
a {
    text-decoration:none;
}


html {
	height:100%;
	overflow-y:scroll;
}

body {
	height:100%;
	font-family:Tahoma,sans-serif;
	font-size:13px;
	background: #fff url(/images/bg-body.png) repeat-x ;
}

img {
    border:none;
}

#main {
	min-height:100%;
	position:relative;
	margin:0 auto;
    background:url(/images/bg-page-repeat.png) repeat-y center;
}

* html #main {
	height:100%;
}

#header {
    background:url(/images/bg-header.png) top left no-repeat;
    width:850px;
    margin: 0 auto;
    height:125px;
}

#logo {
    float:left;
    width:255px;
    margin:0 0 0 0px;
    padding:0 0 0 25px;
}
#header-wrapper {
    float:left;
    width:560px;
}
#header-menu {
    text-align:right;
    height:20px;
    line-height:20px;
    margin:25px 20px 0 0;
    font-size:11px;
}
#header-menu a {
    color:#040404;
}
#header-menu a:hover {
    text-decoration:underline;
}
#menu {
    margin:23px 0 0 0;
    height:32px;
}
#menu ul {
	list-style:none;
	height:32px;
	float:right;
	margin:0 10px 0 0;
}

#menu li {
	display:inline;
}

#menu li a {   
	display:block;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	width:102px;
	background:url(/images/bg-menu.png);
}

#menu li a:hover {
	background:url(/images/bg-menu-active.png);
}

#page {
    width:850px;
    margin:0 auto;
    
    background:url(/images/bg-page-repeat.png) repeat-y;
}
#page-container {
    background:url(/images/bg-page.png) top left no-repeat;
    padding:0 0 100px 0;
    overflow:auto;
    color:#313131;
}


#sidebar {
    float:left;
    width:200px;
    margin: 0 0 0 31px;

}
#sidebar ul {
    list-style:none;
    margin: 20px 0 0 5px;
}
#sidebar li a {
    display:block;
    background:url(/images/bg-menu-sidebar.png) top left no-repeat;
    width:175px;
    height:33px;
    line-height:33px;
    margin:2px 0;
    text-align:right;
    font-size:11px;
    padding: 0 15px 0 0px;
    color:white;
}
#sidebar li a:hover {
    background:url(/images/bg-menu-sidebar-active.png) top left no-repeat;

}


#content {
    float:left;
    width:550px;
    margin: 0 0 0 28px;
    padding: 0 8px;
    font-size:12px;
    line-height:18px;
    padding: 0 0 40px 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
    font-family:Georgia, "Times New Roman", Times, serif;
    margin: 5px 0 10px 0;
    font-size:14px;
    color:#252628;
    font-style:normal;
}
#content h1, #content h2 {
    font-size:16px;
    margin: 6px 0 10px 0;    
}



#content p {
    margin: 5px 0 10px 0;
}
#content ul {
    margin: 5px 0 10px 30px;
}
#content a {
    color:#252628;
    font-weight:bold;
}
#content a:hover {
    text-decoration:underline;
}


#footer {
    clear:both;
	position:absolute;
	bottom:0;
	height:125px;
	width:100%;
	background:url(/images/bg-footer.png) repeat-x;
	font-size:11px;	
}
#footer-container {
    height:125px;
    width:850px;
    margin: 0 auto;
    background:url(/images/bg-footer-container.png) repeat-x;
}
#footer-content {
    padding:55px 0 0 41px;
    color:#fff;
    font-size:12px;
    line-height:19px;
}
#footer-content .darker {
    color:#959595;
}
#footer-content a {
    color:#fff;
}
#footer-content a:hover {
    text-decoration:underline;
}
#xfade2 { height:100px; position:relative; }
#xfade2 img.first { display:block; opacity: 0.95; }  
#xfade2 img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:100px;  	
			width:200px; 	
			opacity: -0.01; }
