#container {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 150px;
	width: 795px;
	text-align: center;
}
#top {
	background-image: url(art/top.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 745px;
	padding-left: 50px;
	padding-top: 30px;
}
#mid {
	background-image: url(art/mid.png);
	background-repeat: repeat-y;
	width: 795px;
}
#end {
	background-image: url(art/end.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 795px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	color: #666;
}
#left_sidebar {
	float: left;
	width: 200px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
#body {
	float: left;
	width: 440px;
	margin-right: 40px;
}
#clear_float {
	clear: both;
	height: 40px;
	width: 795px;
}
#clear_float2 {
	clear: both;
	height: 10px;
	width: 724px;
}
#end a:link, #end a:active , #end a:visited{
	text-decoration: none;
	color: #666;
}
#end a:hover {
	color: #06F;
}
ul {
	list-style-type: square;
}
h1 {
	font-size: 17px;
	color: #13a7d5;
	line-height: 22px;
	margin-bottom: -10px;
}
h2 {
	font-size: 14px;
	color: #13a7d5;
	margin-bottom: -14px;
	line-height: 18px;
	margin-top: 26px;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	background-color: #13a7d5;
}
.body_small {
	font-size: 11px;
	line-height: 16px;
}
.no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.body_bold {
	font-weight: bold;
}
.bold_green {
	font-weight: bold;
	color: #339900;
}
.head_bold_blue {
	font-weight: bold;
	color: #13a7d5;
	font-size: 13px;
}
.head_bold_gray {
	font-weight: bold;
	color: #333;
	font-size: 14px;
}
.portfolio {
	width: 435px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 40px;
	height: 200px;
}
.portfolio_image {
	width: 180px;
	float: left;
}
.portfolio_text {
	width: 200px;
	float: left;
	margin-left: 40px;
	font-size: 12px;
}
.portfolio_text_head {
	font-size: 12px;
	color: #13a7d5;
	font-weight: bold;
}
.pic_margin_right {
	margin-right: 20px;
	margin-bottom: 14px;
	margin-top: 6px;
}

