@charset "UTF-8";
/* CSS Document */

/**********************  Define Body Rules  ****************************/

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	margin: 0px;
	line-height: 130%;
	background-image: url(images/Frazetta_BG.jpg); 
	background-position: top; 
	background-repeat: no-repeat; 
	background-color: #000000; 
	}


/**********************  Define Headline Rules  *************************/

h1 { font-size: 16px; color: #660000; font-weight: bold; }
h2 { font-size: 14px; color: #333333; font-weight: bold; }
h3 { font-size: 12px; color: #333333; font-weight: bold; }


/**********************  Define Main Links  *****************************/

a:link { color: #660000; text-decoration: none; }
a:visited { color: #660000; text-decoration: none; }
a:hover { color: #660000; text-decoration: underline; }
a:active { color: #660000; text-decoration: none; }


/**********************  Define Home Page Layout  ***********************/

.wrapper { width: 615px; height: 100%; margin: 0 auto; text-align: center; }
.topFlash { width: 614px; height: 316px; }
.nav { width: 614px; height: 27px; padding-top: 17px; }
.showcaseText { width: 614px; height: 27px; margin-top: 29px; }
.showcaseFlash { width: 614px; height: 323px; margin-left: 2px; }
.feature1 { width: 288px; height: 155px; margin-top: 30px; margin-left: 13px; }
.feature2 { width: 288px; height: 155px; margin-top: -155px; margin-left: 315px; }
.hpCopyright { width: 615px; height: 50px; text-align: center; margin-top: 30px; font-size: 10px; color: #FFFFFF; }


/**********************  Define Inside Page Layout  **********************/

.mainContent { width: 614px; height: 100%; margin-left: 2px; margin-top: 56px; background-image: url(images/content_BG.gif); background-position:center; background-repeat: repeat-y; }
.contentHolder { width: 570px; height: 100%; margin-left: 2px; padding-left: 20px; padding-right: 20px; text-align: left; }
.contentBottom { width: 614px; height: 100%; }