/***********************************************/
/* Master Advanced CSS                         */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main{
	width: 680px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center 184px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #FFFFFF;
}
#main2{
	width: 680px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_faq.jpg);
	background-repeat: no-repeat;
	background-position: center 302px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #FFFFFF;
}
#main3{
	width: 680px;
	background-color: #F1F5F8;
	background-image: url(../images/bg_why.jpg);
	background-repeat: no-repeat;
	background-position: center 184px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #FFFFFF;
}


/************* Navigation styles **************/

#nav {
	padding: 10px 0px 2px 10px;
}

#nav a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#nav a:hover{
	background-color: #dddddd;
}

/***********************************************/
/* Common Elements                             */
/***********************************************/

#foot {
	width: 680px;
	background: url(../images/footer.gif);
	height: 46px;
	border-bottom: 4px solid #FFFFFF;
}
.nav {
	display: inline;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #223F88;
}
ul {
	list-style: url(../images/bullet.gif);
}
.links {
	height: 113px;
	width: 100%;
}
