/* CSS Document */

body
{
	background-color: #f8e0eb;
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}

#border
{
	width: 760px;
	margin: 0px auto 0px auto; 
	background-image: url(img/bg.jpg);
}

#top
{
	height: 139px;
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
}
#main
{
	min-height: 340px;
	background-image: url(img/bg_main.jpg);
	background-repeat: no-repeat;
	padding: 30px 30px 20px 20px;
}

#footer
{
	height: 178px;
	background-image: url(img/bg_footer.jpg);
	background-repeat: no-repeat;
}

h3
{
	color: #3b3b3b;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

p
{
	margin: 0px;
	padding: 10px 20px 0px 0px;
}

.note
{
	padding: 155px 0px 0px 550px;
	font-size: 10px;
	color: #999999;
}

a
{
	color: #999999;
	text-decoration: underline;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}
