.float_left	{ float: left;	}
.float_right	{ float: right;	}

body	
	{	background-color: #000000; padding-left: 5px; }
	
#head
	{
		position: absolute; left: 40px; top: 20px;
	}

#menu	
	{	
		position: absolute; left: 40px; top: 180px; width: 150px; 
	}
	
#main	
	{	
		align: center; /*position: absolute; left: 195px; top: 180px; width: 650px;*/ height: 1000px;
		background-image: url('../images/spacer2.png'); background-repeat: no-repeat; padding: 15px 10px 10px 190px;
		color: black; font-size: 12pt; font-family: helvetica;
	}

.welcome
	{
		width: 630px;
		text-align: center; padding-bottom: 15px;
	}
.main_text
	{
		width: 680px;
		text-align: left; padding-left: 10px; padding-right: 10px; font-size: 11pt; 
	}
html>body .main_text
	{
		width: 665px;
	}
	
.test_text
	{
		width: 630px;
		text-align: left; padding-left: 10px; padding-right: 10px; font-size: 12pt;
	}	

.main_price
	{
		width: 680px; align: center;
		text-align: left; padding-top: 10px; padding-left: 38px; padding-right: 10px; font-size: 12pt; 
	}
html>body .main_price
	{
		width: 665px; align: center;
		text-align: left; padding-top: 10px; padding-left: 36px; padding-right: 10px; font-size: 12pt; 
	}
	
a	
	{
		color: #007EAF; text-decoration: none;
	}

a:visited	
	{
		color: #7BB752; 
	}

a:hover
	{
		text-decoration: underline; font-weight: bold;
	}
	
h1
	{
		display: inline;
		font-size: 16pt; font-weight: bold; 
	}
h2
	{
		display: inline;
		font-size: 12pt; font-weight: bold;
	}