@charset "UTF-8";
/* CSS Document */

/*****Universal Style*****/
*{
	margin:0px;
	padding:0px;

}

body {
background-image:url(images/bgpattern.png);
background-repeat: repeat;
font:Arial, Helvetica, sans-serif;

}

::root body {
background-image:url(images/bgattern.png);
background-repeat: repeat;
color:#b2b2b2;
font:Arial, Helvetica, sans-serif;
overflow:hidden;
}
img {
	border: hidden;
	
}

a:link {
	color:#b2b2b2;
	text-decoration:none;
	border: hidden;
	}
a:hover{
	color:#ff3300;
	}
a:visited{
	color:#b2b2b2;
	}
/*******Primary Structure******/
#container{
position: absolute;
width: 100%;
}

#wrapper{
position: relative;
width:1105px;
margin-left:50%;
left:-580px;
height:730px;
margin-top: 4%;
}


/******Content Layout*******/

#content{
position: relative;
width:1005px;
height:640px;
background-image:url(images/contentbox.png);
}


#midsection{
position:relative;
height:541px;
}




#column2{
	height:427px;
	width:640px;
	position: absolute;
	z-index:4000;
	left: 89px;
	top: 85px;
	
	vertical-align:middle;
}





#apDiv1 {
	position:absolute;
	width:597px;
	height:368px;
	top:83px;
	left:65px;
	z-index:5000;
	}
	

#footer{
margin-top: 0px;
position:relative;
height:70px;
width:1005px;
clear:both;

}

#footer ul{
text-align:center;
list-style:none;
}
#footer ul li{
display:inline;

}

#endlink {
padding:0px 0px 0px 0px;

}

