/* main site css */
body {
	background-image:	url(../images/black-stripe.gif);
	background-color:	#000000;
	margin-top: 30px;
	margin-bottom: 40px;
	/*SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #0CADE3;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000*/
}

/* backgrounds - l.col */
#what_textbg {
	background: 		#000000 url(../images/what_main.gif) no-repeat center top;
}
#who_textbg {
	background: 		#000000 url(../images/who_main.gif) no-repeat center top;
}
#why_textbg {
	background: 		#000000 url(../images/why_main.gif) no-repeat center top;
}
#work_textbg {
	background: 		#000000 url(../images/work_main.gif) no-repeat center top;
}
#mail_textbg {
	background: 		#000000 url(../images/mail_main.gif) no-repeat center top;
}
#technical_textbg {
	background: 		#000000 url(../images/technical_main.gif) no-repeat center top;
}

/* backgrounds - r.col */
#what_tagbg {
	background: 		#000000 url(../images/what_rightcol.gif) no-repeat center top;
}
#who_tagbg {
	background: 		#000000 url(../images/who_rightcol.gif) no-repeat center top;
}
#why_tagbg {
	background: 		#000000 url(../images/why_rightcol.gif) no-repeat center top;
}
#work_tagbg {
	background: 		#000000 url(../images/work_rightcol.gif) no-repeat center top;
}
#mail_tagbg {
	background: 		#000000 url(../images/mail_rightcol.gif) no-repeat center top;
}
#technical_tagbg {
	background: 		#000000 url(../images/technical_rightcol.gif) no-repeat center top;
}

/* main content */
#main_content {
	margin: 			35px 35px 30px 35px;
	color: 				#333333;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		1.1;
	text-align:			left;
	
}
#main_content a {
	color: 				#333333;
	text-decoration: 	underline;
}
#main_content a:hover {
	color: 				#333333;
	text-decoration: 	underline;
}

/* sub-content */
#sub_content {
	margin: 			35px 20px 20px 20px;
	color: 				#ffffff;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		1.5;
	text-align:			left;	
}
#sub_content a {
	color: 				#00ccff;
	text-decoration: 	underline;
}
#sub_content a:hover {
	color: 				#00ccff;
	text-decoration: 	underline;
}

/* header validate links */
#validate {
	color: 				#666666;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			9px;
	line-height: 		1.1;
	text-align:			right;
	
}
#validate a {
	color: 				#666666;
	text-decoration: 	underline;
}
#validate a:hover {
	color: 				#00ccff;
	text-decoration: 	underline;
}