html {
	overflow: -moz-scrollbars-vertical;
}
body, table, td, select, input, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	background: #dfdfdf url(../images/bg.png) left top repeat-x;
}
img {
	margin: 0px;
}
#header {
	width: 760px;
	background-color: #aaaaaa;
	border: solid 2px #ffffff;
	margin: 10px auto 10px auto;
	
}
#header img {
	vertical-align: middle;
	margin: 0px;
}
#content {
	width: 760px;
	background-color: #bebebe;
	border: solid 2px #ffffff;
	margin: 0px auto 0px auto;
}
#top_nav {
	background-color: #bebebe;
}
#top_nav table {
	width: 100%;
}
#top_nav td {
	width: 120px;
	text-align: center;
}
#top_nav a {
	height: 20px;
	line-height: 20px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#top_nav a:hover {
	background-color: #5fdede;
}
#top_nav a.active {
	font-weight: bold;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	background-color: #6C6F6D;
}
#left_nav {
	width: 160px;
	vertical-align: top;
	padding-top: 51px;
}
#left_nav .linkcontainer {
	margin-bottom: 10px; 
	border: solid 2px #ffffff; 
	border-left: 0px; 
	width: 120px;
}
#left_nav .linkholder {
	padding: 5px; 
	background-color: #6c6f6d; 
	color: #ffffff; 
	font-weight: normal;
}
#left_nav .link {
	text-decoration: none; 
	color: #ffffff; 
	font-weight: normal;
}
#left_nav .active { 
	font-weight: bold;
}
#image_box {
	height: 100px;
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
}
#image_box img {
	margin: 0px 0px -3px 0px;
}
#main_box {
	vertical-align: top;
	border-left: solid 2px #ffffff;
	color: #ffffff;
	background-color: #6c6f6d;
	height: 350px;
}
#main_box .title {
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0px 10px 50px;
}
#main_box .text {
	margin: 0px 0px 20px 50px;
	width: 400px;
}
#main_box a {
	color: #ffffff;
	text-decoration: none;
}
#main_box a:hover {
	text-decoration: underline;
}
#footer {
	color: #000000;
	margin: 5px auto 0px auto;
}
#footer td {
	text-align: center;
	padding: 0px 8px 10px 8px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#portfolio {
	margin: 20px auto 20px auto;
}
#portfolio td {
	text-align: center;
	padding: 20px;
}
#portfolio .img_link {
	display: block;
	margin: 0px auto 0px auto;
	background-color: #6C6F6D;
	padding: 10px;
	border: solid 2px #ffffff;
	width: 182px;
}
#portfolio .img_link:hover {
	border: solid 2px #5fdede;
}
#portfolio .img_link:hover img{
	border: solid 2px #5fdede;
}
#portfolio img {
	border: solid 2px #ffffff;
	width: 180px;
	height: 120px;
}