/** BASIC PAGE LAYOUT & DEFAULT STYLES ******************************/

* {
	margin: 0;
}

body {
	padding: 0;
	margin: 8px 0;
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
	background-color: #2C79C9;
	text-align: center;
	background-image: url(../_images/instant-auto-loans-burnaby-surrey-vancouver.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 956px;
	padding: 2px;
	font-size: x-small;
	line-height: 1.0;
	text-align: left;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body>#page {
	font-size: 11px;
}

#border {
	width: 100%;
	font-size: 13px;
	line-height: 1.4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-right-color: #B2B2B2;
	border-bottom-color: #b2b2b2;
	border-left-color: #B2B2B2;
}

h1,
h2,
p {
	padding: 0 0 1em;
}

h1,
h2,
strong {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}

a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

hr {
	display: none;
}

/** CLEARFIX ********************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/** HEADER **********************************************************/

#header {
	height: 175px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../_images/instantautoloans.jpg);
	width: auto;
}

#header * {
	position: absolute;
	top: -99999em;
	left: -99999em;
}

/** SITE NAVIGATION *************************************************/

#nav {
	padding: 4px 0;
	text-transform: capitalize;
	text-align: left;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
}

#nav h2 {
	position: absolute;
	top: -99999em;
	left: -99999em;
}

#nav ul,
#nav ul li {
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	padding: 5px 15px 5px 14px;
	text-decoration: none;
	outline: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2b2b2;
	border-left-width: 0px;
}

#nav a:hover {
	background-color: #333333;
}

/** MAIN & CONTENT **************************************************/

#main {
	position: relative;
	background-repeat: repeat-y;
	background-position: 0 0;
}

#content {
	width: 100%;
	float: none;
	border-left: 1px solid #900;
	font-size: 1.1em;
	padding-top: 15px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.header4 {color: #CC0000}
.footer {
	color: #FFFFFF;
	font-size: 10px;
}

