*{
	margin:0px;
	padding:0px;
}

body {
	background-image: url(images/Geekoutsite_01.png);
	background-position: top;
	background-color: #C6D8DC;
	background-repeat: repeat-x;
}

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/Geekoutsite_03.png);
	height: 162px;
	width: 1040px;
	position: relative;
}
#home_image_temp {
	background-image: url(images/mainimage_06.jpg);
	height: 446px;
	width: 482px;
	float: left;
	background-repeat: no-repeat;
}
	#home_image {
	background-image: url(images/mainimage_06.jpg);
	height: 446px;
	width: 482px;
	float: left;
	background-repeat: no-repeat;
}
#copy {
	float: left;
	width: 512px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #304c5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#copy_left {
	float: left;
	width: 475px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #304c5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#copy_right {
	float: left;
	width:475px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #304c5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#footer {
	height: 300px;
	clear: both;
	background-color: #193645;
	background-repeat: no-repeat;

}

#footerwrapper {
	background-image: url(images/Geekoutsite_13.png);
	height: 200
	px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
#footerwrapper_temp {
	/*background-image: url(images/Geekoutsite_13.png); */
	height: 90px;
	width: 1024px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
#footerlinks {
	width: 1032px;
	margin-right: auto;
	margin-left: auto;
}
#footer1 { margin-left: 8px; }
#footer2 { margin-left: 2px; }
#footer3 { margin-left: 1px; }
#footer4 { margin-left: 2px; }

.footercontent {
	width: 221px;
	height: 162px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}
.footercontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
.footercontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #99a6ad;
	text-align: center;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334e5c;
	padding-bottom: 5px;
	font-weight: normal;
}
.footercontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 8px;
	text-align: center;
}
#footerlinks a{
	text-decoration: none;
}
#footerlinks a:hover{
	background-image:url(images/rollover_18.png);
	background-repeat:no-repeat;
	background-position:top;

}
#homebutton a {
	background-image: url(images/comegeekbutton_12.png);
	display: block;
	height: 49px;
	width: 171px;
}
#homebutton img {
	margin-left: 300px;
	margin-top: 25px;
}
#copy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #193645;
}
#copy_left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #193645;
}

#copy_right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #193645;
}
#content a {
	color: #193645;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#imls {
	height: 75px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

/*Added by M. Hulihan 10-28-09 */
#socialbookmarks {
	float:left;
	clear:both;
	display:block;
	padding-right:20px;
}
.socialbookmark {
	margin: 10px 5px;
	float: left;
	display: block;
	
}
#social-facebook {
	background: url(images/socialbookmark_facebook.jpg) 0 0 no-repeat;
	width: 75px;
	height: 28px;
}
#social-twitter {
	background: url(images/socialbookmark_twitter.jpg) 0 0 no-repeat;
	width: 81px;
	height: 28px;
}
#social-facebook:hover {
	background-position: 0 -27px;
	
}
#social-twitter:hover {
	background-position: 0 -27px;
}