/* CSS Document for Flawless Designs Web Site*/
/* Created by Douglas Thigpen - Flawless Designs */
/* 1024x905 - Fixed Centered Resolution */


body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

div.header {
	width: 1024px;
	height: 197px;
	position:absolute; 
	top:0px; 
	margin-left:-512px; 
	left:50%;
	z-index: 0;
}

div.navbar {
	width:1024px;
	height:34px;
	position:absolute;
	top:197px;
	margin-left:-512px;
	left:50%;
	z-index: 1;
}

div.content {
	width:1024px;
	height:398px;
	position:absolute;
	top:231px;
	margin-left:-512px;
	left:50%;
	background-image:url(images/content.jpg);
	z-index: 0;
}

div.lower_content {
	width:1024px;
	height:193px;
	position:absolute;
	top:629px;
	margin-left:-512;
	left:50%;
	z-index:0;
}

div.footer {
	position:absolute;
	top:822px;
	width:1024px;
	height:68px;
	margin-left:-512;
	left:50%;
	z-index: 0;
}

div.subfooter {
	position:absolute;
	top:890px;
	width:1024px;
	height:15px;
	margin-left:-512;
	left:50%;
	z-index: 0;
}

/* Non-Structural Elements */

div.contenttext {
	width:924px;
	height:386px;
	position:absolute;
	top:8px;
	left:50px;
	color:#FFFFFF;
	z-index:1;
}

div.contentleft {
	width:385px;
	height:386px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}


div.contentflash {
	width:535px;
	height:380px;
	position:absolute;
	top:0px;
	left:389px;
	z-index:2;
}

/* Text Decoration */

a { 
	color : #CCCCCC; 
	text-decoration : none;
}

a.footer { 
	color : #FFFFFF; 
	text-decoration : none;
}

a.toplink {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
}

a.toplink:hover {
	color:#0000FF;
}