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

#content {
	width:724px;
	margin:15px;
	font-family:"Lucida Grande", sans-serif;
	font-size:12px;
}

.title {
	font-size:16px;
}

#image {
	width:724px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

a:link {
	color: #003140;
}
a:visited {
	color: #003190;
}
a:hover {
	color: #003190;
}
a:active {
	color: #003190;
}
