@charset "UTF-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
font-family:"trebuchet ms";
}

body{
background-image:url(../images/contestbackground.jpg);
}

h3{
color: #005d9b;
padding-left:10px;
}

#container{
width:710px;
background: #fff;
margin-left:auto;
margin-right:auto;
}

#header{
width:710px;
height:630px;
background-image:url(../images/mainimage.jpg);
background-repeat:no-repeat;
}

#content{
width:670px;
padding:0px 20px;
}

h2{
font-weight:normal;
text-align:center;
padding-bottom:30px;
}

h4{
color: #005d9b;
padding-left:10px;
padding-top:15px;
}

p{
font-size:14px;
padding:10px;
line-height:20px;
}

.ul{
width:250px;
float:left;
}

ul{
width:100%;
padding:25px;
}

li{
font-size:14px;
padding-bottom:5px;
}

a{
color: #005d9b;	}

hr{
height:4px;
background: #000;
width:710px;
margin:15px 0px;
border:none;
position:relative;
right:20px;
}
