body {
background-color: #0172d0;
background-image: url('/images/background.jpg');
background-repeat: no-repeat;
background-position: 80px 120px;
font-family: helvetica, arial;
color: #fff;
}
#container {
width: 940px;

}
#header {
margin-top: 20px;
text-align: center;

}
#nav {
margin-top: 5px;
text-align:right;
}
.navitem {
margin-left: 25px;
vertical-align: top;
}
#content {
position:relative;
left: 50px;
width: 470px;
margin-top: 70px;

}
.square {
width:130px;
height:132px;
background: url('/images/square_bg.png') no-repeat;
font-size: 12px;
color: #9d8f55;
padding: 15px;
text-align:left;
}
.squareheader {
text-align: center;
}
#textarea {
margin-top:15px;
width: 420px;
padding: 15px;
background: url('/images/transparent.png');
font-size: 12px;
color:#fff;
line-height: 160%;
}

#textarea a:link {
color: #fdba32;
}
#textarea a:visited {
color: #fdba32;
}