* {
	margin: 0;
	padding: 0; 
	border: none; }

html, body {
	/*height: 100%; */}

body {
	background-color: #999;
	background-image: url("../images/bgBody.gif");
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;	} 

h1	{
	font-size: 1.4em; 
	margin: 0.8em 0 0.8em 0 ; 
	text-align: center; }
p {
	font-size: 0.82em; 
	margin-bottom: 1.2em;}
a {
	color: #F90; }
	
#container {
	background-image: url("../images/bg.png");
	color: #039;
	border: solid 1px #039;
	width: 800px; 
	margin: 50px auto 50px; }
#logo, #header, #content, #info,#adress {
	padding: 20px 0px 10px 0px; }

#logo, #header, #content  {
	margin: 0px 80px 0px 80px;
	border-bottom: solid 1px #039; }	
	
#logo {
	text-align: right; }

#info {
	float: left; 
	margin-left: 80px;}

#adress {
	padding-left: 470px; }

#copy, #menu {
	float: left;
	height: 30px;
	border-top: solid 1px #039;}
#copy {
	clear: both;
	background-color: #039;
	color: #FFF;
	width: 390px;
	padding-left: 80px; }
#copy p {
	font-size: 10px;
	margin-top:9px; 
	margin-bottom: 0; }	
	
#menu {
	text-align: right;
	background-color: #F90;
	width: 250px; 
	padding-right: 80px; }
#menu p  {
	font-size: 12px;
	margin-top: 7px; 
	margin-bottom: 0; }	
#menu a {
	color: #FFF; 
	text-decoration: none;}

#clear {
	clear: left; }	
	
.alignCenter {
	text-align: center; }
.alignRight {
	text-align: right; }
.floatLeft {
	float: left; 
	margin-right: 3em; }
.floatRight {
	float: right; 
	margin-left: 3em;}	
