/* CSS Document */

body {
background-image:url(images/background-gradient.jpg);
background-position: top center;
background-repeat:repeat-x;
background-color:#06abed;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

p {
font-family:Verdana, Arial;
font-size:15px;
line-height:17px;
color:#000000;
}

p a {
color:#000000;
text-decoration:none;
}

p a:hover {
color:#000000;
text-decoration:underline;
}

li {
font-family:Verdana, Arial;
font-size:13px;
line-height:15px;
color:#000000;
text-align:left;
}

h1 {
padding:0px 0px 0px 0px;
font-family:Arial;
font-size:40px;
color:#000000;
text-align:center;
}

h2 {
padding:0px 0px 0px 0px;
font-family:Arial;
font-size:20px;
color:#000000;
text-align:center;
}

.container {
width:900px;
height:100%;
vertical-align:top;
margin-left:auto;
margin-right:auto;
}

.content {
width:900px;
background-image:url(images/content.jpg);
background-repeat:repeat-y;
padding: 0px 30px 0px 30px;
}

.header {
width:900px;
height:155px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
padding: 0px 30px 0px 30px;
}

.footer {
width:100%;
height:120px;
padding-bottom:15px;
padding-top:15px;
text-align:center;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
}

.textbox {
border:1px solid #333333;
padding:3px;
font-family:Verdana, Arial;
color:#707070;
width:220px;
}

.textarea {
border:1px solid #333333;
padding:3px;
font-family:Verdana, Arial;
font-size:12px;
line-height:15px;
color:#707070;
width:220px;
height:180px;
}