/**
* General
*/

body {
	margin: 0px 0px 0px 0px;
	width: 780px;}
	
#container{
	width:100%;
	margin:0px;}

img {
	margin: 0px 0px 0px 0px;
	border: 0px solid Black;}

table caption {
	text-align: left;}

table {
	empty-cells: show;}

table th { 
	text-align: center;}
	
.clear-both{
	clear: both;}
	
.clear-margin{
	margin: 10px;}
	

/**
* Floating properties
*/	

#header{
	clear:left;}

#menu{
	float:left;}

#footer{
	clear:left;}
	
#copyright{
	float:right;}
	