/* CSS DOCUMENT */

*{ margin:0;
padding:0;
}

body {
background:url(../images/background.gif) top repeat-x #fff;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.indent{ text-indent:40px;}

p{
line-height:22px;
}

h1{
font-size:24px; line-height:120%;
font-weight:normal;
}
h2{
font-size:20px; line-height:120%;
font-weight:normal;
}
h3{
font-size:16px; line-height:120%;
font-weight:normal;
}
h4{
font-size:14px; line-height:120%;
font-weight:normal;
}

a{
text-decoration:underline;
color:#000033;
}

a:hover{
text-decoration:none;
color:#000;
}



.clear{clear:both}x
.center{ text-align:center}
.left{float:left; padding: 0 10px 10px 0;}
.right{float:right; padding: 0 0 10px 10px;}
.color{ color:#AEE0F9;}


#wrapper{
width:652px;
margin:0 auto;
padding:0;
}

#header{
height:238px;
width:652px;
background:url(../images/header.jpg) no-repeat;
margin:0;
padding:0;
}

#nav{
padding:185px 0 0 0;
margin:0 auto;
text-align:center;
font-weight:bold;
color:#fff;
}

#nav ul {
margin:0;
padding:0;
}

#nav ul li{
padding:0 7px;
margin:0;
list-style-type:none;
display:inline;
}

#nav ul li a{
text-decoration:none;
color:#fff;
}

#nav ul li a:hover{
text-decoration:none;
color:#000033;
}

.ident{
text-decoration:none;
color:#000033;
}

#content{
width:600px;
margin:0 auto;
padding:20px 0;
}

#footer{
width:600px;
margin:0 auto;
border-top:1px solid #000033;
padding:3px 0 0 0;
}

#footer p{
font-size:11px;
text-align:center;
}
