/* If you don't know what this is, stop now. No Really */
body {
	margin: 0;
	background: url('img/bg.png') #97ccff repeat-x;
	align: center;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
}

/* Main Box Holds Content */
.mainbox {
	background: url('img/contentbg.png') repeat-y;
	min-width: 708px;
	text-align: center;
	vertical-align: top;
}

/* Main Content on Screen */
.maincontent {

	width: 660px;
	padding: 15px 20px 15px 20px;
	margin: auto;
	text-align:justify;
	min-height:100%;
	height:auto;
}

/* Banner on top */
.banner {
	width:700px;
	height: 200px;
	background: #fff;
	margin: auto;
	text-align: left;
}

/* Text within Main content */
.contenttext {
	color: #151b6d; /*202679*/
	font-size: 14px;
	line-height: 20px;
}

/* Sides of Main Box for Background*/
.sides {
	min-width: 0px; /* Width of BG IMAGES */
	width: 33%;
	text-align: center;
	vertical-align: top;
}

/* BACKGROUND LEFT and RIGHT IMAGE
.sleft {
	background: url('img/bgleft.jpg') no-repeat;
	background-position: center 254px; 
}
.sright {
	background: url('img/bgright.jpg') no-repeat;
	background-position: center 254px;
}   */

/* Background Image Box  */
.bgimg { position: relative; top: 254px; }

/* Header text for FAQs */
.faqheaders{
	color: #202679;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	text-decoration: underline;
}

/* Header for News */
.newsheader{
	text-decoration: none;
	padding: 20px 0 10px 0;
	margin-top: 15px;
	text-align: center;
	border-top: 1px dotted #151b6d;
}

/* White text on top for title on pages */
h1 {
	text-align: center;
	color: #fff; /*3366cc*/
	font-size: 26px;
	margin: 0 0 15px 0;
}

.tabimg {
	border: 0;
}

/* Thumbnail Pictures */
.thumbs { border: 1px solid #666666; margin: 2px; }

/* Box on right that holds image of item */
.refbox {
	float: right;
	text-align: center;
	width: 250px;
	margin: 0 0 0px 15px;
	line-height: 24px;	
}

/* Left side of Tech Specs */
.techspecs1 {
	width: 180px; 
	float: left;
	margin: 3px 10px 15px 20px;
	line-height: 24px;
}

/* Right side of Tech Specs */
.techspecs2 {
	width: 180px;
	float: right;
	line-height: 24px;
	margin: 3px 0 15px 0;
}

/* About Update/Gallery Images */
.aboutimg {
	width: 150px;
	height: 150px;
	border: 0;
	background-position: 0px 0;
	display: inline-block;
}

/* Self-Explanatory, I hope */
.aboutimg:hover { background-position: -150px 0; }
.aboutlivejournal { background: url(img/about/updatelivejournal.png) no-repeat; }
.abouttwitter {	background: url(img/about/updatetwitter.png) no-repeat; }
.aboutfacebook { background: url(img/about/updatefacebook.png) no-repeat; }
.aboutyoutube { background: url(img/about/updateyoutube.png) no-repeat; }
.galleryart { background: url(img/about/galleryart.png) no-repeat; }
.gallerycosplay { background: url(img/about/gallerycosplay.png) no-repeat; }
.galleryacp { background: url(img/about/galleryacp.png) no-repeat; }
.galleryflickr { background: url(img/about/galleryflickr.png) no-repeat; }
.gallerycoscom { background: url(img/about/gallerycoscom.png) no-repeat; }
.galleryfuraff { background: url(img/about/galleryfuraff.png) no-repeat; }

label {
	float: left;
	text-align: right;
	width: 108px;
	line-height: 38px;
	padding: 5px 25px 5px 0;
	font-size: 1.4em;
}

#contact-area {	width: 660px; }

#contact-area input, #contact-area textarea {
	width: 503px;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	line-height: 38px;
	font-size: 1.4em;
	margin: 5px 0 5px 0;
	border: 2px solid #97ccff;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #5387d5;
}

#contact-area input.submit-button {
	width: 120px;
}

/* Changes the color of the of th selection text */
::-moz-selection{ background: #3366cc; color: #97ccff; }
::selection { background: #3366cc; color: #97ccff; } 

#tabs { list-style-type:none; margin: auto; padding:0; width: 697px; background: #A9D3F9; position: relative; }
#tabs li { display: inline-block; padding:0; margin:0; position:relative; width: 95px; height: 30px;}
#tabs li dl { position:absolute; top:0; left:0; padding:0;}
#tabs li a, #tabs li a:visited {text-decoration:none;}
#tabs li dd { display:none; }
#tabs li a:hover { border:0; }
#tabs li:hover dd, #tabs li a:hover dd { display:block; }
#tabs li:hover dl, #tabs li a:hover dl { padding: 0px; }
#tabs dl {width: 95px; margin: 0; padding: 0; }
#tabs dt {margin:0; padding: 0;}
#tabs dd { margin: 0; padding: 0; text-align: center}
#tabs dt a, #tabs dt a:visited { display:block; text-align:center; background: url(img/tabs/tabbg.png)}
#tabs dt.dract a, #tabs dt.dract a:visited { display:block; text-align:center; background: url(img/tabs/tabbga.png)}
#tabs dt.dr2act a, #tabs dt.dr2act a:visited { display:block; text-align:center; background: url(img/tabs/tabbga.png)}
#tabs li:hover dt a, #tabs a:hover dt a {background: url(img/tabs/tabbgh.png); }
#tabs li:hover dt.dr a, #tabs a:hover dt.dr a {background: #5387d5}
#tabs li:hover dt.dract a, #tabs a:hover dt.dract a {background: #ffffff}
#tabs dd a, #tabs dd a:visited {background:#5387d5; display:block; text-align:center}
#tabs dd a:hover {background: #bcd9fe}
#tabs dd.last a, #tabs dd.last a:visited {background: url(img/tabs/tabbgh.png); display:block; text-align:center}
#tabs dd.last a:hover {background: url(img/tabs/tabbg.png)}

a:link {color: #0000ff;}
a:active {color: #0000ff;}
a:visited {color: #0000ff;}
a:hover {color: #0000ff;}
