@charset "UTF-8";

/* CONTENT WIDE STYLES FOR GENERAL USE */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #ffed98;
}
body {
	background-color: #D49736;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #ffd419;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffd419;
}
a:hover {
	text-decoration: underline;
	color: #7B1F08;
}
a:active {
	text-decoration: none;
	color: #BB110F;
}
h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font: bold normal 24px/normal "Times New Roman", Times, serif;
	text-decoration: none;
    margin: 0px 0px 0px auto
}
h2 {
	font: bold normal 16px/normal "Times New Roman", Times, serif;
	text-decoration: none;
	margin: 10px 8px 5px auto;
	display: inline;
}
#bodycontent {
	margin: 0px auto;
	padding: 0px;
	width: 715px;
}




/* MR UNIVERSE SCROLL DISPLAY AREA STYLES */
#mruniverse {
	background: url(images/bg-mr-universe.jpg) no-repeat center center;
	margin: 0px auto;
	padding: 0px;
	width: 954px;
}
#mruniverse #row1 {
	margin: 0px;
	padding: 0px;
	height: 196px;
	width: 954px;
}
#mruniverse #row2 {
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 954px;
}
#mruniverse #row3 {
	margin: 0px;
	padding: 0px;
	height: 192px;
	width: 954px;
}
#mruniverse #row4 {
	margin: 0px;
	padding: 0px;
	height: 256px;
	width: 954px;
}



/* STORY CONTENT STYLES */
#bodycontent #story {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	font-size: 15px;
}
#bodycontent #story .storyTitle {
	font: bold normal 24px/normal "Times New Roman", Times, serif;
	text-decoration: none;
}
#bodycontent #story #highlightBox {
	margin: 0px;
	padding: 0px;
	width: 497px;
}
#bodycontent #story #highlightBox #boxTop {
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 497px;
}
#bodycontent #story #highlightBox #boxBottom {
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 497px;
}
#bodycontent #story #highlightBox #boxContent {
	font: normal 14px/normal "Times New Roman", Times, serif;
	color: #752D08;
	text-decoration: none;
	background: #F0C363 url(images/box-quote-bg.jpg) repeat-y center center;
	margin: 0px;
	padding: 0px 30px;
	width: 437px;
}






/* QUOTE CONTENT STYLES */
#bodycontent #bookmark {
	float: right;
	width: 180px;
	margin-top: 25px;
	margin-bottom: -12px;
} 

#bodycontent #quotes {
	padding: 20px 0px 0px 25px;
	float: right;
	width: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#bodycontent #quotes .companyName {
	font: bold normal 18px/normal "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}
#bodycontent #quotes .publishDate {
	font: bold normal 13px/normal "Times New Roman", Times, serif;
	color: #431d08;
	text-decoration: none;
}
#bodycontent #quotes .quote {
	font: italic normal 17px/normal "Times New Roman", Times, serif;
	color: #7F4212;
	text-decoration: none;
}




/* FOOTER CONTENT STYLES */
#footer {
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 50px;
	width: 715px;
	height: 169px;
}
