body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


a:link, a:visited {
	color:#FF6600;
	text-decoration: none;
}

a:hover {
	color:#FF6633;
	font-size:larger;
}


#wrapper {
	position: relative;
 	margin-left: auto;
 	margin-right: auto;
	width: 800px;
	height: 1100px;
}




#header {
	position:absolute;
	width:556px;
	height:154px;
	top:8px;
	left:6px;
}

#suggest {
	position:absolute;
	width:150px;
	height:30px;
	top:1px;
	left:574px;
}	

#footer {
	position:relative;
	width:660px;
	height:auto;
	
}

#comments {
	position:relative;
	width:660px;
	height:auto;
}


#content {
	position: absolute;
	width: 660px;
	height: 683px;
	top:166px;
	left: 5px;
}

#right_nav {
	position: absolute;
	width:195px;
	height:148px;
	top: 14px;
	left: 574px;
}

#testify {
	position:absolute;
	width:195px;
	height:auto;
	top:158px;
	left:573px;
}


.paragraph  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	color:#000000;
} 

.header_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: normal;
	color:#000000;
} 

.header_medium  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: normal;
	color:#000000;
} 

.header_small  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	color:#000000;
}

.header_smallorange  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	color:#FF6600;
} 



.subtext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	color:#000000;
} 

