/* Author: Robert Atkinson
   Date: July 27, 07
   Client: Thor
   Function: This css framework controls the main homepage.
*/


#container {
	position:relative;
	width:960px;
	height:700px;
	margin:0px auto;
	margin-top:10px;
	border: 1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.logo {
	position:absolute;
	width:142px;
	height:133px;
	background:url(../images/logo.png) no-repeat;
	left: 774px;
	top: 18px;
}

.pic {
	position:absolute;
	width:865px;
	height:381px;
	background:url(images/pic.png) no-repeat;
	left: 48px;
	top: 169px;
}

.topLinks {
	position:absolute;
	width:234px;
	height:20px;
	left: 44px;
	top: 23px;
}

.contactInfo {
	position:absolute;
	width:349px;
	heigh:123px;
	left: 10px;
	top: 555px;
	list-style:none;
	height: 123px;
	font-weight:bold;
	font-size:10px;
}

.contactInfo li { line-height:16px; }

.copy {
	position:absolute;
	width:502px;
	heigh:123px;
	height: 92px;
	font-size:11px;
	left: 411px;
	top: 569px;
}

p {
	line-height:15px;
	margin:0px;
	margin-bottom:10px;
}

.padBtm { margin-bottom:5px; }

a:link, a:hover, a:visited {
	color:#D90909;
	text-decoration:none;
	font-weight:bold;
}

#footer {
	position:absolute;
	background-color:#FFFFFF;
	top:540px;
	color:#000;
	width: 334px;
	height:20px;
	padding:0px;
	left: 388px;
	z-index: 50;
	font-weight:bold;
}
