html, body, ul, li, h1, h2 {
	margin: 0px;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
body {
	background: #580000;
        font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	/*font-size:12.5px;
        line-height:21px;    */
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#social {
	position: absolute;
	top: 284px;
	left: 0;
	width: 20%;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: -8px 0px url(images/header_bg.jpg) repeat-x;
	height: 284px;
}
#header h1 {
	background: 0px 0px url(images/header_left.jpg) no-repeat;
	height: 184px;
	width: 282px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1;
}
#header h1 em {
	display: block;
	padding: 23px 0 0 70px;
	margin: 0;
	font-weight: normal;
        font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times,"Times New Roman", serif;
	font-size: x-large;
}
#header h1 strong {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 90px;
	font-weight: normal;
	font-size: medium;
        font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#nav {
	background: top left url(images/nav_left.gif) no-repeat;
	position: absolute;
	top: 66px;
	left: 270px;
	width: 580px;
	text-align: center;
	z-index: 15;
}
#nav div {
	background: top right url(images/nav_right.gif) no-repeat;
	padding: 0 10px;
}
#nav ul {
	background: top left url(images/nav_bg.gif) repeat-x;
	padding: 10px 0 10px 0px;
}
#nav li {
	display: inline;
        margin-right: 20px;
}
#nav a {
	font-weight: normal;
}

#body {
	position: relative;
	z-index: 10;
	margin-left: 270px;
	padding-top: 130px;
	width: 500px;
}

#body h2 {
	font-weight: normal;
	font-size: medium;
}
#body h2 em {
	font-size: x-large;
    font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times,"Times New Roman", serif;
}

#social {
	position: absolute;
	top: 180px;
	left: 30px;
	width: 20%;
}
h2 em
{
        margin-top:30px;
	font-size: x-large;
	font-weight: normal;
        font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times,"Times New Roman", serif;
}