@import url(reset.css);

body{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background: #5c6890 url(../images/bg-grad-2.jpg) top left repeat-x;
}
#centre{
text-align:center;
}
#main{
text-align:left;
width:899px;
background-color: white;
margin:auto;
}

p {
font-family:arial, helvetica, serif;
margin-top:5px;
margin-bottom:5px;
}

/* header styles -----------------*/
#header{
height:260px;
background: #333e5b url(../images/bush-header.jpg) bottom no-repeat;
}
#header h1{
font-size: 44px;
font-weight: normal;
color: white;
letter-spacing: -3px;
display:block;
margin-left:36px;
position: relative;
top: 32px;
}
#header h3 {
text-align: right;
text-transform: lowercase;
padding-right: 36px;
font-style: italic;
font-size: 24px;
color: #0e172e ;
font-weight: normal;
position: relative;
top: 52px;
}

/* navigation styles -----------------*/
#nav{
background: url(../images/nav-bar-color.png) center no-repeat;
height: 32px;
width: 891px;
position: relative;
left: 4px;
top: -50px;
}
#nav ul{
padding-left: 36px;
}
#nav li{
list-style-type: none;
display: block;
float: left;
margin: 8px 18px 0 0px;
color: white;
letter-spacing: -1px;
vertical-align:middle;

}
#nav a:link, #nav a:visited{
display: block;
text-decoration: none;
color: white;
}
#nav a:hover{
color: #9198a2;
}

/* content styles -----------------*/
#content{
padding-left: 36px;
padding-right: 36px;
background: url(../images/content-bg.jpg) bottom no-repeat;
display: block;
height: 365px;
width: 827px;
position: absolute;
top: 260px;
}
#content h1, #content h2{
font-size:1.2em;
padding-top: 0px;
}
#content a:link, #content a:visited{
text-decoration:none;
display:inline;
font-weight:bold;
color: #132285;
}
#content a:hover{
color:#5c6890;
}
#content p{
font-size: 1em;
line-height: 1.25em;
margin: 1.25em 0;
text-align: left;
}
#column-info {
	display: block;
	width: 250px;
	height: 365px;
}
#column-form {
	display: block;
	width: 500px;
	height: 365px;
	float: right;
}
div#column-info.left {
	float: left;
	padding-right: 25px;
} 
#column-form p{
	font-size: 0.8em;
	line-height: 1.2em;
}


/* footer styles -----------------*/
#footer{
text-align:right;
display: block inline;
position: relative;
top: 335px;
right: 0px;
height: 40px;
padding-right: 36px;
font-size:.75em;
}
#footer p{
line-height: 1.25em;
}

/* other styles -----------------*/
p.errormsg {
display:none;	
font-weight:bold;
color:red;
}