@import "css/typography.css";
@import "css/footer.css";
@import "css/header.css";
@import "css/bluebody.css";
@import "css/menu.css";
@import "css/sidebars.css";
@import "css/other.css";
@import "css/forms.css";
@import "css/testimonials.css";
@import "css/FAQ.css";

*{
	margin:0;
	padding:0;
	border: 0px solid #000000;
}

body  {
	font:11px Tahoma, serif;
	background-color:#f9f9f9;
	background-color:#000000;
	margin: 0; 
	padding: 0;
	text-align: justified; 
	color:#666666;
	line-height:22px;
/*	word-spacing:2px;
*/}
#container { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:820px;
	position:relative;
}
#sidebar1 {
	position:absolute;
    left:606px;
	top:0px;
	width: 212px; 
}
#mainContent { 
	margin: 0 215px 0 0px; 
	padding: 10px 12px 12px; 
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.link2{
	color:#919ca3;
	text-decoration:none;
	border:1px #919ca3 dotted;
	width:100px;
	height:20px;
	padding:3px 13px 3px 13px;
	margin-right:3px;
	margin-left:3px;
}
.link2:hover{
	color:#919ca3;
	text-decoration:none;
	background:#262d33;
}
