body{
    text-align: center;
	background-image: url(../img/back.gif);
}

h1 {
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 0;
}

p {
    font-size: 0.75em;
}

a{
color:#0000FF;
font-size: 1em;
}

a:hover{
color:#FFFFFF;
background-color:#0000FF;
}

#wrapper{
    width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header{
    background-color: #ffffff;
	height: 20px;
	background-image: url(../img/back.gif);

}

#container{
    position: relative;
	margin: 10px 0;
	width: 100%;
}

#primary{
    width: 100%;
	height: 1050px;
    margin-left: 0px;
	background-image: url(../img/back.gif);
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

#footer{
	background-color: #ffffff;
	height: 100px;
	background-image: url(../img/back.gif);
	padding-top: 100px;
}

#header P{
    margin-top: 0;
}

address{
	font-style: normal;
}
