/*

 stylesheet file
 Xlibris Web Design Team
 
*/

* {
	margin: 0;
	padding: 0;
	behavior: url(../ms_images/iepngfix.htc)
}


a, a:visited {
	color:#330202;
	text-decoration:none;
}

a:hover {
	color:#7E1B10;
	text-decoration:underline;
}

* {
	padding:0;
	margin:0;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-size:15px;
	font-weight:bold;
}

ol {
	list-style-type: disc;
	padding:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
}

ol li {
	margin-top:10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #641006;
	background-color: #11223E;
	background-image: url(../ms_images/images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	position:relative;
	background: url(../ms_images/back.jpg) top center no-repeat;
}

#container {
	margin:0 auto;
	position:relative;
	width:768px;
	height:768px;
	text-align:left;
}

#header {
	position:relative;
	height:71px;
}

#header ul.nav {
	position:absolute;
	bottom:10px;
	left:20px;
	color:#FFFFFF;
	font: bold 11px Georgia, Verdana, Arial, serif;
	list-style:none;
}

#header ul.nav li {
	display:inline;
	margin-right:20px;
}

#header ul.nav li.spa {
	position:relative;
	padding:4px;
	color:#FFFFFF;
	background-color:#000;
	text-decoration:none;
}

#header ul.nav li a, #header ul.nav li a:visited {
	position:relative;
	padding:4px;
	color:#F1DB9D;
	text-decoration:none;
}

#header ul.nav li a:hover {
	color:#FFFFFF;
	background-color:#000;
}

#content {
	position:relative;
	padding:30px 16px 16px 16px;
	height:470px;
}

#content .frame {
	position:relative;
	width:350px;
	height:470px;
	text-align:justify;
	padding:0 10px;
	overflow:auto;
	line-height:150%;
}

/* Class section
----------------------*/
.left {
	position:relative;
	float:left;
}

.right {
	position:relative;
	float:right;
}

.clear {
	clear:both;
}
.poem {
	font:Harrington;
}



