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

body {
    height:100%;
	margin: 0;
	padding: 0;
	background: white url(/images/bg-body.jpg) repeat-x top left;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 11px;
	color: #fffefe;
}
* {
	
	margin: 0;
	padding:0;
	text-decoration:none;
}
img {
    border: none;
}
* html #main {
	height:100%;
}

#main {
    min-height:100%;
	position:relative;
}

.mod-flash {
	width:185px;
	height:129px;
	margin-bottom:10px;
}

#container {
    
}
#header {
    width:770px;
    margin:0 auto;
	height: 111px;
    background: url(/images/bg-header.jpg) top right no-repeat;
}
#header h1 {
	font-size:24px;
}
#header h1 a{
	color:white;
	text-decoration:none;
}

#logo {
    float:left;
    margin:10px 0 0 0;
}

#contactinfo {
    float:right;
    text-align:right;
    margin: 40px 0 0 0;  
    font-size:11px;
    font-weight:bold;
}
#contactinfo span {
    display:block;
    text-align:right;
    font-size:14px;
    font-weight:normal;
    margin: 0 0 8px 0;
}





#page {
    margin: 20px auto 0 auto;
    overflow:auto;
    width:770px;
}

#sidebar {
    width:182px;
    float:left;

}

#sidebar-wrapper {
    width:185px;
    float:left;
    overflow:auto;
    background: url(/images/bg-sidebar.jpg) top left repeat-y;
}
#sidebar {
    padding: 0 0 15px 0;
    background: url(/images/sidebar-bottom.jpg) bottom left no-repeat;
    color:white;
}
#sidebar ul {
    list-style: none;
    margin: 0px 0 20px 0;

    }
#sidebar li {
    display: block;
    }  
#sidebar li a {
    color:#3d3b3c;
    display:block;
    width:150px;
    line-height:24px;
    height:25px;
    float:left;
    background: url(/images/bg-menu.jpg) top left no-repeat;
    margin:3px 0 0 4px;
    padding: 0 0 0 25px
}
#sidebar .last a {
    margin:3px 0 15px 4px;
}

#sidebar li a:hover {
    background: url(/images/bg-menu-active.jpg) top left no-repeat;
    text-decoration:none;
}
#sidebar .heading {
    font-size:13px;
    font-weight:bold;
    margin:0px 0 0px 3px;
}
#sidebar .datum {
    font-style:italic;
    font-size:11px;
    margin:5px 0 0px 8px;
}
#sidebar p
    {
    margin:5px 0 10px 8px;
    }
#sidebar a
    {
    color:white;
    font-weight:bold;
    }
#sidebar a:hover
    {
    text-decoration:underline;
    }

#content {
    width:555px;
    padding: 0 0 30px 30px;
    float:left;
    text-align:justify;
    color:#dfe1e4;
}
#content h1, #content h2, #content h3, #content h4, #content h5  {
    font-family:Georgia, serif;
    color:#d0d5d5;
    margin:5px 0 20px 0;
}

#content p {
    line-height:20px;
    margin:5px 0 20px 0;
}

#content a:hover {
   text-decoration:underline;
}

#content-top {
    color:#353939;
    text-align:right;
    height:80px;
    font-size:11px;
}
#content-top span {
    font-family:Georgia, serif;
    font-size:22px;
    display:block;
    margin: 0 0 14px 0;
}
#content-top a {
    color:#353939;
    font-style:italic;
}
#content-top a:hover {
    text-decoration:underline;
}


#content-normal {
    font-size:12px;
    color:#3d3b3c; 
    line-height:18px;  
}

#content-normal h1, #content-normal h2, #content-normal h3, #content-normal h4,#content-normal h5{
    color:#3d3b3c;   
}
#content-normal h2 {
    font-size:18px;
    margin:20px 0 0 0;
    color:#06347a;
}
#content-normal h3, #content-normal h4, #content-normal h5 {
    margin:10px 0 5px 0;
}


#content-normal a {
    color:#3d3b3c;
    font-weight:bold;
}
#content-normal a:hover {
    text-decoration:underline;
}



#footer-wrapper {
    width:100%;
    background: url(/images/bg-footer.jpg) top left repeat-x;
    height:42px;
        	position:absolute;
	bottom:0;
}

#footer {
    width:770px;
    margin:0 auto ;
    padding:13px 0 0 0;
    text-align:right;
}



#footer a {
    color:white;
}

#footer a:hover {
    text-decoration:underline;
}



