html {
	background: url(images/gradient.jpg) fixed;
	height: 100%;
}

body {
	background: url(images/scape.gif) repeat-x;
	background-position: bottom;
	margin: 0;
	padding: 0;
	height: 100%;
}
	

html>body {
    min-height: 100%;
    height: auto;
}

#wrap  {
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header  {
	width:100%;
}


#header img {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border:0;
}


#content {
	width:70%;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

content img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #33364f;
	border-right-color: #33364f;
	border-bottom-color: #33364f;
	border-left-color: #33364f;
}

#footer {
	width:100%;
	font-size: x-small;
	color: #f6f2f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}


img { border: none; }

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #33364f;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #33364f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.style2 {font-size: small}
