body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	scrollbar-3d-light-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-dark-shadow-color: #FFF;
	scrollbar-face-color: Gray;
	scrollbar-highlight-color: Gray;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.container {
	background-color: #FFF;
	width: 802px;
	border: 0px solid #00ff00;
/*	border-left: 1px dotted #8B8B8B;
	border-right: 1px dotted #8B8B8B;*/
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

.header {
	border-bottom: 0px dotted #8B8B8B;
	width: 798px;
	background-image: url(images/bg_topmenu.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #3a3a3a;
}

.header table {
	width: 798px;
}

.topmenu ul {
	margin: 0;
	padding: 0;
}

.topmenu ul li, .topmenu ul li.on {
	margin: 0;
	padding: 0 20px 0 10px;
	list-style: none;
	float: left;
	color: #f80e0d;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}

.topmenu ul li.on {
	text-decoration: underline;
}

.topmenu ul li a:link, .topmenu ul li a:active, .topmenu ul li a:visited {
	color: #3a3a3a;
	text-decoration: none;
}

.topmenu ul li a:hover {
	color: #f80e0d;
	text-decoration: underline;
}

.topmenu img {
	float: right;
	margin-right: 7px;
}

.mainmenu {
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	width: 798px;
	height: 54px;
	padding-top: 2px;
}

.flash {
}

.projects {
	float: left;
	background-image: url(images/bg_projects.gif);
	background-repeat: repeat-x;
	width: 320px;
	background-color: #FFF;
	text-align: left;
	margin: 7px 0 0 2px;
	border-right: 1px dotted #8b8b8b;
}

.projects h1 {
	margin: 0;
	padding: 2px 0 0 5px;
	font-size: 14px;
	background-color: #f80e0d;
	color: #FFF;
	font-weight: normal;
	width: 100px;
	height: 23px;
	border-right: 1px solid #FFF;
}

.projects h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

.projects h2 a:link, .projects h2 a:active, .projects h2 a:visited {
	color: #3C3C3C;
	text-decoration: none;
}

.projects h2 a:hover {
	text-decoration: underline;
}

.projects img {
	border: 1px solid #d00707;
	margin: 5px 0;
}

.intro {
	float: right;
	margin: 7px 2px 0 0;
/*	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x; */
	width: 471px;
	text-align: right;
}

.intro h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-align: left;
	padding: 15px;
	line-height: 16px;
}

.footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}

.footer h1 {
	margin: 0 2px;
	padding: 2px 0;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #3e3e3e;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}