@charset "utf-8";
/* CSS Document */


html, body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#555;
}

body img {
	border:0px;
}

h1 { font-size: 16px;}
h2 { font-size: 14px;}
h2 { font-size: 12px; font-weight: bold;}

#homepage {
	position: absolute;
	top: -1000px
}

#home_content {
	display: none;
	width: 600px;
	height: 600px;
	margin: auto;
	margin-top: 20px;
}

#wrap {
	width:100%;
	background:url(images/bg.jpg) fixed no-repeat;
}

#flash, #article {
	width:900px;
	height:720px;
	margin:0px auto 0px auto;
	background-color:#FFF;
}

#termsCont {
	width:890px;
	padding:5px;
	margin:0px auto 0px auto;
	background-color:#FFF;
	font-size:11px;
}

#flipbook {
	width:900px;
	height:600px;
	margin:0px auto 0px auto;
	background-color:#333;
}
	
	

#links, #linksMain {
	margin:10px auto 10px auto;
	width:900px;
	text-align:left;
	font-size:12px;
}

#links {
	padding-bottom:10px;
}

.description, .description2 {
	float:left;
	width:260px;
	height:714px;
	background-color:#FFF;
	padding:0px 5px 0px 5px;
	text-align:left;
}

	.description2 {
		margin-top:213px;
		height:350px;
	}

	.description b, .description2 b {
		color:#000;
	}

.description input, .description textarea, .description select{
	border:1px solid #666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:260px;
}

.description #button {
	width:55px;
}

.description select {
	width:262px;
}

.images {
	float:left;
	width:630px;
	height:715px;
	background-color:#FFF;
	padding-top:5px;
}

.imageAbout {
	float:left;
	width:360px;
	height:709px;
	background-color:#FFF;
	padding-top:5px;	
}

.copyright {
	color:#666;
}

.footerLinks {
	width:500px;
	float:left;
}

.footerLegals {
	width:500px;
	float:left;
	clear:left;
}

#facebook {
	float:right;
	width:250px;
	margin-top:-3px;
}

#facebook .facetext {
	padding-top:3px;
	float:left;
	width:150px;
	text-align:right;
	margin-left:35px;
}

.flashwarning {
	width:300px;
	margin:20px auto 0px auto;
	color:#000;
}

.disclaimer {
	font-size:11px;
	color:#999;
}

.padding {
	height:25px;
}

.centerMe {
	margin-left:25px;
	width:600px;
}

.contactBlock {
	width:260px;
}

.contactBlockRight {
	margin-bottom:3px;
	width:200px;
	float:right;
	clear:right;
}

.contactBlockLeft {
	margin-bottom:3px;	
	width:60px;
	float:left;
	clear:left;
}

.error {
	color:#F00;
}

/* Links ---------------------------- */
	
a.default {
	color:#FFF;
	text-decoration:none;
}

a.default:hover {
	color:#FFF;
	text-decoration:underline;
}

a.footer {
	color:#999;
	text-decoration:none;
}

a.footer:hover {
	color:#999;
	text-decoration:underline;
}

a.inbody {
	color:#000;
	font-weight:bold;
}

.description a, #termsCont a, .description2 a {
	color:#000;
}


/* Misc ------------------------------ */

.clear {
	clear:both;
}

.spacing {
	height:251px;
}