@import url(../themes/photo/css/theme.css);
table,tr,td {
	border-style: none;
	border-collapse:collapse;
}

a,
a:link,
a:visited {
	color:#409D67;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#ff6347;
	text-decoration:underline;
}

a img {
	border-style:none;
}
body {
	font-family:arial,helvetica,sans-serif;
	background-color:#C8DD95;
	background-image:url(../img/bg-fade.gif);
	background-repeat:repeat-y;
	background-position:50% 0%;
	background-attachment:scroll;
	color:#2c2c2c;
	padding:0px;
	margin:0px;
}
#footer {
	margin:auto;
	background-color:#FDF6E5;
	height:166px;
	width:783px;
	padding-left:85px;
	padding-right:85px;
	color:#409D67;
}
#footer-table {
	width:783px;
}
#footer-table td {
	vertical-align:middle;
	padding-right:20px;
}
#footer-table #sub-footer {
	font-size:11px;
	text-align:right;
	padding-right:0px;
}
#footer-table #sub-footer2 {
	font-size:11px;
	text-align:center;
	padding-right:0px;
}
#footer-table #sub-footer3 {
	font-size:11px;
	text-align:left;
	padding-right:0px;
}
#footer-table #sub-footer4 {
	font-size:11px;
	text-align:right;
	padding-right:0px;
}
#menu-bar {
	width:783px;
	background-color:#EFEFEF;
	text-align:center;
}
#final a {
	width:783px;
	color:#b2c98a;
}
#final {
	margin:auto;
	font-size:11px;
	text-align:right;
	color:#b2c98a;
	width:953px;
	padding-bottom:10px;
}
#header-wrapper {
	width:100%;
	background-color:transparent;
	background-image:url(../img/fade-header.png);
	background-position:50% 0%;
	background-repeat:no-repeat;
}
#body-wrapper {
	width:100%;
	background-color:transparent;
	background-image:url(../img/fade-line.png);
	background-position:50% 0%;
	background-repeat:repeat-y;
}
#footer-wrapper {
	width:100%;
	background-color:transparent;
	background-image:url(../img/fade-footer.png);
	background-position:50% 0%;
	background-repeat:no-repeat;
}

#header {
	margin:auto;
	width:953px;
	height:231px;
	background-image:url(../img/header.jpg);
}

#nav {
	margin:auto;
	width:953px;
	height:44px;
	background-color:white;
}

#nav-left {
	width:135px;
	height:44px;
	background: #fff url(../img/nav-left.jpg) no-repeat 0 0;
	float:left;
}
#nav-right {
	width:135px;
	height:44px;
	background: #fff url(../img/nav-right.jpg) no-repeat 0 0;
	float:left;
}
.nav-link {
	height:44px;
	background: #FEEC99 no-repeat 0 0;
	float:left;
}

#nav-home {
	width:77px;
	background-image:url(../img/home-up.gif);
}
#nav-home:hover,
#nav-home:active {
	width:77px;
	background-image: url(../img/home-over.gif);
}

#nav-how-it-works {
	width:154px;
	background-image:url(../img/how-it-works-up.gif);
}
#nav-how-it-works:hover,
#nav-how-it-works:active {
	width:154px;
	background-image: url(../img/how-it-works-over.gif);
}

#nav-apply-now {
	width:126px;
	background-image:url(../img/apply-now-up.gif);
}
#nav-apply-now:hover,
#nav-apply-now:active {
	width:126px;
	background-image: url(../img/apply-now-over.gif);
}

#nav-fees {
	width:69px;
	background-image:url(../img/fees-up.gif);
}
#nav-fees:hover,
#nav-fees:active {
	width:69px;
	background-image: url(../img/fees-over.gif);
}

#nav-about-us {
	width:108px;
	background-image:url(../img/about-us-up.gif);
}
#nav-about-us:hover,
#nav-about-us:active {
	width:108px;
	background-image: url(../img/about-us-over.gif);
}

#main {
	margin:auto;
	position:relative;
	background-color:white;
}
