html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
/*
	color: #000;
*/
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

h1
{
	padding: 0 0 7px 0;
	margin: 0;
	width: 655px;
	color: RoyalBlue;
	font-size: 26px;
	border-bottom: 1px solid #ccc;
}

h2
{
	padding: 0 0 7px 0;
	margin: 0;
	width: 655px;
	color: RoyalBlue;
	border-bottom: 1px solid #ccc;
}

h3
{
	padding: 0 0 7px 0;
	margin: 0;
	width: 655px;
	color: RoyalBlue;
}

table
{
	width: 660px;
	font-size: 80%;
}

td
{
	border-color: white;
	border-width: 0pt;
	border-style: solid;
}

form td
{
	border-width: 0pt;
	border-style: solid;
}

#topwrap
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 416px;
	position: absolute;
	left: 0;
	right: 0;
	color: inherit;
	background: url(images/bg3.jpg) repeat-x top center #FFF;
}

#topwrap h1
{
	padding: 0;
	margin: 0;
	color: RoyalBlue;
	font-family: arial, helvetica, sans-serif;
	margin-top: 36px;
	float: left;
	margin-left: 56px;
}

#topwrap h1 span
{
	padding: 0;
	margin: 0;
	color: Chartreuse;
}

#topwrap .topright
{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 140px;
	width: 140px;
	text-indent: -999em;
	text-decoration: none;
}

#container
{
	width: 675px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	top: 74px;
	background-color: #fff;
	text-align: left;
}

.conshadow
{
	width: 675px;
	height: 17px;
	position: absolute;
	top: 0;
	background: #fff url(images/conshadow.png) no-repeat top center;
}

#content
{
	width: 595px;
}

.article
{
	width: 580px;
	color: #777;
	margin-left: 10px;
}

.article p
{
	margin-bottom: 3px;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}

.article p a, a:link, a:visited
{
	color: RoyalBlue;
	text-decoration: none;
}

.article p a:hover
{
	text-decoration: underline;
}

#footer
{
	width: 655px;
	color: RoyalBlue;
	margin-left: 10px;
	padding-top: 2px;
	border-top: 1px solid Chartreuse;
	text-align: center;
}

#footer a, a:link, a:visited
{
	color: RoyalBlue;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */
#tabs6
{
	position: relative;
	top: 77px;
	left: 15px;
	width: 1200px;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
	margin: auto;
	line-height: normal;
	height: 66px;
}

#tabs6 ul
{
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}

#tabs6 li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs6 a
{
	float: left;
	background: url(images/tableft6.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabs6 a span
{
	float: left;
	display: block;
	background: url(images/tabright6.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs6 a span
{
	float: none;
}

/* End IE5-Mac hack */
#tabs6 a:hover span
{
	color: #FFF;
}

#tabs6 a:hover
{
	background-position: 0% -42px;
}

#tabs6 a:hover span
{
	background-position: 100% -42px;
}
