html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 11px verdana, arial, helvetica, sans-serif;
	color:#a1a1a1;
	background-image:url(../images/bg_stripes.gif);
}

/* GENERAL CLASSES */
.Main { 
 	width: 100%;
 	height: 100%;
 	position: relative;
	 	
}
.Container {
	position: absolute;
	width:719px;
	min-height:100%;
	left: 50%; 
	margin-left:-359px; 
	background-color:#595959;
	/* border-width: 1px;
	border-color: #969aa0;
	border-style: solid; */
	
}

a:link { font-weight:bold; color:#00CC00;	text-decoration: none;}
a:visited {	font-weight:bold; text-decoration: none;	color: #00CC00;}
a:hover {	font-weight:bold; text-decoration: underline;	color: #00CC00;}
a:active {	font-weight:bold; text-decoration: none;	color: #00CC00;}

a img{border:none;}

H1 {font-size:14px;}
H2 {font-size:18px;}
H3 {color:#00CC00;	font-weight: bold; font-size:11px; margin:8px 0 5px 0;}


	

/*HEADER*/

.HeaderPanel { 
	width: 678px;
	margin: 0 0 0 0px;
	padding: 18px 0 0 20px;
	float:left;
	/* height: 241px;	*/
}

/*Middle CSS*/

.scrollbar {
scrollbar-base-color: #000000; 
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #00CC00;
}

.warning {font-weight:bold; color:#FF0000;}
.success {font-weight:bold; color:#00CC00;}


/*Front Page*/

.featuredClients {	width: 678px; float:left;	margin: 3px 0 0 0; padding-left:20px;}
.infoFrontPage { width:324px; height:196px; float:left;  margin: 1px 0 0 0; padding: 1px 0 0 20px; }
.flashNewsFront { width:348px; height:202px; float:left; margin: 2px 0 0 5px; }
.adminSiteFront { background-image:url(../images/AdminSiteAd.jpg); background-repeat:no-repeat; width:324px; height:130px; float:left; margin:1px 0 0 20px; font-size:9px; font-weight:bold; }
.webHostingFront { background-image:url(../images/WebSiteHostingAd.jpg); background-repeat:no-repeat; width:347px; height:130px; margin:1px 0 0 5px; float:left; font-size:10px; }


/*Projects*/

.projectsList {	width: 233px; height:534px; margin: 3px 0 0 20px;	padding: 5px 0 0 0; background-image:url(../images/projectSiteListBacking.gif); background-repeat:no-repeat; float:left; }
.pStyle { margin:3px 0 5px 0; }

/*Footer CSS*/

.Footer {float:left; width:100%; margin-top:15px; color:#333333; }
.Footer a:link, .Footer a:visited, .Footer a:active { text-decoration:none; color:#009900; }
.Footer a:hover { text-decoration:underline; }
