@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/techie-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#header {
	width: 780px;
	height: 20px;
	
}

#header .paddingimg {
	padding-right: 9px;


}

img.floatLeft { 
    float: left; 
    margin: 25px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}



#footer .paddingimg {
	padding-right: 5px;


}

#content {
	line-height:25px;
	margin-top: 1px;
	margin-bottom: 10px;
	min-height: 540px;
	width: 750px;
	background-color: #000;
	padding:15px;
	font-size: 14px;	
	
}



#footer {
	width: 780px;
	height: 20px;
	
}

h2 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #009900;
	font-size: 16px;
	font-weight: lighter;

}

a {
	color: #009900;
	text-decoration: none;

}
