html, body {
	background-image:url(bg.png);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

p {
	font-size:12px;
	color:#333;
	
}

div {
	font-size:13px;
	color:#333;
}

#contentBox {
	margin-left:226px;
	
	width:803px;
	
	
	
	background-image:url(pageBG.png);
	background-repeat:repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	
}

* html #contentBox {
height: 100%;
}

#pageBox {
	
	padding-left:33px;
	padding-top:20px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

li {
	font-size:11px;
	margin-bottom:10px;
}

#underPageMeny {
	float:left;
	width:150px;
}

#underPageMeny, img, a, a:link, a:hover, a:visited {
	border:none;
	text-decoration:none;
	color:#333;
}

a:hover {
	color:black;
	font-style:italic;
	border:none;
	text-decoration:none;
}

#underPageContent {
float:left;
width:560px;
margin-left:30px;
}

#footerBreak {
	height:1px;
	width:732px;
	clear:both;
	background-color:#666;
	margin-top:5px;
	margin-bottom:5px;
	
}

#footer {
	/* color:#FFF;
	padding-left:33px; */
	padding-top:5px;
	height:30px;
	font-size:10px;
	/* background-image:url(footerBg.png);
	background-repeat:no-repeat;
	height:60px; */
}

