/* CSS Document */
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #0099ff;
	text-decoration: underline;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.boldblue {
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1A4C7D;
}
body {
	background: #000;
	text-align: center;
	font: 12px Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	color: #312F1A;
}

strong
{
font: 12px Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
}

table, tr, td {
	font: 12px Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
	position: relative;
}
/** 
#header {
  background: top center url(images/the_star.jpg) no-repeat;
  padding-top: 51px;
  width: 252px;
  position: relative;
}
**/

#header {
	background: top center url(images/newYear.jpg) no-repeat;
	padding-top: 51px;
	width: 350px;
	position: relative;
}
/** Header **/
h1 {
	color: #FDE7C2;
	background: #991111;
	border: 2px solid #C4B888;
	padding: 8px;
	text-align: center;
	font: 25px "Times new roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 98px 2px 21px;/**   margin: 0 0 2px 21px;  **/

}
/** Body **/
#body {
	position: relative;
	width: 100%;
}
/**
#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 292px;
  background:  url(images/enamoo.jpg) no-repeat;
}
#nav ul {
  background: bottom right #991111 url(images/navagation_bottom.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(images/the_dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
}
**/
/** content **/

#content {
	background: #E8E7DA bottom right url(images/main_bottom_right.jpg) no-repeat;
	width: 462px;
	margin-left: 254px;
	min-height:278px;
	height: auto !important;
	height: 278px;
}
#content .main, #content .main2 {
	float: right;
	width: 410px;
	margin-top: 14px;
	padding-right: 20px;
}
#content .main {
	padding-bottom: 1em;/**  border-bottom: 1px solid #D6D3BA;**/
}
#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;
}
#beauty {
	float: right;
	width: 8px;
}
h2 {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color: #990000;
	text-decoration: none
}
h3 {
	font: italic 18px "Times new roman", serif;
	color: #991111;
	margin: 0 0 0.5em 0;
}
/** Footer **/

#footer {
	color: #E8E7DA;
	margin: 2px 0 0 275px;
}
#continued {
	color: #E8E7DA;
	margin: 400px 0 25px 0;
}
#continuedNoGap{
	color: #E8E7DA;
	margin: 30px 0 25px 0; padding-left:20px;
}
.centerText {
	text-align: center;
}

