html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	outline:0;
}
img {
	border: 0;
}
a {
	color: #000;
	font-size: 11px;
	outline:0;
}
a:hover {
	color: #770000;
	font-weight: bold;
	font-size: 13px;
	outline:0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #eae8db;
	text-align: center;
	color: #312F1A;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
	position: relative;
}
#header {
	padding-top: 90px;
	width: 252px;
	position: relative;
}
/** Body **/
#body {
	position: relative;
	width: 100%;
}
#nav {
	position: absolute;
	top: 0;
	left: 80px;
	width: 175px;
	height: -98px;
	padding-top: 292px;
	background: url(images/pic_1.jpg) no-repeat;
}
#nav ul {
	background: bottom right #770000 url(images/nav_bot.jpg) no-repeat;
	margin: 0 7px 0 28px;
	padding: 5px 20px 15px 20px;
}
#nav li {
	list-style: none;
	background: bottom left url(images/dots.jpg) repeat-x;
}
#nav a {
	color: #e8e7da;
	font: 18px Times new roman, serif;
	font-style: italic;
	background: #770000;
	padding-right: 8px;
}
/** content **/

#content {
	background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;
	width: 462px;
	margin-left: 254px;
	height: 190px;
}
#content .main {
	background-image:url(images/welcome.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 275px;
	height: 60px;
	margin-top: 20px;
	padding-left: 20px;
}
#content .main1{
	float: left;
	width: 250px;
	font-family: "Vivaldi";
	font-size: 15px;
	padding-left: 20px;
	border-bottom: 1px solid #000;
}
	
#content .main2 {
	float: right;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 25px;
	margin-top: 20px;
	padding-right: 75px;
}
#content .main {
   font-family: "Vivaldi";
}
#content .main p, #content .main2 p {
	margin: 0em 1em 0 0;
}
#content .main2 .right {
	margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
	height: 20px;
	margin-bottom: -10px;
}
#divright {
	float: right;
	width: 134px;
	border-left: 1px solid #000;
	padding: 12px;
	background: top right url(images/bogy_top_right.jpg) no-repeat;
}

/** Footer **/

#footer {
	color: #E8E7DA;
	font-size: 10px;
	font-family: "Arial";
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 255px;
}
#player {
	position: absolute;
	right: 10px;
	width: 250px;
	background: #000 bottom left url(images/footer_tab.jpg) no-repeat;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
