html, body, #v-align{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}
a {
	color: #004784;
}
a:hover {
	text-decoration: none;
}
#v-align{
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	/*width: ;*/
}
.prop {
   height:450px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.centre {
	text-align: center;
}
.right {
	float: right;
}
#right-col {
	width: 360px;
	float: right;
}
#left-col {
	width: 390px;
	float: left;
}
h1 {
	color: #004784;
	font-size: 1.7em;
}
h2 {
	color: #004784;
	font-size: 1.3em;
}
#wrapper {
	text-align: left;
	margin: auto;
	border: 1px solid black;
	width: 980px;
	position: relative;
	top: 10px;
}
#footer {
	position: relative;
	width: 980px;
	margin: auto;
	color: gray;
	font-size: .8em;
	text-align: left;
	top: 20px;
	padding-bottom: 30px;
}
#footer a {
	color: gray;
}
#header {
	height: 110px;
	margin: auto;
	padding: 0;
}
#logo {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	width: 215px;
	height: 112px;
	
}
#banner {
	float: right;
}
#header-text {
	color: #030;
	width: 300px;
	float: left;
	margin: 10px 0 0 70px;
}
#header-text ul {
	margin-top: -10px;
}
#contents {
	padding: 0 20px 0 200px;
	background-image: url(../images/general/left_band.gif);
	background-repeat: repeat-y;
}
#search-box {
	float: right;
}
img {
	border: none;
}
a.lightview {
	text-decoration: none;
}