/* Universal Selector margin/padding Reset */
* {
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body {
  background-color:#888
}
p {
  font:normal 13px/20px Verdana, Geneva, sans-serif;
  color:#888;
  padding:0;
  margin:10px 0 10px 0px;
}
td {
  font:normal 13px/20px Verdana, Geneva, sans-serif;
  color:#888;
  padding:0;
  margin:10px 0 10px 0px;
}
free {
  font:normal 13px/20px Verdana, Geneva, sans-serif;
  color:#fff;
  padding:0;
  margin:10px 0 10px 0px;
}
h2 {
	font:normal 20px Verdana, Geneva, sans-serif;
	color:#fff;
	margin: -10px;
	padding-top: 15px;
}
h3 {
	font:normal 15px Verdana, Geneva, sans-serif;
	color:#999;
	
}
h4 {
  font:normal 9px Verdana, Geneva, sans-serif;
  color:#888;
  padding:0;
  text-align:center;
}
li {
	font:normal 13px/20px Verdana, Geneva, sans-serif;
	color:#999;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}
a {
	color: #fff;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
a:active {
	color: #999;
	font:normal 13px/20px Verdana, Geneva, sans-serif;
}

a:hover {
	color: #666;
	font:normal 13px/20px Verdana, Geneva, sans-serif;
}
#header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}
#top {
	height: 36px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px none #000;
	background-color: #000;
}
#navbar {
	height: 88px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px none #000;
	background-color: #000;
	background-image: url(images/i_navbar_bg.gif);
	background-repeat: repeat-x;
}
#links-row {
	position: absolute;
	width: 750px;
	top: 78px;
	z-index: 1;
	left: 190px;
}
#blend {
	height: 25px;
	width: 100%;
	left: 0px;
	top: 124px;
	background-image: url(images/i_navbar_blend.png);
	background-repeat: repeat-x;
}

#spacer {
	height:124px;
	width:100%;
}

#container {
	width:950px;
	height:auto;
	align:center;
	background-color:#111;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	overflow:hidden;
	border-bottom-style: none;
	border-bottom-color: #111;
	background-image: url(images/i_container_blend.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

#pageheader {
	width:950px;
	height:250px;
	align:center;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #000;
}
#content {
	width:950px;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
}
#left-column {
  width:430px;
  float:left;
  margin-left:20px;
  margin-bottom:100px;
}
#mid-column {
  width:900px;
  margin:0 auto;
  align:center;
  margin-bottom:100px;
}
#right-column {
	width:450px;
	float:right;
	padding-right: 5px;
}
#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
}
#foot {
    background-color:#000;
	bottom:0px;
	left:0px;
	width:100%;
}
#blendfoot {
	height: 25px;
	width: 100%;
	left: 0px;
	bottom: 25px;
	background-image: url(images/i_footer_blend.png);
	background-repeat: repeat-x;
}
#footer p {
	font:normal 8px;
	margin:0 auto;
	padding:0;
	width:950px;
	color:#ccc;
	height:25px;
	bottom: 0px;
	line-height:25px;
	text-align: center;
}
