body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 14px;


background-image: url(images/bg.jpg);
    
    background-attachment: fixed;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
	
margin: 0;
padding: 0;
}


a { color: #08568F; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; color: #1d284b;}
h2 { margin: 0; padding: 0; }
ul li {color:#70727a;}

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

#header {
height: 90px;
}
#header h1 {
margin: 0;
padding: 10px 0 0 30px;
font-weight: 100;
font-size: 25px;
letter-spacing: -2px;
color: #1d284b;
}
#header h1 a { text-decoration: none; color: #EF912C; }
#header h1 a:hover { text-decoration: none; border-bottom: 1px solid #EF912C; }

#header h2 { padding: 0 0 0 30px; margin: 0; color: #1d284b; font-weight: 100; font-size: 17px; }

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

#contentwrap {
background: url(images/content3.png) repeat-y;
padding: 0 10px 0 30px;
}

#content {
float: left;
width: 490px;
color: #70727a;
}

#content h1 {
font-size: 22px;
}

#content h2 {
margin: 0;
color: #1f1f1f;
line-height: 30px;
font-size: 17px;
font-weight: 100;
}

#content p { padding: 0 0 10px 0; color: #70727a;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: right;
width: 230px;
}

#sidebar h3 {
background: #dae0f0;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #323232;
}

#sidebar h4 {
background: #dae0f0;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #323232;
border-left: 1px solid #323232;
border-right: 1px solid #323232;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 5px 0 5px 0;
list-style-type: none;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#sidebar ul li a { background: #f9f8f4; color: #1d284b; display: block; padding: 10px 0 10px 10px; border: 1px solid #5a6189; font-weight: bold;}
#sidebar ul li a:hover { background: #1d284b; text-decoration: none; color: #fff; font-weight: bold;}
#sidebar ul li.active a{ background: #1d284b; text-decoration: none; color: #fff; font-weight: bold;}
#bottom { background: url(images/bottom2.jpg) no-repeat; padding: 10px 0; }

#footer { 
background: url(images/footer2.jpg) no-repeat;
height: 50px;
line-height: 50px;
text-align: center;
color: #000;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #000; }
#footer a:hover { text-decoration: underline; }