@charset "utf-8";
/* CSS - MKProgramming - 2010 */

body{
	margin: 0px;
	padding: 0px;
	background-color:#5c7499;
	background-image:url(../images/bg_tiled.jpg);
	background-repeat:repeat-x;
	font-family: Verdana;
	font-size: 12px;
}
img{
border-style: none;
}
.line{
	width:100%;
	height: 8px;
	background-image:url(../images/line.jpg);
	background-repeat:repeat-x;
}
#network{
	background-color:#000000;
	width: 208px;
	height: 85px;
	color: #fff;
	position:absolute;
	top: -85px;
	left: 0px;
	z-index: 2;
}
#contact{
	background-color:#000000;
	width: 208px;
	height: 85px;
	color: #fff;
	position:absolute;
	top: -85px;
	left: 0px;
	z-index: 3;
}
#wrap{
	text-align: center;
	width: 718px;
	margin: 0 auto;
}

#header{
	width: 718px;
	background-image:url(../images/fade_header.jpg);
	background-repeat:no-repeat;
	height: 100px;
}
.tab{
	margin-left: 20px;
	width: 208px;
	height: 32px;
	background-image:url(../images/tab_top.png);
	color: #eee;
	font-family: "Century Gothic", Tahoma;
	font-size: 11px;
	position:absolute;
	top: 0px;
}
.side{
	float: left;
	width: 260px;
	height: 100px;
}
#middle{
	float: left;
	width: 190px;
	height: 100px;
}
#sub{
	height: 26px;
	margin-top: 4px;
}
#items{
	color: #fff;
}
#points{
	background-image:url(../images/pointy.gif);
	background-repeat:repeat-x;
}
.box{
	float: left;
	width: 185px;
	height: 75px;
	background-color:#000;
	margin-left: 24px;
	margin-right: 24px;
	font-family: "Century Gothic", Tahoma;
	text-transform:uppercase;
}
.box a{
color: #fff;
font-size:14px;
}
.inside{
	width:165px;
	height: 55px;
	margin: 0 auto;
	background-color:#313131;
}
.inside ul{
	list-style: none;
	margin: 0px;
}
.inside ul li{
	margin-left: -40px;
	display: block;
	width: 165px;
	height: 55px;
}




#content{ 
	margin: 100px auto;
	width: 718px;
	border: 5px solid #1b1b1b;
}

#content_inner{
	text-align: left;
	width: 708px;
	background-color: #fff;
	color:#000000;
	min-height: 300px;
	padding: 5px;
}
#content_head{
background-color: #40678c;
width: 100%;
height: 80px;
}
#content_head a{
	color:#fff;
}

#content_head h1{
	color:#ffffff;
	font-size:24px;
	font-family: "Century Gothic", Tahoma;
	text-transform:uppercase;
}

#footer{
 border-top: 5px solid #1b1b1b;
 margin: 0 auto;
}
#footer a{
	color:#343434;
}
.chunk{
	float: left;
	width: 145px;
	margin: 10px;
	text-align: left;
}
.header{
	clear: both;
	background-image:url(../images/header_bg2.jpg);
	text-align: center;
	font-family: "Century Gothic", Tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	height: 16px;
	padding-bottom: 2px;
}
.thumb{
	width: 100px;
	height: 125px;
	border: 2px solid #40678c;
	text-align: center;
	float: left;
	margin: 4px;
}