/*
 * 
 * copyright sixnines.net all rights reserved
 * author: steve allen 
 * 
 * 
 * 
 */

BODY, HTML
{
	margin: 0;
	padding: 0;
	color: #333;
	font: small Helvetica, Arial, sans-serif;
}
#wrapper
{
	padding: .5em;
	paddin-top: 1em;
	width: 900px;
}
#holder
{
	clear: both;
	background: url(../img/interface/fade_v.gif) right top no-repeat;
}
#inner
{
	background: url(../img/interface/fade_v.gif) left top no-repeat;
	padding: .5em;
}
#baseL
{
	border-bottom: 1px solid #333;
	background: url(../img/interface/footerFade_v.gif) left bottom no-repeat;
}
#baseR
{
	background: url(../img/interface/footerFade_v.gif) right bottom no-repeat;
}
#imgHolder IMG
{
	display: block;
	margin: 0 auto;
}
#newImg
{
	text-align: center;
	padding: .5em auto;
}
/* generic */

H1
{
	font-weight: normal;
	color: #f00;
	text-align: right;
	margin-bottom: -.71em;
	margin-top: 0;
}
H1 IMG
{
	padding-left: .2em;
}
H3
{
	float: right;
	padding-right: .8em;
	margin: 0;
	margin-top: -.2em;
	color: #f00;
	font-weight: normal;
}
A:link,
A:visited,
A:hover,
A:active
{
	color: #333;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}


/* navigation */

UL#nav
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
}
UL#nav LI{
	list-style: none;
	display: inline;
	padding-top: 2em;
}
UL#nav LI A
{
	padding: .5em;
}
UL#nav LI#selected
{
	background: url(../img/interface/redstar.gif) right bottom no-repeat;
	padding-right: 1em;
}
/* forms */
div#form{ padding: 2em 0 2em 10em;}
div#form form dl dt
{
	float: left;
	width: 100px;
	padding-top: .2em;
}
dd{padding-bottom: 1em;}
input
{
	width: 100px;
	border: 1px solid #333;
}
dd input, dd textarea
{
	width: 230px;
	border: 1px solid #333;
	
}
/* footer */
DIV#info
{

}


DIV#info UL
{
	margin: 0;
	margin-bottom: 1em;
	
	
}
DIV#info UL LI
{
	display: inline;
	padding: 1em
}

#sixnines
{
	float: right;
	padding-right: 1em;
}