html,body
{
	background-color:#000000;
	text-align: center; /*** Centers the design in old IE versions ***/
	margin:0px;
	padding:0px;
	height:100%; 
	font-family:arial,"lucida console",sans-serif;

}
#quote
{
	color: #ffffff;
	margin-left:12px;
	text-align:left;
}
.testClass
{
	padding-left:10px;
	
}
.testClass a
{
	color: #008da8;
	text-decoration: none;
	font-weight: bold;
	font-size:8px;
}



#header
{
	background: url(../images/header.jpg);
	width: 1000px;
	height: 108px;
	overflow:hidden;
}
#mainArea
{
	background: url(../images/background.jpg);
	background-repeat:repeat;
	width: 1000px;
}
#flashCity
{
	width: 760px;
	height: 275px;
	margin:0px;
	padding:0px;
} 
.iframeClass
{
	width: 671px;
	margin-left:43px;
	float: left;
}
#iframeFoooter
{
	margin-left:43px;
	background: url(../images/box_footer.jpg);
	background-repeat:no-repeat;
	width: 671px;
	height: 7px;
	float: left;
}
#question
{
	background: url(../images/question.gif);
	width: 557px;
	height:210px;
	float: left;
	position: relative;
	margin-left:30px;
}

#questionTextarea
{	
	width:250px;
	height:60px;
	top:15px;
	left: 210px;
	position: absolute;
}
.textArea
{	
	border: 0px;
	background-color:#000000;
	color: #FFFFFF;
	font-size: 12px;
	width:250px;
	height:58px;
}
#questionEmail
{	
	width:250px;
	height:20px;
	top:85px;
	left: 210px;
	position: absolute;
	color: #fff;
	text-align: left;
	font-size:12px;
}
.email
{
	border: 1px solid #fff;
	background-color:#000000;
	color: #FFFFFF;
	font-size: 12px;
	width:200px;
	
}
#button_ask
{
	position: absolute;
	top:130px;
	left: 310px;	
}
#button_erase
{	
	position: absolute;
	top:130px;
	left: 400px;	
}
#botContainer
{
	position: relative;
	width: 1000px;
	height: 210px;
	margin-top:10px;
}

#helpLinks
{	
	position: absolute;
	top: 3px;
	left: 640px;
	width: 315px;
	height: 100px;
	text-align:left;
}
	
#search
{
		position: relative;
		top:0px;
		left:360px;
		font-size:14px;
		font-weight:bold;
		color: #008da8;
		margin-right:10px;
}
.search
{

	background-image: url(../images/search.jpg);
	width: 137px;
	height:14px;
	margin-top:6px;
	padding-left:20px;
	border:0px;
}
#linkTable
{
		line-height:15px;
}
#linkTable a
{			
		font-size:12px;
		font-weight:bold;
		color: #f5ce6a;
		text-decoration: underline;
}
	
#scratch
{
	position: absolute;
	top: 120px;
	left: 650px;
	width: 327px;
	height: 92px;
}
#leftSide
{
	margin-top:20px;
	width:240px;
	padding:0px;
	float:left;
}
#bothSides
{ margin-left:15px;
}
#rightSide
{
	width:760px;
	float:left;
}
#bottom
{
	clear: left;
	width:1000px;
	float:left;
}
#footer
{
	background: url(../images/footer.jpg);
	position:absolute;
	width: 1000px;
	height:86px;
	bottom:0; /* stick to bottom */
}
#bottomText
{
	position:relative;
	top:4;
	left:300;
	width:200px;
	color:#ffffff;
	font-size:12px;
}

#bottomText a
{
	color:#ffffff;
	font-size:12px;
}