body {
	background-image: url(/images/design/page/page-background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#maincontainer {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}



#header {
	width: 100%;
	height: 81px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background-image: url(/images/design/header/header-repeater.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#headerBox {
	width: 750px;
	height: 81px;
	height: 81px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#headerLeft {
	width: 312px;
	height: 81px;
	float: left;
	background-image: url(/images/design/header/header-logo.gif);
	background-repeat: no-repeat;
	background-position: left; 
}
#headerRight {
	width: 438px;
	height: 81px;
	float: left;
	background-image: url(/images/design/header/header-network.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#content {
	width: 710px;
	padding: 20px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/images/design/content/content-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentBottom {
	width: 750px;
	height: 6px;
	position: relative;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/design/content/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;

}

#copyright {
	width:740px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:white;
}
#copyright a:link {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:white;
}
#copyright a:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:white;
}
#copyright a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:white;
}
#copyright a:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color:white;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}  
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 14px;
}
w