/* CSS Document */

@import "nav.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper {
	width: 830px;
	margin: 0 auto;
	position: relative;
}

#download {
	width: 94px;
	height: 95px;
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 999;
}

#header {
	width: 770px;
	height:117px;
	margin: 0 auto;
	background-image: url(../gfx/bgnd-header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	left: 52px;
	top: 21px;
	width: 171px;
	height: 96px;
}

#address {
	position: absolute;
	right: 85px;
	top: 43px;
	width: 272px;
	height: 50px;
	background-image: url(../gfx/address2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#address span {
	display: none;
}

#fWord {
	height: 41px;
	width: 270px;
	margin-left: 160px; 
	outline: none;
	border-width: 0px;
}
#fWord img {
	border: none;
}
#content {
	width: 770px;
	margin: 0 auto;
	background-image: url(../gfx/bgnd-content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#colLeft {
	width: 223px;
	float: left;
}

#colRight {
	width: 450px;
	float: right;
	margin-right: 56px;
	font-size: 62.5%;
}

#footer {
	width: 770px;
	height: 219px;
	margin: 0 auto;
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear:both;
}

#copyright {
	font-size: 9px;
	color: #959595;
	width: 200px;
	float:left;
	margin-left: 42px;
}

#designedby {
	width: 150px;
	float:right;
	margin-right: 42px;
	text-align: right;
}
