.menu {
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background: #beba7c url(gfx/menu_bg.gif) repeat-x;
	text-align: left;
	border-right: 1px solid #c4c18a;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: left;
	vertical-align: top;
	text-decoration: none;
}

.projBox {
	float: left;
	margin: 0px 10px 10px 00px;
	padding: 0px;
	width: 276px;
	display: block;
	cursor: pointer;
}

a.menu:HOVER {
	background: #beba7c url(gfx/menu_bg_hl.gif) repeat-x;
}

.menu_sel {
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background: #beba7c url(gfx/menu_bg_hl.gif) repeat-x;
	text-align: left;
	border-right: 1px solid #c4c18a;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: left;
	vertical-align: top;
	text-decoration: none;
}

.menuspacer {
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background: #beba7c url(gfx/menu_bg.gif) repeat-x;
	border-right: 1px solid #c4c18a;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-right: 10px;
	display: block;
	float: left;
	vertical-align: top;
	text-decoration: none;
}

#bline1 {
	padding-left: 10px;
	border-right: 0px solid #c4c18a;
}

#bline2 {
	border: 5px solid #ffffff;
	float: left;
}

#submen {
	padding: 1px 25px 1px 25px;
	display: block;
}

#padblock {
	padding: 15px 25px 35px 25px;
	display: block;
}

#wrapper  {
	width: 1052px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
/*	float: 720px;*/
}

.sidebar {
	width: 320px;
	position: relative;
	right: 93px;
	top: -68px;
	float:right;	
	background-color: #ffffff;
	padding: 6px 6px 6px 6px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background: #ffffff url(gfx/bg_img_right.gif) no-repeat bottom;
	display: block;
}

.maintext {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}
.maintext a {
	text-decoration: none;
}
.maintext a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom:0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom:0px;
}

a.bulletlink {
/*	background-image: url(gfx/linkpic.gif);
	background-repeat: no-repeat;
	padding:5px 0px 5px 30px;
	line-height: 20px; */
	color: #000000;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.bulletlink:hover {
	text-decoration: underline;
}

.infotext {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

.infotext a {
	font-size: 10px;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}
.infotext a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.content {
/*	position:absolute;
	top: 80px;
	left: 10px;*/
	width: 623px;
	margin-top:1px;
/*	padding: 5px 5px 5px 5px; */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background: #ffffff url(gfx/bg_img_left.gif) no-repeat bottom;
	display: block;
	float: left;
}

input, 
select,
textarea {
	border: 1px solid #bbb;
	padding: 0.1em 0.25em;
	color: #666;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #eaeaea;
}
input:focus,
select:focus,
textarea:focus {
	border: 1px solid gray;
	background-color: #f4f4f4;
	color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

.red {
	font-size: 10px;
	vertical-align: super;
	color: #c00;
}

body {
	background: #a1902e url(gfx/web_bg.gif) repeat-x;
}

