/* Default Settings
----------------------------------------------- */
html, body {
border:0;
margin:0 auto;
padding:0;
}

body {
font:100%/1.4 Georgia, Times, Times New Roman, serif;
background: #e4e2e0 url(cssimages/bg.gif) repeat-x center top;
color:#4b3c30;
text-align:left;
}

p { margin: 0.6em 0; }
em { font-style:italic; }

h1, h2, h3, h4, h5, h6, h7 {
font:1em/1.1 Georgia, Times, Times New Roman, serif;
margin:0 0 .5em 0;
}

h1 {
font-size:2em;
}

h2 {
font-weight:bold;
font-size:1.5em;
}

h3 {
font-size:1.2em;
}

.brown 	{ color:#281607; } 	.brown-border 	{ border-bottom: 1px dotted #281607; }
.blue 	{ color:#4abde2; }	.blue-border 	{ border-bottom: 1px dotted #4abde2; }

/* Links
----------------------------------------------- */
a, a:link, a:visited { text-decoration:none; color: #89cce2; border-bottom:1px dotted #89cce2; padding:0 0 3px 0; }
a:hover { text-decoration:none; color:#281607; background:#89cce2; }

/* Lists
----------------------------------------------- */


/* General Layout
----------------------------------------------- */
#container {
margin: 0;
padding: 0;
width: 900px;
height: 603px;
background: url(cssimages/container-bg.gif) no-repeat left top;
}

.text-padding { padding: 210px 0 0 286px; }

#content {
margin:0;
padding:0;
width:475px;
height:260px;
color:#4b3c30;
font-size:0.75em;
}

#footer {
margin:40px 0 0 0;
width:500px;
height:65px;
color:#89cce2;
font-size:1.1em;
line-height:1.15em;
}

#thefineprint {
margin:0 0 0 30px;
padding:10px 0 20px 0;
text-align:left;
color:#4b3c30;
font-size:0.6em;
}

/* General Classes
----------------------------------------------- */
.clear { clear:both; }
.padding-tb20 { padding:20px 0; }
.padding-lr15 { padding:0 15px; }
.indent { margin:10px auto; padding:10px 20px; background-color:#e7e6e2; border:1px solid #d7d6d2; }

/* Image Classes
----------------------------------------------- */

/* transparent png fix for IE
----------------------------------------------- */
/* this is in a separate stylesheet called style-IE6.css   - Not used for Luke Boggs*/

/* clear floats
----------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* fix in IE/Mac */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

