body {
	margin: 0px;
	padding: 0px;
	font-family: Baskerville, "Hoefler Text", Georgia, serif;
	background-color:#000000;
	}

div, span, p, h1, h2, h3, a, ul, li {
	margin: 0px;
	padding: 0px;
	}
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #de9b4f;
	}
	
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #de9b4f;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #de9b4f;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}

h2 {
	font-size: 14px;
	line-height: 18px;
	}

.bluetext {
	color: #b3c3ff;
	}

.poemtitle {
	font-size: 20px;
	line-height: 24px;
	}

.smallprint {
	font-size: 10px;
	line-height: 12px;
	}

.largeprint {
	font-size: 16px;
	line-height: 18px;
	}

.splash {
	display: block;
	margin-top: 25%;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	width: 450px;
	height: 256px;
	padding: 0px;
	color: #b3c3ff;
	}

 /*MAIN ELEMENTS */

.container {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	float: left;
	}

.header {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 112px;
	padding: 0px;
	background: url(layout/header.jpg) repeat-y;
	}

.nav {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 45px;
	padding: 0px;
	background: url(layout/nav.jpg) no-repeat;
	text-align: center;
	overflow: hidden;
	}
.preload {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

.panel {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 640px; /*720*/
	padding: 30px 40px 50px 40px;
	background: url(layout/panel.jpg) repeat-y;
	color: #eeeeee;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
	}
.panel_left {
	display: block;
	width: 400px;
	padding: 0px;
	float: left;
	}
.panel_right {
	display: block;
	width: 220px;
	padding-left: 20px;
	float: left;
	}

.panel_right_paint {
	display: block;
	width: 200px;
	margin-left: 20px;
	padding: 10px;
	float: left;
	text-align: center;
	background:#444543;
	}

.panel_left_poem {
	display: block;
	width: 270px;
	padding: 0px;
	float: left;
	}
.panel_right_poem {
	display: block;
	width: 340px;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #a59fa2;
	}

.panel_left_cv {
	display: block;
	width: 110px;
	padding: 0px;
	float: left;
	}
.panel_right_cv {
	display: block;
	width: 490px;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #a59fa2;
	}


.footer {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 20px;
	padding: 0px;
	background: url(layout/footer.jpg) no-repeat;
	}
.gutter {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: #de9b4f;
	}

.newsdivider {
	display: block;
	width: 638px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
	border-top: 1px solid #a59fa2;
	overflow: hidden;
	}