/* @override http://localhost:8888/duo/templates/duo/css/duo.css */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border-style: none;
	list-style-type: none;
}

body {
	font: 62.5% Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #48486d url(images/body_bg.png) repeat-x;
	text-align: center;
}

#intro #container {
	text-align: center;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 853px;
	position: relative;
	background-image: url(images/container_body.gif);

}

#main_content {
	background: url(images/container_bottom.png) no-repeat 0 bottom;
	padding-bottom: 126px;
}

h1 a {
	background: url(images/header.png) no-repeat;
	height: 75px;
	text-indent: -9999px;
	display: block;
	padding-bottom: 16px;
}

h2 {
	background: url(images/container_top.gif) no-repeat;
	padding-left: 195px;
	padding-right: 40px;
	padding-top: 15px;
	margin-bottom: 6px;
	color: #000054;
	font: italic bold 2em Georgia, "Times New Roman", Times, serif;
	text-shadow: gray 1px 1px 2px;
}

#intro h2 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 19px;
	font-size: 2.6em;
}

#intro ul {
	padding-left: 0 !important;
	margin-bottom: 17px !important;
}

#intro ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}

#intro ul li a {
	color: #000054;
	text-decoration: none;
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em

}

#intro ul li a:hover {
	text-decoration: underline;
	color: gray;
}

#intro img {
	margin: 0;
	border: 2px solid #959595;
	padding: 2px;
}


