@charset "UTF-8";
/* CSS Document */

body {
background: url(images/bgg.jpg);
background-attachment:fixed

}
	
img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color : #ff0000; }

#wrap {
width: 900px;
margin: 10px auto;
}



#header {
background:url(images/head.jpg);
height: 150px;
}
#header h1 {
padding: 20px 0 0 40px;
font-size: 25px;
letter-spacing: -2px;
}
#header h1 a {
color: #bbb;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 42px;
font-size: 17px;
color: #eee;
font-weight: 100;
}

#content {
background: ;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 0 10px 30px;
background:;
}
#left h2 { 

color: #FFffff;
font-family: helvetica;
font-size: 28px; 
letter-spacing: -1px; 
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#left ul { color: #2C4715; padding: 5px 0 5px 30px; }
#left ul li { padding-bottom: 5px; }
#left ul li a { color: #777; text-decoration: none;  }
#left ul li a:hover { color: #c9edf2; }
#left ul li{font-size: 20px }

#center {
background:fff;
float: left;
width: 460px;
padding: 10px 0 0 10px;
color:#d6eae9;
font-size:18px;
font-family: Arial rounded;
}
#center h2 {

color: #0b57ac;
font-family: helvetica;
height: 30px;
line-height: 30px;

letter-spacing: -1px;
font-weight: 100;
padding : 00 10px 0;
}
#center h2 a { color: #0b57ac; }
#center h2 a:hover { color: #c9edf2; text-decoration: none; }
#center h2 a:{font-family: helvetica;}
#center h2 a:{font-size: 24px;}


#right {
float: right; 
width: 180px;
padding: 10px 30px 10px 0;
}
#right h2 { 
background: #;
color: #FFffff; 
height: 30px;

padding-left: 10px;
font-family: helvetica;
font-size: 28px; 
letter-spacing: -1px; 
font-weight: 100;
}
#right ul { color: #2C4715; padding: 5px 0 5px 30px; list-style-type: square; }
#right ul li { padding-bottom: 5px; }
#right ul li a { color: #777; text-decoration: none;  }
#right ul li a:hover { color: #c9edf2; }
#right ul li{font-size: 20px }

#bottom { 
background:;
padding: 15px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #eee;
}
#footer a { color: #eee; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

