@charset "utf-8";
/* TAGS */
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #EDF4FA;
	font-size: 85%;
	overflow-y: scroll;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #555;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: solid #555 1px;
}
h3 {
	color: #555;
	font-size: 110%;
	margin: 10px 0 0 0;
	padding: 0;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #003366;
}
a:hover, 
a:active {
	color: #900;
}
strong {
	color: #555;
}
small {
	color: #333;
	font-size: 80%;
}
small a {
	color: #000;
	text-decoration: none;
}
small strong {
	color:#006;
}
p {
	margin: 0;
	padding: 10px 0 0 0;
}
ul {
	margin-top: 0;
}
th {
	text-align: left;
	color: #555;
}
/* LAYOUT */
#wrapper {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	position: relative;
	z-index: 1;
	background: #EDF4FA;
}
#masthead {
	padding: 0 10px 10px 10px;
	height: 15%;
}
#masthead h1 {
	margin: 0;
	padding: 10px 0 3px 0;
	text-align: right;
	border-bottom: solid #000 2px;
	font-weight: normal;
	font-size: 220%;
}

#maincontent {
	float: left;
	width: 100%;
	padding: 0 0 160px 0;
}
#content {
	padding: 0 10px 10px 10px;
}
#footer {
	height: 200px;
	position: fixed;
	bottom: 0;
	z-index: 2;
	width: 100%; /*Width of main container*/
	background: url(images/BG.png) center repeat-x;
}
#footer-content {
	padding: 180px 0 1px 0;
	background: url(images/zentree.png) center no-repeat;
	text-align: center;
}
#footer small {
	color: #CCCCCC;
}
#footer small a {
	color: #FFF;
	font-weight: bold;
}
.grey {
	color: #333;
}
.right {
	float: right;
}
.phptobox_right {
	margin: 0 0 10px 10px;
	float: right;
	text-align: center;
	width: 200px;
}
.phptobox_right img {
	width: 200px;
	border: none;
}
