* { padding: 0; margin: 0; }
img { border: 0; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}
#wrapper { 
 margin: 0 auto;
 width: 790px;
}

	h1 {
        	margin: 0;
		color: #000000;
		font-family: Arial;
		font-size: 22px;
		font-variant: normal;
		border-bottom: 1px solid #009900;
		}
	
	h2 {
		margin: 0;
		color: #000000;
		font-family: Arial;
		font-size: 16px;
		font-variant: normal;
		}

/******** Header ********/		
	#header {
		width: 790px;
		height: 155px;
		background: url(images/header.gif) top no-repeat;
		}

/******** Menu ********/	
	#navigation {
		width: 790px;
		font-weight: bold;
		font-family: Arial;
                font-size: 14px;
		background: #009900;
		height: 25px;
		}

	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: none;
		width: 100%;
		}
	
	#navigation li {
		display: inline;
		}
	
	#navigation a:link, #navigation a:visited {
		color: #FFFFFF;
		text-decoration: none;
		float: none;
	        border-right: 1px solid #cccccc;
               padding: 0.25em 1em;
		}
	
	#navigation a:hover {
		background: #009900;
		color: #000000;
		}

#leftcolumn { 
 color: #333;
 border-left: 3px solid #009900;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 min-height: 350px;
 width: 478px;
 float: left;
 background: #FFFFFF;
}

#fullcolumn { 
 color: #333;
 border-left: 3px solid #009900;
 border-right: 3px solid #009900;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 height: auto;
 width: 764px;
 float: left;
 background: #FFFFFF;
}

#rightcolumn { 
 float: right;
 color: #333;
 border-right: 3px solid #009900;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 display: inline;

}



/******** Footer ********/	
	#footer {
		width: 790px;
		height: 33px;
		background: url(images/footer.gif) no-repeat  top left;
		padding: 5px;
		clear: both;
		
			}
		
	#footer p {
		padding: 25px;
		text-align: center;
		font-family: arial;
		font-size: 10px;
		color: #999999;
		}
		
	#footer p a {
		color: #000000;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		}
		
	#footer p a:visited {
		color: #000000;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		}
			
	#footer p a:hover {
		color: #000000;
		text-decoration: none;
		border-top: 1px dotted #000000;
		}

#sidebar {
		width: 195px;
		float: right;
		padding-top: 20px;
		}
		
	.sidebar_content{
		display: block
		}
		
	.sidebar_content *{
		display: block;
		height: 1px;
		overflow: hidden;
		background: #d2d2d2;
}
		
	.sidebar_content1{
		border-right: 1px solid #d2d2d2;
		padding-right: 1px;
		margin-right: 3px;
		border-left: 1px solid #d2d2d2;
		padding-left: 1px;
		margin-left: 3px;
		background: #d2d2d2;
		}
		
	.sidebar_content2{
		border-right: 1px solid #d2d2d2;
		border-left: 1px solid #d2d2d2;
		padding: 0px 1px;
		background: #d2d2d2;
		margin: 0px 1px;
		}
		
	.sidebar_content3{
		border-right: 1px solid #d2d2d2;
		border-left: 1px solid #d2d2d2;
		margin: 0px 1px;
		}
		
	.sidebar_content4{
		border-right: 1px solid #d2d2d2;
		border-left: 1px solid #d2d2d2;
		}
		
	.sidebar_content5{
		border-right: 1px solid #d2d2d2;
		border-left: 1px solid #d2d2d2;
		}
		
	.sidebar_content_content{
		padding: 0px 5px;
		background: #d2d2d2 url(images/crop.gif) no-repeat;
		color: Black;
		text-align: justify;
                padding-top: 15px;
		 padding-bottom: 15px;
		font-weight: bold;
		}
	
	.sidebar_content_content a {
		color: #000000;
		text-decoration: none;
		font: 14px Arial;
                font-weight: bold;
                padding-top: 15px;
                line-height: 250%;
		}
		
	.sidebar_content_content a:visited {
		color: #000000;
		text-decoration: none;
		}
		
	.sidebar_content_content a:hover {
		color: #000000;
		text-decoration: none;
		}
	
	.side_content_header {
		margin: 0;
		color: #000000;
		font-family: Arial;
		font-size: 20px;
		font-variant: small-caps;
		}
/*********Contact Form **************/
	#form   {
	height: 350px;
	background: FFFFFF;
	font: 1.2em arial;

}
.errors {
color: red;
font-size: 14px;
}
	
	#form p {
		font: .8em arial;
		color: #666666;
		}

	#form label {
font-size: 15px;
color: #666666;
}

/******** portfolio part 2 ********/



#photoshow {
  width: 740px;
  height: 460px
  float: left;
  margin-left: 3.5%;
  }


div.float {
  float: left;
 padding: 5px;
width:100px;
	height:auto;
	background: #FFFFFF;
        border: 1px solid #eeeeee;
	margin:0 4px 10px 4px;
  }
div.container {
  background-color: #fff;
  padding-left: 20px;
  }
div.spacer {
  clear: both;
  {