/* CSS Document for support.flawlessdesigns.com */
/* Created by Douglas Thigpen - Flawless Designs */

a { 
	color : #0000FF; 
	text-decoration : none;
}

a.navbar {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
}

a.navbar:hover {
	color:#021275;
}

body {
	background-color: #000000;
	color:#FFFFFF;
	margin: 0;
}

div.topleft {
	width: 200px;
	height: 150px;
	position:absolute; 
	top:0px; 
	left:0px;
	z-index: 0;
}

div.topright {
	height: 150px;
	position:absolute; 
	top:0px; 
	left:200px;
	z-index: 1;
}

div.navbar {
	width: 200px;
	position:absolute; 
	top:150px; 
	left:0px;
	z-index: 1;
}

div.content {
	position:absolute; 
	top:150px; 
	left:200px;
	margin-left:5px;
	margin-right:5px;
	z-index: 0;
}