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

body {
	background-color: #0099FF;
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
#mainContent_bg {
	background-image: url(images/rightCol.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 472px;
	width: 466px;
}
#mainContent {
	height: 472px;
	width: 390px;
	overflow: scroll;
}
#mainContent h1 {
	line-height: 1.1em;
	color: #B3342B;
}
#mainContent h3 {
	line-height: 1.1em;
	color: #1A1C29;
}
