body {
	font-family: Verdana;
	background-color: #d2d1d1;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
}
.clear {
	clear: both;
}
#header {
	width: 970px;
	height: 48px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-bottom: -48px;
	background-image: url('../images/header.png');
	background-position: center;
	color: #b1b1b1;
	text-align: right;
	font-weight: bold;
}
#body {
	width: 976px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.body-contents {
	width: 100%;
	height: auto;
	background-image: url('../images/contents-bg.png');
	background-repeat: repeat-y;
}
#body-contents2 {
	width: 100%;
	height: auto;
	background-image: url('../images/contents2-bg.png');
	background-repeat: repeat-y;
	padding-top: 50px;
}
#buttons {
	width: 930px;
	height: 165px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.button1 {
	width: 124px;
	height: 100%;
	background-image: url('../images/b1.png');
	background-repeat: no-repeat;
}
.button2 {
	width: 124px;
	height: 100%;
	background-image: url('../images/b2.png');
	background-repeat: no-repeat;
}
#buttons-left {
	width: 150px;
	float: left;
	margin-top: 40px;
}
#buttons-right {
	width: 740px;
	float: right;
}
.logo {
	width: 100px;
	height: 122px;
	border-style: none;
}
.button1 {
	width: 124px;
	height: 141px;
	background-image: url('../images/b1.png');
	float: right;
}
.button1:hover {
	background-image: url('../images/b1-over.png');
}
.button2 {
	width: 124px;
	height: 141px;
	background-image: url('../images/b2.png');
	float: right;
	margin-right: 20px;
}
.button2:hover {
	background-image: url('../images/b2-over.png');
}
.button-top {
	width: 100%;
	height: 90px;
}
.button-bottom1 {
	width: 105px;
	height: auto;
	margin: 0 auto;
	color: white;
	font-weight: bold;
}
.button-bottom2 {
	width: 70px;
	height: auto;
	margin: 0 auto;
	color: white;
	font-weight: bold;
}
.button1 a:link {
	color: white;
	text-decoration: none;
}
.button1 a:hover {
	color: white;
	text-decoration: none;
}
.button1 a:visited {
	color: white;
	text-decoration: none;
}
.button2 a:link {
	color: white;
	text-decoration: none;
}
.button2 a:hover {
	color: white;
	text-decoration: none;
}
.button2 a:visited {
	color: white;
	text-decoration: none;
}
#body-top {
	width: 976px;
	height: 22px;
	background-image: url('../images/body-top.png');
	position: relative;
}
#flash-content {
	width: 940px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#content {
	width: 930px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: white;
	text-align: justify;
}
#content-left {
	width: 610px;
	float: left;
}
#content-left h1 {
	font-size: medium;
}
#content-left p {
	font-size: 13px;
}
#content-left p a:link {
	color: white;
	text-decoration: underline;
}
#content-left p a:hover {
	color: white;
	text-decoration: none !important;
}
#content-left p a:visited {
	color: white !important;
	text-decoration: underline;
}
#content-right {
	width: 320px;
	float: right;
}
#black-top {
	width: 100%;
	height: 59px;
	background-image: url('../images/black-top.png');
	position: relative;
	z-index: 2;
	margin-bottom: -49px;
}
#black-bottom {
	width: 100%;
	height: 62px;
	background-image: url('../images/black-bottom.png');
	position: relative;
	z-index: 2;
}
#footer {
	width: 930px;
	height: auto;
	margin: 0 auto;
	position: relative;
	color: black;
}
#footer-left {
	width: 800px;
	float: left;
	padding-top: 50px;
}
#footer-right {
	width: 120px;
	float: right;
}
#body-bottom {
	width: 976px;
	height: 25px;
	background-image: url('../images/body-bottom.png');
	position: relative;
}
#footer-left a:link {
	color: black;
	text-decoration: none;
}
#footer-left a:hover {
	color: #520501 !important;
	text-decoration: underline !important;
}
#footer-left a:visited {
	color: black;
	text-decoration: none;
}
#recent-container {
	width: 285px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-top: -10px;
	margin-bottom: 15px;
}
#recent-bg {
	width: 100%;
	height: auto;
	background-image: url('../images/recent-bg.png');
	background-repeat: repeat-y;
}
#recent-bottom {
	width: 100%;
	height: 22px;
	background-image: url('../images/recent-bottom.png');
}
#recent-content {
	width: 254px;
	margin: 0 auto;
	color: black;
	padding-top: 10px;
	text-align: left;
}
#recent-content p {
	margin-bottom: 0px;
}
ul, li {
	margin-bottom: 0px;
	font-size: 13px;
}
#recent-content hr {
	margin-top: 1px;
}
.recent-img-container {
	width: 250px;
	height: 100px;
	background-image: url('../images/recentbg.png');
}
.recent-img {
	width: 244px;
	height: 94px;
	border: 1px solid black;
}
#recent-content a:link {
	color: black;
	text-decoration: none;
}
#recent-content a:hover {
	color: black;
	text-decoration: none;
}
#recent-content a:visited {
	color: black;
	text-decoration: none;
}
.recent-separator {
	width: 250px;
	height: 15px;
}
.flag {
	float: left;
	margin-top: -10px;
	margin-left: 10px;
	position: relative;
	z-index: 3;
	border-style: none;
}
#content-web {
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: white;
	text-align: justify;
}
#content-web-left {
	width: 610px;
	float: left;
}
#content-web-right {
	width: 320px;
	float: right;
}
.website-container {
	width: 600px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.website-container p {
	font-size: 13px;
}
.websote-black {
	width: 10px;
	height: 102px;
	background-color: black;
	float: left;
	margin-right: 10px;
}
.website-img {
	width: 147px;
	height: 108px;
	background-image: url('../images/web-img.png');
	float: left;
	margin-right: 10px;
}
.website-txt {
	width: 399px;
	float: left;
}
.website-txt p {
	margin-top: 0px;
}
.website-photo {
	width: 140px;
	height: 100px;
	border: 1px solid black;
}
#content-web-left h1 {
	font-size: medium;
	margin-left: 20px;
}
#content-web-left h2 {
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}
.website-txt a:link {
	color: white;
	text-decoration: underline;
}
.website-txt a:hover {
	color: white;
	text-decoration: none;
}
.website-txt a:visited {
	color: white;
}


#content-design {
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: white;
	text-align: justify;
}
.design-container {
	width: 960px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.design-black {
	width: 10px;
	height: 23px;
	background-color: black;
	float: left;
	margin-right: 10px;
}
.design-img {
	width: 147px;
	height: 108px;
	background-image: url('../images/web-img.png');
	float: left;
	margin: 5px;
	margin-bottom: 10px;
}
.design-txt {
	width: 399px;
	float: left;
}
.design-txt p {
	margin-top: 0px;
}
.design-photo {
	width: 140px;
	height: 100px;
	border: 1px solid black;
}
#content-design h1 {
	font-size: medium;
	margin-left: 20px;
}
#content-design h2 {
	font-size: 17px;
	margin-top: 0px;
}
.design-project {
	width: 960px;
	float: left;
	margin-bottom: 30px;
}
#content-info {
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: white;
	text-align: justify;
}
#content-info-left {
	width: 610px;
	float: left;
	margin-left: 10px;
}
#content-info h1 {
	font-size: medium;
}

























