body {
	background-color: #1d3261;
}

#wrapper {
	width: 900px;
	margin: auto;
}

#content {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width:900px;
	text-align: left;
	margin: 20px 20px 0 20px;
	background-color: #fff;
}

div, p, span, a, td {
	color: #1d3261;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 34px;
	position: relative;
	text-transform: uppercase;
	color: #141f33;
	margin: 10px 0 10px 0;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 34px;
	position: relative;
	color: #b5164c;
	margin: 0;
	text-transform: uppercase;
}

#header {
	position: relative;
	height: 200px;
}

#logo {
	position: absolute;
	left:20px;
	top: 20px;
	
}

#nav {
	position: absolute;
	right: 20px;
	bottom: 50px;
	border-bottom: 1px solid #1d3261;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	padding: 0 0 0 12px;
	text-transform: uppercase;
}

#nav ul li a {
	text-decoration: none;
	font-weight: bold;
}

.current-page {
	color: #b5164c;
}

#make-payment {
	position: absolute;
	right:20px;
	top: 20px;
}

#home, #main {
	padding: 20px;
}

#welcome {
	height: 313px;
	position: relative;
	width: 940px;
	margin-left: -20px;
	background-color: #fff;
	border-top: 2px solid #0b111e;
	border-bottom: 2px solid #0b111e;
}

#title-holder {
	height: 150px;
	position:relative;
	width: 940px;
	margin-left: -20px;
	background-color: #fff;
	border-top: 2px solid #0b111e;
	border-bottom: 2px solid #0b111e;
}


.trio {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 2px solid #e9e9e9;
	width: 228px;
	padding: 20px;
	float: left;
	margin: 0 20px 10px 0;
	height: 210px;
	font-weight: bold;
	position: relative;
}

.trio.last {
	margin: 0 0px 10px 0;
}

.trio hr {
	border: 1px solid #e9e9e9;
}

.more-info {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#footer {
	width: 900px;
	height: 40px;
	background-color: #0b111e;
	color: #c9c9c9;
	margin: 0 20px 0 20px;
	font-size: 12px;
	padding-top: 15px;
}

.clear {
	clear: both;
}