@charset "utf-8";
body {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/body_back.gif);
	font-size: small;
	line-height: 150%;
	color: #333;
}
#content #left_article {
	float: left;
	width: 350px;
}

h1, h2, h3, p {
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
	color: #33F;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F33;
}
a:active {
	text-decoration: none;
}

#wrapper  {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
}
#nav {
	list-style-type: none;
	background-image: url(img/top_s1.jpg);
	width: 900px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: 9px 39px;
}

#nav ul {
	list-style-type: none;
	margin-left: 40px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav li {
	float: left;
}
#content {
	background-image: url(img/center_s1.jpg);
	height: 520px;
	width: 840px;
	padding-right: 30px;
	padding-left: 30px;
	background-position: 9px 0px;
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer  {
	text-align: right;
	width: 900px;
}

#content_bottom {
	background-image: url(img/bottom_s1.jpg);
	height: 9px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: 9px 0px;
}
#content .work {
}
#content .work img {
	border: 1px solid #333;
}
#content .work td {
	vertical-align: top;
	padding: 10px;
}

