@charset "utf-8";
/* CSS Document */
body{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.content_back {
	background-image: url(images/sails_06.jpg);
	background-repeat: repeat;
}
.tab_button {
	background-color: f3f3f4;
	background-image: url(images/sails_02.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 19px;
	width: 132px;
	padding-top: 22px;
	float: left;
}
.content_main {
	width: 450px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.content_image {
	width: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	float: right;
}
a:link{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
