* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/image01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, ul, ol {
	margin: 0px;
	padding: 0px;
	
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5px;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #95B4D0;
	text-decoration: underline;
	
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}


#navigation {
	width: 900px;
	height: 51px;
	margin: 0px auto;
	padding: 0px;
}

#navigation ul {
	height: 51px;
	margin: 0px;
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	float: left;
	height: 35px;
	margin-right: 2px;
	padding: 12px 30px 0px 30px;
	background: url(images/image02.jpg) no-repeat right 16px;
	text-decoration: none;
	color: #525250;
}
#navigation a:hover {
	
	color: #95B4D0;
}

#navigation .first {
	padding-left: 0px;
}


#logo {
	width: 900px;
	height: 77px;
	margin: 0 auto;
	padding-top: 12px;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	color: #36578C
}

#logo p {
	margin: -8px;
	padding: 0px 0px 0px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #C8C8C8;
}

#logo span {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #C8C8C8;
}

#splash {
	width: 900px;
	
	margin: 0px auto;
	padding: 30px 0px;
}



#page {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

#column1 {
	
	width: 580px;
	padding-right: 30px;
	vertical-align:top;
}

#column1 h2 {
	padding-bottom: 6px;
	background: url(images/image03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	color: #525250;
}

#column2 {
	float: right;
	width: 260px;
	text-transform: uppercase;
	line-height: 25px;
}

#column2 h2 {
	padding-bottom: 6px;
	background: url(images/image03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #525250;
	text-transform: capitalize;
}


.more {
	padding: 3px 10px;
	background: #474747;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#footer {
	width: 900px;
	margin: 0px auto;
	padding: 5px 0px;
	background: url(images/image03.jpg) repeat-x left top;
}

#footer p {
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

#footer .links {
	text-decoration: none;
	color: #9CC54F;
}
