body {
	background: #990000;
	line-height: 130%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; /* for IE */
	background: #990000 url(../images/background.jpg) repeat-y center;
}

.content {
	width: 649px;
	height: 100%;
	padding: 1em;
	color: #000;
	/* background: #990000 url(../images/background.jpg) repeat-y center; */
	text-align: left;
	text-align:left; /* reset text alignment */
	margin:0 auto; /* for the rest */
	padding : 0px;
}

.logo { 	height: 223px;	background-image: url(../images/top.jpg);	
			background-repeat: no-repeat;	margin-left:8px;	}

.navigation { height: 223px; }

	.navigation ul { margin: 0; padding: 0;	list-style-type: none; text-align: right; color: white;
						  margin-right:13px; }
	.navigation ul li { display: inline; }
	.navigation ul li a { color: white; font-weight: bold;	text-decoration: none; font-family: Georgia; }
	.navigation ul li a:hover { color: Blue; font-weight: bold; text-decoration: none; font-family: Georgia; }
	.navigation ul li a .act { color: Blue;	}
.main { 	margin-left: 15px; margin-right: 15px;}
	.main fieldset { 	margin: 0px; padding: 0px; border-color: black;}
	.main	fieldset legend { color: black; font: 20px bold;}
	.main ul { list-style-type: square; }
	.main p { text-indent: 50px; }
	.main .adress { text-align: right;	}
	.main img { vertical-align: top;	float: left;}	
