@charset "utf-8";
/* 
Generic Website Style Sheet 
============================
Version:	1.0		
Build:		03/07/08
Author:		John Simpson

Please DO NOT ADD content styles to this style sheet. 
For content styles please include in a seperate style sheet below. ( @import url(".css"); )
*/

/* Other Style Sheets */
@import url("content_styles.css");
@import url("contact_form.css");

/* */

/* Generic */
body { background-image:url(../styleImages/template/background_highquality.jpg); background-repeat:no-repeat; background-position:top; background-color:#000000; color:#86817e; margin:0 0 0 0; padding:0; font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:18px; }
p { font-weight:normal; padding:10px 0 10px 0; margin:0; }
img { border:none; padding:0px; margin:0px; }
ul { padding:10px 0 10px 0; margin: 0; list-style:none; }
li { padding:0 0 5px 15px; margin:0; }
div.hr { height:2px; background-image:url(../styleImages/template/dotted_stroke.gif); background-repeat:repeat-x; padding:0; margin:15px 0 15px 0; }
div.hr hr { display: none; }
/* -END- */

/* Header Titles */
h1 { font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:0; padding:0 0 10px 0; font-weight:normal; color:#c0bdbb; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0; padding:0 0 0 0; font-weight:normal; color:#c0bdbb; }
h3 { font-family:Arial, Helvetica, sans-serif; font-size:10px; margin:0 0 10px 0; padding:10px 0 8px 0; font-weight:bold; color:#c0bdbb; }
/* */

/* Template Structure */
#container { width:100%; height:100%; }
.main { margin:0 auto 0 auto; padding:0; width:920px; height:100%; } 
/* -END- */

/* Footer */
#footer { width:100%; border-top:solid 1px #1c1b19; padding:10px 0 40px 0; margin:0; clear:both; color:#e3e3e3; font-size:10px; line-height:11px; }
#footer .main div { color:#e3e3e3; }
#footer .main div a:link, 
#footer .main div a:visited { font-weight:normal; color:#e3e3e3; font-weight:normal; text-decoration:none; font-size:10px; }
#footer .main div a:hover { text-decoration:underline; color:#ffffff; }
/* -END- */

