@import url("reset.css");
@import url("global.css");

body {
	background-color:rgb(191,209,220);
	font-family: Calibri, Tahoma, sans-serif; font-size:14px;
}

#layout_container {
	text-align:center;
}

#header {
	background:url('../gfx/bg_top.jpg') no-repeat center;
	height:80px;
	margin:0 auto;
}

#logo {
	background:url('../gfx/zachanet_logo.jpg') no-repeat;
	height:80px;
	margin:0 auto;
	width:942px;
}

#service_indicator {
	color:#fff;
	font-size:20px;
	padding-left:192px;
	padding-top:40px;
	text-align:left;
}

#middle_container {
	background:url('../gfx/bg_middle.jpg') no-repeat top center;
	margin:0 auto;
}

#box_container {
	background:url('../gfx/bg_box.gif') repeat-y;
	margin:0 auto;
	width:942px;
}

#box {
	background:url('../gfx/bg_box_top.jpg') no-repeat;
}

#box_bottom {
	clear:both;
	background:url('../gfx/bg_bottom.jpg') no-repeat;
	margin:0 auto;
	width:942px;
	height:111px;
}

#menu {
	background:url('../gfx/bg_menu.jpg') no-repeat bottom;
	height:34px;
	margin:0 auto;
	width:925px;
}

#menu ul { list-style:none; padding-top:13px; padding-left:15px; }
#menu ul li { float:left; margin-right:44px; }
#menu ul li a { color:#fff; text-decoration:none;}

#content_container {
	font-size:14px;
	line-height:150%;
	padding:20px;
	text-align:justify;
}

h1 {
	font-size:200%;
	padding-top:5px;
	padding-bottom:15px;
	line-height:120%;
}

p { 
	padding-bottom:15px;
}

#content_container ol {
	list-style:decimal inside;
}

#content_container ul {
	list-style:circle inside;
	padding-left:15px;
}