* {
	margin: 0;
	padding: 0;
}

/* The body formatting */

body {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 100%;
	background-attachment: fixed;
	background-color: #1b1718;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
blockquote {
	display: block;
	padding: 2em 4em;
	background: #231F20 url(images/blockquote.gif) no-repeat 0.8em center;
}
blockquote p {
	font-size: 1em;
	margin-top: 0em;
	line-height: 1.5em;
}

/* Links */

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #EC008D;
}
a:visited {
	color: #A69FA2;
}
a img {
	border: 2px solid #FFFFFF;
}
a:hover img {
	border: 2px solid #EC008D;
}
a:visited img {
	border: 2px solid #3C3839;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font: "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
}
h1 {
	color: #FFFFFF;
	font-size: 2.4em;
	line-height: 3em;
}
h2 {
	font-size: 1.8em;
	line-height: 2em;
	color: #ED008E;
}
h3 {
	background: #ED008E;
	color: #FFFFFF;
	padding:5px;
}
span {
	color: #ED008C;
}

/* Paragraphs and text formatting */

p {
	line-height: 2.3em;
	font-size: 1.1em;
	margin-top: 0.7em;
}

.wrapper ul li span, .wrapper ul li b, .wrapper ul li strong {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
}


/* The layout */


.navbar {
	width: 90%;
	margin: 0 0 2em;
	padding: 0 5%;
	line-height: 5em;
	height: 5em;
	color: #FFFFFF;
	background-color: #971857;
}
.navbar ul li {
	display: inline;
}
.navbar ul li a, .navbar ul li a:visited {
	background: #971857;
	color: #FFFFFF;
	padding: 1em 3em;
	display: block;
	float: left;
	height: 3em;
	text-decoration: none;
}
.navbar ul li a:hover {
	background: #ED008C;
	color: #FFFFFF;
}
.wrapper {
	margin: 0 0 0 32em;
	clear: both;
	padding: 1.4em;
	font-size: 1.1em;
}
.footer {
	margin-top: 5em;
	line-height: 2.4em;
	background: #971857;
	padding: 0.35em 1em;
}
.footer a {
	padding: 0.8em 0.3em;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	background: #ED008C;
	color: #FFFFFF;
}
.image_links li {
	display: block;
	padding: 5px;
	background-color: #971857;
	border: 1px solid #000000;
}
.image_links li:hover {
	display: block;
	padding: 5px;
	background-color: #C11C6D;
	border: 1px solid #000000;
}
.image_links a {
	text-decoration: none;
	display:block;
	font-size: 12px;
}
.image_links a:hover {
	color:#000000;
	text-decoration: underline;
}
.image_links a:visited {
	color: #FFFFFF;
}
.image_layout img {
	padding: 5px;
	border: 2px solid #CCCCCC;
	margin: 4px;
}

.image_layout a:hover img {
	border: 2px solid #971857;
}.contact_us {
	border: solid 1px #971857;
	padding: 20px;
	color: #ED008E;
	font-size:18px;
	width:70%;
	text-align:center;
}
.contact_us span {
	margin-left: 21px;
	
}

.contact_us div {
	padding-top:15px;
}

.contact_us ul {
	padding-top:15px;
}
.contact_us a {
	color: #000099;
	padding-top:15px !important;
}

.contact_us ul li{
	padding-top:15px;
	display: inline;
	padding-left: 8px;
	padding-bottom:15px;
}

