	body
	{
		background-image: url("pagebg.jpg");
		padding: 0px;
		margin: 0px;
		font-family: Verdana;
		font-size: 12px;
		color: white;
		width:100%
	}
	
	#main
	{
		width:900px;
		margin-top: 0px;
		padding-top: 0px;	
	}	
	#left
	{
		float:left;
		width:105px;
		height:800px;
		background-image: url("sides_01.jpg");
		background-repeat:no-repeat;
		padding: 0px;
		margin: 0px;
	}
	#right
	{
		float:right;
		width:103px;
		height:800px;
		background-image: url("sides_03.jpg");
		background-repeat:no-repeat;
		padding: 0px;
		margin: 0px;
	}
	#header
	{
		float:left;
		margin:0px;
		padding:0px;
		background-image: url("headerbg.jpg");
	}
	
	#left-body-header
	{
		float:left;
		width:459px;
		height: 91px;
		background-image: url("default_04.jpg");
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
	}
	
	#left-body
	{
		float:left;
		background-image: url("AskAQuestion_06.jpg");
		width: 434px;
		height: 369px;
		margin:0px;
		padding-left:15px;
		padding-right:10px;
		color: white;
		text-align: left;
		font-family: Verdana;
		font-size: 12px;
		background-repeat:no-repeat;
		border:sold;
		
	}
	#right-body-header
	{
		float:right;
		width:233px;
		height: 91px;
		background-image: url("default_05.jpg");
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		font-family: Verdana;
		font-size: 12px;
	}
	
	#right-body
	{
		float:right;
		background-image: url("Default_07.jpg");
		background-repeat:no-repeat;
		width: 218px;
		height: 369px;
		margin:0px;
		color: white;
		text-align: left;
		font-family: Verdana;
		font-size: 12px;
		padding-left:15px;
	}
	h1
	{
		font-family: Verdana;
		font-size: 14px;
		padding-top:25px;
		color: white;
	}
	
	a:hover
	{
		text-decoration: none;
		color: 666666;
	}
	a:link
	{
		text-decoration: none;
		color:white;
	}
	a:visited
	{
		text-decoration: none;
		color:white;
	}
	input[type=text]
	{
		width:60px;
		height:14px;
		font-size:9px;
	}
	input[type=submit]
	{
		width:60px;
		height:22px;
		font-size:9px;
	}
	tr.header 
	{
		border-bottom-style:solid;
		border-bottom-width:1px;
		padding:0px;
		font-size: 9px;

	}
	td
	{
		padding-right: 3px;
		font-size: 9px;
	}
	