body {
	margin: 0;
	padding: 0;
	background: #070707 url(../images/background.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align:justify;
}

h1, h2, h3 {
	text-align:left;
	margin-top: 0;
	color:#6CAE44;
	font-family:Century Gothic, Verdana;
}

h1 {
	font-family:Garamond;
	font-style:Italic;
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	
}

h3 {
	font-size: 1em;
}



a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

.transeffect img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.transeffect:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity:.50;
}


ul{
	list-style: square;
}

.left {
	float: left;
	margin: 0 20px 0 0;
}

.right {
	clear:both;
	float: right;
	
}

.righttxt {
	line-height:100%;
	margin: -10px 0 0 20px;
	text-align:right;
	font-style:italic;
	font-size:0.9em;

}

.rightb {
	float: right;
	
	
}

.imagecontainer img{
display: block;
position: relative;
background-color: #fff;
border: 1px solid #E8E7DD;
padding: 4px;
}

.bordergreen{
margin-top:5px;
margin-bottom:10px;
border: 9px solid #6CAE44;
margin-left:8px;

}

.bordergreen2{
border: 9px solid #6CAE44;
width:624px;
height:420px;
}

/* Header */
#header{
	width:1015px;
	height:191px;
	background:url(../images/birds_header.jpg) top left no-repeat;
}

/* Page */

#page {
	width: 1015px;
	margin-top:0px;
	background:#070707;
	
}


/* Content */
#rightcolumn{
	float: left;
	width: 768px;

}
#content_menu{
	width: 767px;
	height:55px;
	background: #F8F6D6 url(../images/top_left.jpg) top left no-repeat;
	border-right: 9px solid #6CAE44;
	margin:0;

}

#menubar{
	width:738px;
	height:15px;
	background:#D7D8AB;
	margin-left:18px;
	position:relative;
	top:5px;
	_top:-5px;
	
	}
#content {
	float:left;
	margin-top:-13px;
	width: 738px;
	background: #F8F6D6;
	border-right: 9px solid #6CAE44;
	border-left: 9px solid #6CAE44;
	border-bottom: 9px solid #6CAE44;
	padding:10px;
	
}

#content_nopad {
	float:left;
	margin-top:-13px;
	width: 758px;
	background: #F8F6D6;
	border-right: 9px solid #6CAE44;
	border-left: 9px solid #6CAE44;
	border-bottom: 9px solid #6CAE44;
	overflow:hidden;
	
}



#full {	
	float: left;
	width: 600px;
	padding: 0 0 0 0;
	text-align:justify;
}


.contentl{
	float: left;
	width: 355px;
	border-right:1px solid #CCCCCC;
	padding-right:8px;
	padding-top:3px;
}
.contentr {
	float: left;
	width: 355px;
	padding-left:10px;
	padding-top:3px;
}

.post {
	padding-right:10px;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 233px;
	background:#070707 url(../images/top.jpg) no-repeat top left;
	padding-top:50px;
}

#sidebar ul {
	margin: 0;
	padding-left: 20px;
	list-style: none;
	width:190px;
}

#sidebar li {
	padding: 5px 10px 5px 35px;
	background:url(../images/leaf.gif) no-repeat 15px 50%;
	border-bottom: 1px solid #CCCCCC;
}


#sidebar a {
	border:0;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar p {
	margin-top: 0;
	line-height: normal;
	
}

.references{
	font-family: Garamond;
	font-size:14px;

}

.references p{
	margin-top: 0;
	line-height: normal;

}

/* Footer */

#footer {
	
	float:left;
	font-family:Century Gothic, Arial;
	font-weight:bold;
	width: 778px;
	
	margin-top:20px;
	margin-bottom:20px;
	background: #3E3E3F;
	position:relative;
	bottom:5px;
	text-align:center;
}

#footer p {
	margin: 8px;
	text-align:right;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

.suburbBlock { width:200px;float:left; margin:15px; color:#dddddd; }




