* {
	padding:0;
	margin:0;	
	list-style:none;
	border:0;
}

body {
	background:#000;
}

#header {
	background:url(../images/bg.gif) bottom repeat-x;
	width:100%;

	position:relative;
}

#masthead	{
	width:50em;
	margin:0 auto;
	padding:4em 0 5.8em 19em;

	position:relative;
}

#masthead ul {
	position:absolute;
	/*bottom:-20px;*/
	z-index:0;
	left: 20px;
	width: 959px;
}

#masthead li {
	float:left;
	margin-right:10px;
	background:#d8ed46 url(../images/nav_over.gif) bottom repeat-x;
}

#masthead li a {
	background:transparent url(../images/nav_over_left.gif) top left no-repeat;
	display:block;
}

#masthead li:hover {
	background:#d8ed46 url(../images/nav_under.gif) bottom repeat-x;
}

#masthead li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	background:transparent url(../images/nav_over_right.gif) top right no-repeat;
}

#masthead img {
	position:absolute;
	border:0.3em solid #FFF;
	width:214px;
	height:166px;
	left:-45px;
	bottom:-20px;
	outline:0.2em solid #000;
}

#main {
	background:#FFF url(../images/main.gif) repeat-x;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */}

#head ul {
	/*position:absolute;
	/*bottom:-20px;*/
	z-index:0;
	left: 10px;
	width: 959px;
}

#head li {
	float:left;
	margin-right:10px;
	/*background:#d8ed46 url(../images/nav_over.gif) bottom repeat-x;*/
}

#head li a {
	/*background:transparent url(../images/nav_over_left.gif) top left no-repeat;*/
	display:block;
}

#head li:hover {
	color:#444400;
}

#head li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	/*background:transparent url(../images/nav_over_right.gif) top right no-repeat;*/
}

#content {
	background:#FFF;
	margin:0 auto;
	padding:2em;
}

#subContent {
}

.article {
	padding-bottom:6.5em;
	padding-right:2em;
	background:url(../images/hr.gif) right bottom no-repeat;
	position:relative;
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:1.5em;
	margin-bottom:0.5em;
	line-height:1.6em;	
	font-size:12pt;
	margin-bottom:1em;
}

.article ul li, #subContent ul li {
	background:url(../images/bullet.gif) left no-repeat;
	padding-left:1em;
}
.article2 {
	width:68em;
	padding-bottom:6.5em;
	padding-right:2em;
	background:url(../images/hr.gif) right bottom no-repeat;
	position:relative;
}

.article2 ul {
	margin:1em 0;	
}

.article2 li {
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.article2 ul li, #subContent ul li {
	background:url(../images/bullet.gif) left no-repeat;
	padding-left:1em;
}

.comments {
	position:absolute;
	right:3em;	
	bottom:3em;
}

.article .comments li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
}

.hr {
	width:55em;
	height:128px;
}

#footer {
	clear:both;
	background:#000;
	height:15em;
	/*position:relative;*/
}


#footer img {

	height:5em;
	width:127px;
	border:5px solid #FFF;
	outline:0.1em solid #333;
}


/* Typography
---------------------------------------------------------*/

body {
	font:62% "Comic Sans MS"/*, Century Gothic, Verdana"; /* Change this % to alter the size of the whole page */
	color:#333;
	text-align: left;
	max-width: 150px;
}

a {
	color:#090;
}

p {
	/*line-height:1.6em;*/	
	font-size:12pt;
	margin-bottom:1em;
}

/*TD {
	font:12point "Comic Sans MS"/*, Century Gothic, Verdana"; /* Change this % to alter the size of the whole page */
	/*color:#333;}*/

h1 {	
	font-size: 3.3em;
	padding:0;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:2em;
	line-height:1.5em;
	margin-bottom:0.5em;
}

blockquote {
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

.article li {
	font-size:12pt;
}


#subContent h2 {
	font-size:12pt;	
}

#subContent p {
	font-size:10pt;	
}

#masthead p {
	color:#CF0;	
}

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}

#footer {
	color:#CCC;	
}

#footer a {	
	color:#FFF;	
	text-decoration:none;
	
}

#footer a:hover {
	text-decoration:underline;	
}

#footer p {
	margin-bottom:0;
}
