/*
4LevelWebs MiniMenus
CSS style 3 Horizontal
General layout styles
*/


body {  
	font-family: Arial, Geneva, Helvetica, san-serif;
	background-image: url(assets/minibg.gif);
	/*/*/
	background-image: url(minibg.gif);
	/**/
	background-repeat: repeat-x; 
	margin: 150px 50px 20px 50px;
}

.maincontent {
	font-size: 14px;
	padding: 20px 40px 0 40px;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
	/*/*/text-align: justify;/**/
} 

h1 {
	font-size: 18px;
	color: 666:
}


h2 {
	font-size: 14px;
	color: 666:
}

