/* CSS Document */

* {
margin:0;
padding:0;
}

body {
border-top:3px solid #272525;
}

#header {
height:190px;
text-align:center;
}

#header img {
margin-top:45px;
}

#tagline {
height:75px;
background:#72C8EC;
}

#tagline p {
width:670px;
letter-spacing:-1px;
margin:0 auto;
font:20px Arial;
color:#10516C;
padding-top:25px;
}

#container {
height:335px;
background:#25AAE1;
font:12px Verdana;
color:#fff;
}

#container .content {
width:670px;
margin:0 auto;
padding-top:30px;
background:url(../images/content.jpg) top right no-repeat;
height:305px;
}

.content p {
margin:25px 250px 25px 0;
line-height:22px;
color:#C7E9F7;
}

.content p strong {
color:#fff;
}

.content a {
color:#fff;
}

.content a:hover {
text-decoration:none;
}