/* Hey, what are you looking for? There's not much to see here, but go ahead and snoop around. */
* { padding: 0; margin: 0; }
body {
	background-image: url(http://nerdweekend.org/images/background_top.gif);
	background-repeat: repeat-x;
	background-color: #aca8a1;
	text-align: center;
}

/* Middle column layout */
#NW_LineContainer {
	margin: 0 auto;
	max-width: 1000px;
	min-width: 808px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#NW_Header {
	background-image: url(http://nerdweekend.org/images/NerdWeekendorg_title.png);
	height: 250px;
	margin: 0px;
}
#NW_Middle {
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
#NW_Middle h1{
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;
	margin-top: 20px;
}
#NW_Middle ul{
	list-style-position: inside;
	list-style-type: square;
}
#NW_Middle img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-top: 15px;
}
#NW_Footer {
	background-image: url(http://nerdweekend.org/images/NerdWeekendorg_footer_background.png);
	height: 250px;
	margin: 0px;
}

/* Graphic Links */
#GraphicLinks
{
	height: 27px;
	width: 329px;
	float: left;
	margin-top: 155px;
	padding-left: 475px;
}
#GraphicLinks span
{
  display: none;
}
#NWFAQ
{
	width: 110px;
	height: 27px;
	background: url(http://nerdweekend.org/images/FAQ_FORUM_button.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}
#NWFAQ:hover
{ 
  background-position: 0px -27px;
}
#NWFAQFORUMmiddle
{
	width: 65px;
	height: 27px;
	background: url(http://nerdweekend.org/images/FAQ_FORUM_button.png);
	background-repeat: no-repeat;
	background-position: -110px 0px;
	margin: 0px;
	float: left;
}
#NWFORUM
{
	width: 154px;
	height: 27px;
	background-image: url(http://nerdweekend.org/images/FAQ_FORUM_button.png);
	background-repeat: no-repeat;
	background-position: -175px 0px;
	margin: 0px;
	float: left;
}
#NWFORUM:hover
{ 
  background-position: -175px -27px;
}
#NWFAQthere
{
	width: 110px;
	height: 27px;
	background: url(http://nerdweekend.org/images/FAQ_FORUM_button.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	background-position: 0px -54px;
}