/*********** Stripping Browser Styling ***********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
}


/*********** Global Style ***********/

body {
	background: #B8D9E6 url(../images/back.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
p {
	font-size: 90%;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 1em;
	}
	
h2 {
	font-size: 180%;
	color: #8B1142;
	text-align: center;
	padding-bottom: 1em;
	letter-spacing: 1px;
	}
	
h3 {
	font-size: 120%;
	padding-top: 0.3em;
	padding-bottom: 0.8em;
	color: #1A1364;
	}
	
a {
	color: #8B1142;
	}
	
a:hover {
	text-decoration: none;
	}

/*********** Site Structure ***********/

#container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/logo.jpg) no-repeat top center;
	}

#content {
	background: #444C84 url(../images/footer.jpg) no-repeat bottom center;
	padding: 10px 0;
	}
	
#sub-content {
	float: left;
	width: 180px;
	padding: 0 0 15px 0;
	}
	
#main-content {
	background: #fff;
	float: left;
	width: 560px;
	padding: 20px;
	}

#sidebar-ads {
	width: 160px;
	padding: 0 10px;
	float: left;
	}
	
br.clear {
	clear: both;
	}
	
#branding h1, #branding h4 {
	text-indent: -9999px;
	display: block;
	height: 39px;
	text-size: 1px;
	}
	
/*********** Navigation ***********/

#navigation {
	padding: 0 0 3px 0;
	}

#navigation ul {
	list-style: none;
	}
	
#navigation li {
	display: inline;
	padding: 0 8px 0 0;
	font-size: 15px;
	font-weight: bold;
	}
	
#navigation a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 10px 3px 10px;
	background-color: #7E92B5;
	}
	
#navigation a:hover {
	background-color: #444C84;
	padding-top: 8px;
	}

/*********** Sub-Navigation ***********/

#sub-content ul {
	list-style: none;
	}
	
#sub-content li {
	padding: 0 5px 2px 5px;
	font-size: 15px;
	text-align: center;
	}

#sub-content a {
	color: #fff;
	display: block;
	padding: 5px;
	background-color: #6169A0;
	text-decoration: none;
	}

#sub-content a:hover {
	background-color: #444C84;
	}
