@charset "utf-8";
body  {
background-image: url(images/dark_green.jpg);
background-repeat: repeat;
margin: 0; 
padding: 0;
text-align: center; 
}

#container { 
width: 1280px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-image: url(images/matte.jpg);
border: solid thin #030;
text-align: left;
} 

#header { 
background-image: url(images/green_swatch.jpg);
height: 288px;
width: 100%;
text-align: left;
} 

#sidebar1 {
float: right;
width: 385px;
}

#sidebar2 {
float: right;
width: 385px;
background-image:url(images/green_swatch.jpg);
height: 542px;
}

#side {
text-align: left;
margin-left: 40px;
margin-right: 55px;	
}

#mainContent { 
margin: 0 385px 0 0; 
} 

#main {
margin-left: 113px;
margin-right: 2px;
}

#full {
margin-left: 113px;
margin-right: 55px;	
}

#gall {
width: 940px;
text-align: center;
	}

#footer {
height: 230px;
width: 100%;
background-image: url(images/green_swatch.jpg);
background-repeat: repeat;
clear: both;
} 

p.sidebar{
font-size: 80%;
line-height: 100%
}

p.green{
font-size: 110%;
color: #104218;
font-style: italic;
}

p.green2{
font-size: 100%;
color: #104218;
font-weight: bold;
margin-left: 25px;
}

a img {
border: 0;	
}

a:link {
color: #104218;
}

a:visited {
color: #749b3d;	
}

a:hover {
color: #749b3d;	
}

a:active{
color: #95dc30;	
}

h2 {
font-size: 30px;
color: #104218;
text-decoration: none;
text-shadow: #666, 2px;
	}
	
h3 {
color: #6b9431;
font-size: 18px;
font-style: italic;
	}
