@charset "UTF-8";
/* CSS Document */

/* BIG PLAYERS */
html, body {
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#333333
}
img, div { behavior: url(iepngfix.htc) }
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
blockquote {
	margin: 0px 0px 0px 20px
}
a:link {
	color: #333333;
}
a:active {
	color: #333333;
}
a:visited {
	color: #333333;
}
table .tr {
margin:0px;
}
#clear {
clear:both
}
/* This customizes the backgrounds of each major section */
#header {
	background-image: url(images/headergrey.png);
	background-repeat: repeat;
	background-position: left top;
	padding-bottom: 12px;
}
#subnav {
	margin-top: 2px;
	margin-left: 2px;
}
/* This is the big transparent grey container */
#main {
	margin-left: 2px;
	background-image: url(images/maingreybackground.png);
	width: 514px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#main .titleunderline {
	margin-bottom: 10px;
	font-size: 12px;
}
#main .text {
	width: 500px;
	float:left;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* The white-ish background */
#container {
	background-color: #ebebeb;
	padding: 7px;
}
#newsletterbox {
	position:absolute;
	width:290px;
	z-index:1;
	left: 530px;
	top: 95px;
}
#newsletter_submit {
	border:1pt none #CCCCCC;
	color:#ffffff;
	cursor:pointer;
	font-size:9px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	background-color:transparent;
	padding-right: 1px;
	font-family: "Lucida Grande", Arial, Helvetica;
}
/* These customize the top newsletter subscription area in the header */
#enews_signup {
	color:#666666;
	font-size:10px;
	height:13px;
	width:120px;
	border:none;
	margin:0px;
}
/* The right nav area on each page that has widgets and other nav functions */
#widgets {
	width: 135px;
	float: right;
	background-color: #FFFFFF;
	border: thin solid #c1c1c1;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left:10px;
	margin-bottom:10px;
	padding-top: 5px;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 10px;
}
#widgets .divider {
	margin-top: 5px;
	margin-bottom: 15px;
}
#widgets h1 {
	font-weight: bold;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 10px;
	margin:0px;
	text-transform: uppercase;
}
#widgets p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#widgets table {
	margin-left: 5px;
}
#widgets .header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
