* {
    padding: 0;
    margin: 0;
} 

body {
background:#002b41 url(/images/body-bg.gif) repeat-x left top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #aaa;
}


img {border: none; }

a { color: #97C4FF; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
margin: 40px auto 0 auto;
width: 800px;

}
#cent img {
	max-width:800px;
}


#header { 
text-align: right;
height: 100px;
background: #333 url(/images/header-bg.gif);
width: 100%; 
}
#header h1 {
font-size: 26px;
font-weight: 100;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
line-height: 12px;
}

.cent {
margin-top: 10px;
width: 100%;
text-align: left;
}

.cent h1 {
font-size: 20px;
font-weight: 100;
padding: 5px 0 5px 0px;
}

.cent h2 {
color: #fff;
font-size: 24px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
margin-top: 10px;
width: 480px;
text-align: left;
border: 3px;
min-height: 600px;
}

.left h1 {
font-size: 20px;
font-weight: 100;
padding: 5px 0 5px 0;
}

.resize {
max-width:100px;
}


.lefti {
margin-top: 10px;
width: 480px;
text-align: left;
border: 3px;
}

.lefti h1 {
font-size: 20px;
font-weight: 100;
padding: 5px 0 5px 0;
}

.right {
margin-top: 10px;
width: 310px;
text-align: left;
margin-left:10px;
border: 3px;
float: right;
}

.right h1 {
font-size: 20px;
font-weight: 100;
padding: 5px 0 5px 0;
}

