@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/layout/bg_join.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#image {
	width: 450px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-image: url(images/layout/img_join.jpg);
	background-repeat: no-repeat;
	height: 700px;
}
#subnav {
	height: 28px;
	width: 400px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#subnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#subnav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #C51F67;
	text-decoration: none;
}
a:visited {
	color: #C51F67;
	text-decoration: none;
}
a:hover {
	color: #C51F67;
	text-decoration: underline;
}
a:active {
	color: #C51F67;
	text-decoration: underline;
}
