/* Website by sy2.com */

* {
margin: 0;
padding: 0;
}

body {
background-color: #025D8C;
background-image: url(images/mainbg.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
width: 100%;
}

#banner {
width: 100%;
background-color: #002C5C;
height: 100px;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color: #002C5C;
background-image: url(images/bg-header.gif);
background-repeat: no-repeat;
}

#banner img {
margin: 2% 0% 0% 3%;
}

#nav {
margin: 0% 0% 0% 20%;
width: 70%;
}

#nav a{
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;
padding-left: 10px;
padding-top: 0px;
margin-right: 20px;
}

#nav a:hover{
color: #E4E4E4;
}

#content {
width: 60%;
background-color: #FFFFFF;
border-style: solid;
border-color: #FFFFFF;
border-width: 0px 2px 0px 2px;
}

#content p {
padding: 5px 30px 5px 30px;
word-spacing: normal;
color: #424254;
font-family: verdana, arial;
}

#content h1{
font-family: arial;
color: #002C5C;
padding: 20px 30px 5px 30px;
font-size: 18px;
letter-spacing: 1px;
}

#content img{
padding: 2px;
margin-left: 3px;
float: right;
}

#footer {
width: 60%;
background-color: #002C5C;
height: 80px;
border-style: solid;
border-width: 0px 2px 0px 2px;
border-color: #002C5C;
margin-bottom: 0%;
background-image: url(images/bg-footer.gif);
background-repeat: no-repeat;
}

#footertext{
margin-bottom: 0px;
padding: 0px;
float: left;
}

#footer p{
font-size: 10px;
color: #FFFFFF;

}

#footer a{
text-decoration: none;
border-style: dotted;
border-width: 0px 0px 1px 0px;
}

#footer a:hover{
color: #FFFFFF;
}

#friends {
width: 33%;
float: left;
margin-top: 1%;
}

#friends p{
line-height: 25px;
}

#friends strong{
color: #FFFFFF;
}


#blogs {
width: 33%;
float: left;
margin-top: 1%;
}

#blogs p{
line-height: 25px;
}

#blogs strong{
color: #FFFFFF;
}

#misc {
width: 33%;
float: left;
margin-top: 1%;
}

#misc p{
line-height: 25px;
}

#misc strong{
color: #FFFFFF;
}

p {
font-size: 12px;
line-height: 25px;
padding: 5px;
}

a {
color: #025D8C;
}