@charset "utf-8";
/* CSS Document */

/* Begin Body */


* {
	margin-top: 0;
}

body {
	background-image: url(images/images/body_bg_2.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bodywrap {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin-top: auto; margin-right: auto; margin-bottom: 0px; margin-left: auto; 
	height:855px;
	z-index:11;
}
a:hover {
	text-decoration: underline;
}

	a:link {
	color: #fff;
	text-decoration: none;
}
	a:visited {
	color: #fff;
	text-decoration: none;
}
	a:hover {
	color: #000;
	text-decoration: none;
}
	a:active {
	color: #000;
	text-decoration: none;
}
	body,td,th {
	font-size: 14px;
	color: #333333;
}	
#container {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#logo {
	position:absolute;
	left:427px;
	top:13px;
	width:780px;
	height:103px;
	z-index:8;
}


#nav {
	position:absolute;
	left:442px;
	top:124px;
	width:750px;
	height:31px;
	z-index:4;
	color: #FFFFFF;
}
#linx {
	position:absolute;
	left:441px;
	top:183px;
	width:750px;
	height:632px;
	z-index:5;
}
#pageidentifier {
	position:absolute;
	left:442px;
	top:157px;
	width:750px;
	height:34px;
	z-index:6;
}
#textcontainer {
	position:absolute;
	left:774px;
	top:229px;
	width:404px;
	height:394px;
	z-index:7;
}
#button_container {
	position:absolute;
	left:442px;
	top:230px;
	width:266px;
	height:104px;
	z-index:8;
}
#footer {
	position:absolute;
	left:441px;
	top:802px;
	width:751px;
	height:31px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	z-index:9;
}
#pic_container {
	position:absolute;
	left:442px;
	top:380px;
	width:296px;
	height:238px;
	z-index:10;
}

/* End Body */
