* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical -moz-scrollbars-horizontal;
}

body { 
	font-size: 62.5%; /* Base Font Size of 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fc6d1f;	
}  

#wrapper {
}

/* layout */
.body01 {
	width: 960px;
	margin: 0 auto;	
}

/* text */
.footer01 {
	float: right; 
	margin-top: 35px;
	text-align: right; 
	color:#ffc6a7;
	font-size: 1.1em;
}


/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
}


h1 {
	font-size: 2em;
}

p {
	font-size: 1.2em;
}

	a:link, a:active, a:visited  {
	color: #ffc6a7;
	text-decoration: none;
	}
	
	a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
a {
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}

img, a img {
}

/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
	background-image: url(../images/landing-logo-bg.jpg);
	background-repeat: repeat-x;
	background-color:#b3b2b3;
	height: 84px;
}

#content {
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-color:#b8b7ba;
	height: 523px;
}

#sidebar {
}

#navigation {
}

#footer {
	height: 107px;
	background-image: url(../images/footer-01.gif);
	background-repeat: repeat-x;
}

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
