body, html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1.5;
	background-color: #FFF
}
a {
	color: #5872CF;
}
a:hover {
	color: #D0662F;
}
form {
	margin: 0;
	padding: 0;
}
#page {
	width: 600px;
	margin: 3em auto 0 auto;
}

#nav {
	margin: 0;
	padding: 4px 0 0 0;
	height: 22px;
	background: #d0ccc1 url(http://goldengatefinance.com/Assets/Images/construction/bg_nav.gif) repeat-x top left;
}
#nav a {
	font-size: 11px;
	color: #343434;
	text-decoration: none;
	margin: 0px 15px;
}
#nav a:hover {
	color: #1979a8;
}
#nav #current {
	color: #1979a8;
}

#main {

}
#left {
	background: url(http://goldengatefinance.com/Assets/Images/construction/bg_left.gif) repeat-x top left;
	width: 400px;
	float: left;
	text-align: center;
	padding-top: 120px;
}
#right {
	background: #f6f5f3 url(http://goldengatefinance.com/Assets/Images/construction/bg_right.gif) repeat-x top right;
	border-left: 2px solid #e4e2dd;
	margin-left: 400px;
	height: 400px;
	padding: 25px 0px;
}
#right ul {
	list-style-image: url(http://goldengatefinance.com/Assets/Images/construction/bullet.gif);
}

#footer {
	color: #AAA;
	margin: 25px 0 40px 0;
	border-top: 1px solid #e4e2dd;
}

h1 {
	margin: 5px 0 15px;
	color: #000;
	font-weight: normal;
	font-size: 26px;
}
h2 {
	margin: 5px 15px;
	font-size: 18px;
	color: #666;
}