@charset "utf-8";
/* CSS Document */

#wrapper	{
	position: relative;
	width:  800px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
#home1	{
	position: relative;
	width: 199px;
	height: 528px;
	float: left;
	}
	
#home2	{
	position:relative;
	background-image:url(images/allgard_home_02.jpg);
	width: 415px;
	height: 528px;
	float:left;
	}
	
#home3	{
	position:relative;
	width: 186px;
	height: 528px;
	float:left;
	}
	

	

#home4	{
	position:relative;
	width: 800px;
	height: 72px;
	float:left;
	}	

#contentbox	{
	position:absolute;
	width:397px;
	height:418px;
	left: 7px;
	top: 84px;
	overflow: scroll;
	}
/* text formatting */

h1		{
	font-family:Tahoma, Arial, sans-serif;
	color:#000000;
	font-size: 16px;
}

h2		{
	font-family:Tahoma, Arial, sans-serif;
	color:#000000;
	font-size: 16px;
}

h3		{
	font-family:Tahoma, Arial, sans-serif;
	color:#000000;
	font-size: 16px;
}

p		{
	font-family:Tahoma, Arial, sans-serif;
	color:#000000;
	font-size:14px;
	}

ul	{
	font-family:Tahoma, Arial, sans-serif;
	color:#000000;
	font-size:14px;
	}
	
.floatleft	{
	float:left;
	}
	
.floatright	{
	float:right;
	}
