@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Garamond", Times, serif;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	margin: 0 auto;
	width:960px;
}


#header h3 a, a:visited {
	text-decoration:none;
	color:#333;
}

#header h3 a:hover, a:visited:hover {
	text-shadow: 2px 2px #FFF;
	color:#333;
}

h1 {
	font-size: 88px;
	color: #333;
	margin: 0 0 0 40px;
	padding-top:20px;
}

h2 {
	font-size: 40px;
	color: #FFFFFF;
}

#header h3 {
	font-size: 36px;
	margin: 35px 0 0 15px;
	position:absolute;
	display:block;
	color: #333;
}

h3 {
	font-size: 36px;
	color: #FFF;
}

h4 {
	font-size: 20px;
	color: #333;
	margin: 10px 0 10px 80px;
}

h5 {
	font-size: 18px;
	color: #FFFFFF;
	margin: -20px 0 10px 20px;
}

p {
	font-size: 16px;
	color: #333;
	margin: 10px 0 10px 20px;
}

#header {
	margin-bottom: 20px;
	display:block;
	width:960px;
	height:93px;
	background:url(../images/background/background_01.jpg) no-repeat 0 0;
	text-align: left;
	color:#333;
}

#main_content {
	display:block;
	width:960px;
	height: 485px;
	background:url(../images/background/background_02.jpg) no-repeat;
	text-align:left;
}

#footer {
	margin-top: 20px;
	display:block;
	width: 960px;
	height: 74px;
	background: url(../images/background/background_03.jpg) no-repeat;
	text-align:left;
	padding: 30px 0 0 20px;
}

#mainicon1 {
	width: 296px;
	height: 160px;
	margin: 20px 18px;
	background:url(../images/icons/mainicon01.png) no-repeat;
	display:inline-block;
	float:left;
	text-align:center;
}

#mainicon2 {
	width: 296px;
	height: 160px;
	margin: 20px 18px 20px 0;
	background:url(../images/icons/mainicon02.png) no-repeat;
	display:inline-block;
	float:left;
	text-align:center;
}
	
#mainicon3 {
	width: 296px;
	height: 160px;
	margin: 20px 0 20px 0;
	background:url(../images/icons/mainicon03.png) no-repeat;
	display:inline-block;
	float:left;
	text-align:center;
}
	
#mainicon1 a, a:visited, #mainicon2 a, a:visited, #mainicon3 a, a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

#mainicon1 a:hover, a:visited:hover, #mainicon2 a:hover, a:visited:hover, #mainicon3 a:hover, a:visited:hover {
	text-shadow: 2px 2px #333;
	color: #FFFFFF;
}

.center {
	text-align:center;
}


#secondicon1 {
	width: 296px;
	height: 118px;
	margin: 20px 18px;
	background:url(../images/icons/ratesicon01.png) no-repeat;
	display:inline-block;
	float:left;
	text-align:center;
}

#secondicon2 {
	width: 296px;
	height: 118px;
	margin: 20px 0px;
	background:url(../images/icons/ratesicon02.png) no-repeat;
	display:inline-block;
	float:left;
	text-align:center;
}


#secondicon3 {
	width: 296px;
	height: 118px;
	margin: 20px 15px;
	background:url(../images/icons/ratesicon03.png) no-repeat;
	display:inline-block;
	float:left;
	text-align:center;
}

#secondicon1 p, #secondicon2 p, #secondicon3 p {
	text-align:left;
	margin-left: 30px;
}

#secondicon1 a, a:visited, #secondicon2 a, a:visited, #secondicon3 a, a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

#secondicon1 a:hover, a:visited:hover, #secondicon2 a:hover, a:visited:hover, #secondicon3 a:hover, a:visited:hover {
	text-shadow: 2px 2px #333;
	color: #FFFFFF;
}
