/* CSS Document */
div	{border: none;}

#headline	{margin-left: 0px;
		color: #ff9900;
		height: 70px;}

#leftside	{position: absolute;
		left: 5px;
		width: 165px;
		margin-left: 10px;
		top: 130px;
		color: #000000;
		padding: 3px;}

#center		{margin: 0px 20% 0 165px;
		top: 130px;
		padding: 4px;
		font-family: verdana;}

#rightside	{position: absolute;
		left: 80%;
		top: 130px;
		width: 150px;
		padding-left: 5px;
		z-index: 3;
		color: #996633;
		padding: 5px;}

#footline	{width: 95%;
		margin: 10px;
		font-family: verdana;
		fontsize: 10px;
		padding: 3px;}

	#footline .contact	{float: center;
				text-align: center;
				color: #666666;}

#image		{background-color: #ffffff;
		border: dotted 1px #ff9900;
		width: 250px;
		heigth: 100px;}
		
#image2		{background-color: #ffffff;
		border: dotted 1px #ff9900;
		width: 350px;
		heigth: 100px;}		
			
		
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: dotted 3px #666666}		

body		{width: 97%;}

html, body	{margin: 0;
		padding: 0;
		background-color: #ffffff;}

p		{font-family: verdana;
		color: #666666;}
		
a		{font-family: verdana;
		text-decoration: none;}

a:link		{color: #ff9900;}
a:visited	{color: #666666;}
a:active	{color: #666666;}
a:hover		{color: #ff9900;}

h1, h2, h3, h4, h5, h6	{font-family: Verdana, Arial;
			margin-top: 0px;}
