body		{
			margin: 30px 0px 0px 0px;
			background-image:url('images/bg.png');
			background-repeat:repeat-x;
			background-color:#c6dcef;
		}

a		{
			text-decoration:none;
		}

#header		{
			width:800px;
			height:104px;
			background-image:url('images/Header.png');
			overflow:hidden;
		}

h1		{
			position:relative;
			left:125px;
			top:10px;
			font-family:"Tahoma";
			font-size:24px;
		}

h2		{
			position:relative;
			left:125px;
			font-family:"Tahoma";
			font-size:16px;
		}

#navigation	{
			width:800px;
			height:25px;
			background-image:url('images/Navigation.png');
			text-align:center;
			vertical-align:middle;
		}


#content	{
			width:800px;
			height:471px;
			background-image:url('images/Content.png');
			vertical-align:top;
		}


.menuitem	{
			display:inline-block;
			width:155px;
			height:24px;
			color:#FFFFFF;
			font-family:"Tahoma";
			font-weight:bold;
		}

#main		{
			margin-left:12px;
			margin-right:12px;
			margin-top:20px;
			width:775px;
			height:440px;
		}