@charset "utf-8";
body  {
	font: 100% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.main_clas #container { 
	width: 849px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding:0px 0px 0px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header { 
	background-image:url(img/header_green.jpg);
	background-position:center;
	width:100%;
	height:198px;
} 
.main_clas #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 50px 0px;
	border:0px solid #000000;
	text-align:right;
	top:auto;
}
.main_clas #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0px;
	border:0px solid #000000;
	text-align:left;
}
.main_clas #mainContent { 
	background:#FFFFFF;
	margin: 0; 
	padding: 0px 0px 50px 0px;
	border:0px solid #000000;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.poga{
	color:#c1c1c1;
	text-decoration:none;
	font-style:normal;
	background-color:#ffffff;
	padding-left:3px;
	padding-right:3px;
	word-spacing:normal;
}
.poga:hover{
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
	background-color:#62b500;
	padding-left:3px;
	padding-right:3px;
	word-spacing:normal;
}
.poga_sel{
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
	background-color:#62b500;
	padding-left:3px;
	padding-right:3px;
}
.proj_link{
	color:#62b500;
	text-decoration:underline;
	font-style:normal;
	background-color:#ffffff;
	padding-left:3px;
	padding-right:3px;
}
.proj_link:hover{
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
	background-color:#62b500;
	padding-left:3px;
	padding-right:3px;
}
.proj_link:active{
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
	background-color:#62b500;
	padding-left:3px;
	padding-right:3px;
}
.proj_container{
	width:100%; 
	background-color:#FFF; 
	float:left;
}
.proj_info{
	font-size:10px;
	width:100%; 
	background-color:#FFF; 
	float:left;	
}
.thumb{
 border-width:1px;
 border-color:#f3f3f3;
 border-style:solid;
 width: 83px;
 height:55px;
 padding:6px 6px 6px 6px;
 margin: 7px 7px 7px 7px;
}
.thumb_sketch{
 border-width:1px;
 border-color:#f3f3f3;
 border-style:solid;
 width: 194px;
 height:55px;
 padding:6px 6px 6px 6px;
 margin: 7px 7px 7px 7px;
}
.thumb:hover{
 border-style:solid;
 border-width:1px;
 border-color:#62b500;
}
.thumb:active{
 border-style:solid;
 border-width:1px;
 border-color:#62b500;
}
.thumb_sketch:hover{
 border-style:solid;
 border-width:1px;
 border-color:#62b500;
}
.thumb_sketch:active{
 border-style:solid;
 border-width:1px;
 border-color:#62b500;
}
.poga_right{
	position:relative;
	float:right;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
}
.poga_left{
	position:relative;
	float:left;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
}
.title{
	width:200px;
	text-align:right;
	padding-bottom:0px;
	padding-top:0px;
	font-style:italic;
	font-size:14px;
	color:#62b500;
}
.proj_title{
	text-align:left;
	padding-left:260px;
	padding-bottom:5px;
	padding-top:10px;
	font-size:10px;
	color:#62b500;
}
.proj_links{
	font-size:10px;
	background-color:#FFF; 
	float:left;
	padding-left:15px;
}