@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 50px;
	height: 600px;
	background-image: url(images/container_bg_index.jpg);
	background-repeat: no-repeat;
}
#indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#leftcol {
	width: 125px;
	float: left;
	margin-right: 75px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcol {
	width: 500px;
	float: right;
}
#indent_small {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 11px;
	line-height: 16px;
}a:link {
	color: #DA1C7A;
	text-decoration: none;
}
a:visited {
	color: #DD208A;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
#footer {
	width: 800px;
	margin-top: 135px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #666666;
	font-size: 11px;
}

