@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-image: url(images/bkgFull.gif);
	font-size: 90%;
}
	
	
	
	
/* Layout */

		
#col1
{
	float: left;
	width: 675px;
	background: #FFFFFF;
}
		
#col2
{
	float: left;
	width: 400px;
	margin-left: 0px;
	height: auto;
	background-image: url(images/bkg.gif);
	background-repeat: no-repeat;
	position: fixed;
	left: 675px;
	top: 0px;
}
		
#col3
{
	float: center;
	width: 300px;
	margin-top: 120px;
	margin-left: 50px;
	
}


#textLeft
{
	float: left;
	width: 575px;
	margin-left: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 1.3em;
}

	
	
	
	
/* Text */	
	
.GreenTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	color: #99CC33;
	line-height: 1.3em;
}
	
.AboutTxt 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
	font-style: italic;
	text-align-last: left;
	line-height: 1.3em;
}

.Contact 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #66CCCC;
	margin-top: 10px;
	font-style: italic;
	text-decoration: none;
}

.DateTxt 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFCC00;
	margin-top: 10px;
	font-style: italic;
	line-height: 1.3em;
}

.TxtRT 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 1.3em;
}

.TxtLeft 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A9A9A9;
	margin-top: 10px;
	margin-right: 50px;
	line-height: 1.3em;
}

.Link
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #66CCCC;
	float: right;
	font-style: italic;
	text-decoration: none;
	vertical-align: top;
	margin-top: 40px;
	margin-right: 50px;
}




/* Images */	

.work_img {
	margin-top: 20px;
}

.header_img {
	margin-top: 45px;
}

.header_img2 {
	margin-top: 40px;
}




/* Links */	

a.header_txt:link {text-decoration: none; font-weight: normal; color: #4AFFFF; }
a.header_txt:visited {text-decoration: none; font-weight: normal; color: #4AFFFF; }
a.header_txt:hover {text-decoration: none; font-weight: normal; color: #FFFFFF; }
a.header_txt:active {text-decoration: none; font-weight: normal; color: #4AFFFF; }