body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url('images/backgroundMain.jpg');
	padding:0px;
	margin:0px;

}


#stripe
{
	position:absolute;
	width:100%;
	height:355px;
	top:100px;
	border-top:1px solid #999;
	border-bottom: 1px solid #999;
	text-align:center;
	background-color: #fff;
	
}


#mainContent
{
	position:relative;
	text-align:left;
	width:750px;
	height:355px;
	margin: 0px auto;
	background: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;

	
	background-position:  top left; 
	overflow: auto;

}



#mainMenuHolder
{
	position:absolute;
	width:100%;
	height:14px;
	top:85px;
	text-align:center;
}


#mainMenu
{
	text-align:right;
	width:700px;
	height:14px;
	margin: 0px auto;
	
}
#mainMenu img
{
	border:0px ;
}

#mainMenu a{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}


#mainMenu a:hover{
	border-left:1px solid #000;

	
}


#subMenuHolder
{
	position:absolute;
	width:100%;
	height:14px;
	top:155px;
	text-align:center;
}
#subMenu
{
	text-align:left;
	width:700px;
	height:14px;
	margin: 0px auto;
	
}
#subMenu ul
{
	margin:0px;
	padding:0px;
	left:0;
	width:250px;
	list-style-type: none;
}

#subMenu ul li
{
	text-align:right;
	font-weight:900;
			padding:4px;
		margin:1px;
}

#subMenu ul li a
{
	text-decoration:none;
	color: #000;
	width:100%;
		padding:4px;
		margin:1px;
	border-bottom:1px solid #000;

}
#subMenu ul li a:hover
{
	background-color: #fff;

}
#title
{
	position:absolute;
	top:25px;
	left:15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:700;
	width:100%;
	border-bottom:1px solid #000;
	border-left:1em solid #9933FF;
	margin-left: -1em;
	padding-left:6px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:700;
	width:100%;
}


.content
{
	position: absolute;
	top:30px;
	left:300px;
	width:400px;
	line-height:20px;
}

.content input{
	xwidth:200px;
}

.error{
	color:#c00;
}

fieldset{
border:0px;
}


