@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
#top {
	background-color: #FFFFFF;
	height: 40px;
}
#container {
	background-color: #CCCCCC;
	width: 800px;
	text-align: center;
	color: #CCCCCC;
}
#work {
	background-color: #CCCCCC;
	padding-top: 25px;
}
#footer  {
	height: 20px;
	float: left;
	text-align: left;
	padding-left: 30px;
	padding-top: 5px;
	color: #999999;
	clear: both;
}
#footer a {
	color: #333333;
	text-decoration: none;

}
#bar {
	background-color: #FFFFFF;
	margin-top: 25px;
	padding-left: 25px;
	position: relative;
	z-index: 2;
}
#realbar {
	background-image: url(../images/html/bar2.jpg);
	background-repeat: repeat-x;
	height: 45px;
	margin-top: -25px;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}
#stroke {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	margin-top: 50px;
	position: relative;
}



#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#top2 {
	background-color: #FFFFFF;
	height: 40px;
	padding-top: 0px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

