html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-align: center;
	font: 90% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #630;
}
.clear {
	clear: both;
}
img {
	border: none;
}
a {
	color: #6D9124;
	font-weight: bold;
}
a:hover {
	color: #f60;
}
td {
	vertical-align: top;
}

ul {
	padding: 0px;
	margin: 0px 10px;
	list-style: none;
}
ul li {
	background: url(images/bg_menu_li.gif) no-repeat left;
	padding-left: 20px;
	margin: 3px 0px;
}

#outer {
	background: #F0EEDB url(images/bg_outer.gif) no-repeat top right;
	width: 723px;
	margin: 0px auto;
	padding-top: 4px;
}
#top {
	margin: 0px 0px 0px 40px;
	padding: 10px 265px 0px 40px;
	border-right: 3px solid #BDAD84;
	color: #750;
	text-align: right;
	font: italic bold 12px Arial, Helvetica, sans-serif;
	background: url(images/bg_top.gif) no-repeat top right;
	height: 44px;
}
#top span {
	text-transform: uppercase;
}
#top h1 {
	background: url(images/bg_r_top.gif) no-repeat bottom left;
	height: 37px;
	padding-top: 7px;
	margin:0px;
	color: #750;
	font: italic bold 12px Arial, Helvetica, sans-serif;
}

#content {
	border-right: 3px solid #BDAD84;
	background: #F0EEDB url(images/bg_content.jpg) no-repeat top left;
	padding: 280px 0px 20px 40px;
	text-align: left;
	
	display: table-cell;
}
#text-links {
	width: 640px;
}
/*#text {
	width: 420px;
	float: left;
} */
h1, h2 {
	color: #111;
	font-size: 21px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
}
#menu {
	width: 200px;
	padding-left: 60px;
	padding-top: 30px;
}
#menu a{
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
#menu a:hover {
	text-decoration: underline;
}
#menu h2 a {
	color: #111;
	font-size: 18px;
}
#menu li.act {
	font-weight: bold;
	color: #f60;
	font-size: 11px;
	background-image: url(images/bg_menu_li_act.gif);
}
#menu li.act a{
	font-weight: bold;
	color: #f60;
	font-size: 11px;
}

#icons {
	border-right: 3px solid #BDAD84;
	padding: 0px 10px 20px 0px;
	height: 11px;
}
#icons img {
	float: right;
	margin-right: 30px;
}

#copy {
	font-size: 11px;
	color: #333;
	text-align: right;
	margin: 0px auto;
	border-top: 3px solid #BDAD84;
	width: 640px;
	border-left: 3px solid #fff;
	padding: 20px 40px;
}

a.cop{
	color: #333;
	text-decoration:none;
	font-weight: normal;
}

#str_nav {
	font-size: 11px;
	color: #333;
	height:30px;
}
#str_nav a{
	font-weight: normal;
}

table.projects td {text-align:center;}

.links{

}
#bot {
	margin-top: 300px;
}
#bot a{
	color: #333;
	text-decoration:none;
	font-weight: normal;
}
