html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../img/bg.gif);
}

body {
	
	width:780px;
	top:0;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2F2F2F;
}

a:link{ color: #974E7A; }

a:hover, a:focus{ color: #660000; text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #990099; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }

#container {
	position: relative;
	min-height:100%;
	width:100%;
	background: url(../img/contentBg.jpg) repeat-y left top;
	overflow:hidden;
	z-index:1;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:163px;
	background:#ccc;
}

#content{
	position:relative;
	display:block;
	width:580px; 
	padding:20px;
	left:0;	
	top:-10px;
	left:161px;
	margin:0 0 113px 0;
}

/*
#nav + #content{ width:580px; padding:20px; }
*/

#footer {
	position: relative;
	bottom: 0;
	height:113px;
	margin:-113px 0 0 0;
	width:100%;
	text-align:center;
	left:0;
	z-index:10;
}


/*--[ search form styles ]---*/
#searchForm{
	display:block;
	position:absolute;
	right:7px;
	bottom:55px;
	width:256px;
	height:26px;
}

#searchInput{
	display:block;
	position: absolute;
	padding:3px;
	right:25px;
	top:0;
	border:0;
	width:102px;
	font-size:12px;
	background:transparent;
	
	margin:0;
	background: #fff ;
}

#searchInput.focused{
	color: #660000;
}

#searchBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:22px;
	height:20px;
	background: url(../img/go.gif) no-repeat 0 0;
	cursor:pointer;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
	border:0;
	margin:0;
	padding:0;
}

#searchBtn:hover, #searchBtn:focus{
	/*
background: url(../img/go.jpg) no-repeat 0 -26px;
*/
}

