body{
background: #FEEFD2 url(back.jpg) top left repeat-x;
width: 960px;
margin: auto;
font-family: trebuchet MS, Arial;
}

#header{
margin: auto;
width: 960px;
height: 200px;
background: url(header.jpg);
}

#nav{
margin: auto;
width: 960px;
height: 50px;
background: #252164;
float: left;
}

#nav ul{
padding-top: 15px;
padding-left: 30px;
padding-right: 0px;
padding-bottom: 0px;
margin: 0px;
}

#nav li{
display: inline;
list-style: none;
padding-top: px;
margin: 0px;
padding-right: 30px;
font-size: 18px;
}

#submit{
padding-left: 0px;
}

#content{
margin: auto;
width: 960px;
height: auto;
float: left;
background: #fff;
}

#left{
float: left;
margin: auto;
width: 720px;
height: 100%;
background: #fff;
}

#right{
float: right;
margin: auto;
width: 239px;
height: 100%;
background: #fff;

}

#right img{
padding-left: 15px;
padding-bottom: 20px;
}

#footer{
margin: auto;
width: 960px;
height: 20px;
background: #252164;
float: right;
}

/* Link Styles */
#nav  a:link{
color: #FEEFD2;
text-decoration: none;
}

#nav a:active{
color: #FEEFD2;
text-decoration: none;
}

#nav a:visited{
color: #FEEFD2;
text-decoration: none;
}

#left a:link{
color: #000;
}

#left a:visited{
color: #252164;
}

/* End link styles */

/* #Left display properties */

#left p{
text-indent: 20px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
}

#left h1{
font-size: 24px;
text-align: center;
}

#left h2{
font-size: 20px;
text-align: center;
}

#left h3{
font-size: 18px;
text-align: left;
padding-left: 10px;
}

.left{
float: left;
padding: 20px;
}

.right{
float: right;
padding: 20px;
}

.tips{
text-align: center;
}

#left li{
padding-bottom: 20px;
}

.sub {
list-style: circle;
list-style-position: inside;
}
