/* =General Layout Styles
----------------------------------------------- */

body {
	background-color:#FFFFFF;
	color:#333333;
	margin:0 auto;
	background-image: url(../images/bg.gif);
	text-align:center;
}

#topbanner {
	height:69px;
	background: #FFFFFF url(../images/topbanner_bg.jpg) repeat-y;
	
}

#wrapper {
	width:750px;
	background: #FFFFFF url(../images/content_bg.gif);
	height: 100%;
	border: 1px solid #B3C695;
	
}

#content {
	background: repeat-y;
	margin-top: 10px;
	height: 100%;

}

#copywrapper {
width:600px;
}

#copy {
	padding:15px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	
}

.pic {
	background: #FFFFFF;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 30px;

}

/* =General Links
----------------------------------------------- */

a:link {
font-weight: bold;
color: #996633; }

a:visited {
font-weight: bold;
color: #576541;
}

a:hover {
font-weight: bold;
color: #576541;
background-color: #CBDEAC;
}

/* =Navigation
----------------------------------------------- */

#navigation {
width:150px; 
}

.title {
margin-top: 36px; 
}


/* =Other Bits
----------------------------------------------- */

#pcredit {
text-align:center;
color:#666666;
font-size:10px;
padding:5px;
}

#footer {
font-size:10px;
color:#333333;
}

.ideatitles {
	font-weight: bold;
	color: #6D8C5B;
}
.credit {
	font: 10px Georgia, "Times New Roman", Times, serif;
}
