@import "nav.css";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
}

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

#logo {
	width: 185px;
	height: 75px;
	position: absolute;
	left: 21px;
	top: 17px;
}

#nav {
	height: 30px;
	width: 770px;
	background-image: url(../gfx/bgnd-nav.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	
}

#banner {
	width: 770px;
	font-size: 62.5%;
}

#contentHome {
	width: 692px;
	background-color: white;
	padding-left: 39px;
	padding-right: 39px;
	padding-bottom: 15px;
	font-size: 62.5%;
}

#content {
	width: 692px;
	background-color: white;
	padding-left: 39px;
	padding-right: 39px;
	padding-bottom: 15px;
	font-size: 62.5%;
	background-image: url(../gfx/heading-default2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#colLeft {
	width: 443px;
	float: left;
	/*padding-right: 34px;*/
	margin-top: 10px;
}

#colRight {
	width: 215px;
	float: right;
	margin-top: 10px;
}

#colRightDefault {
	width: 215px;
	float: right;
	margin-top: 130px;
}

#footer {
	height: 24px;
	width: 770px;
	background-image: url(../gfx/bgnd-footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 14px;
	text-indent: 39px;
}

#designedBy {
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
}

#designedBy a {
	color: #707070;
	text-decoration: none;
}

#designedBy a:hover {
	background-color: white;
	color: black;
	padding: 1px;
}