@charset "utf-8";
html, body {
	height: 100%;
}
html {
	background-image: url(images/backdrop.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #61707c;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin:0px;
	margin-top: 30px;
}
body, td, th {
	color: #667480;
}

a:link {
	color: #4A82C1;
}
a:visited {
	color: #4A82C1;
}
a:hover {
	color: #1B3F69;
}
a:active {
	color: #1B3F69;
}
#content {
	padding: 45px;

}
h1, h2, h3 {
	color: #163a62;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
}
#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	background-image: url(images/center.png);
	background-repeat: repeat-y;
	background-position: center;

}
#head {
	padding-left: 60px;
	height: 130px;
	background: url(images/headbottom.png) no-repeat center bottom;
	color: #BCC9CB;
}

#content img {
	background-color:#FFFFFF;
	padding: 7px;
	border: 1px solid #BFC7CC;	
}

#content span img {
background-color: transparent;
	padding: 0px;
	border: 0px;
}
