/* CSS Document */

html, body
	{

	}

#container
	{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	}

#header
	{
	height:128px;
	width:820px;
	background-image:url(pics/header.jpg);
	text-align:left;
	}
	
#content
	{
	width:770px;
	padding:25px 25px 20px 25px;
	}

#footer
	{
	}

p
	{
	text-align:justify;
	}

a, img
	{
	border:none;
	}

img.picright
	{
	float:right;
	margin:5px 0px 20px 20px;
	border:solid 1px #CCCCCC;
	}	

.button
	{
	float:left;
	}

p.footer
	{
	text-align:center;
	}

.adress
	{
	float:right;
	}
	
li
	{
	margin:0 0 5px 0;
	}
