/* Css Default */

@import url("boxes.css");
@import url("quotes.css");
@import url("catalog.css");
@import url("news.css");
@import url("weblog.css");
@import url("pager.css");

html,body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 12px;
    background-color: #ffffff;
    color: #707070;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-align: left;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
}

/* Heading */
h1 { color: #0d84ce; font-size: 20px; font-weight: normal; margin-bottom: 0.4em; line-height: 20px; }
h2 { color: #707070; font-size: 14px; font-weight: bold; padding: 10px 0px 0px 0px; }
h3 { color: #707070; font-size: 12px; font-weight: bold; }

/* Paragraph */
p { line-height: 18px; font-size: 12px; }

/* Lists */
ul#contentMain { line-height: 1.5em; list-style: square; color: #707070; }
#contentMain li { }

/* Links */
a:link, a:visited, a:active { color: #fb8300; text-decoration: none; }
a:hover { color: #fb8300; font-weight: normal; text-decoration: underline; }

/* Image */
img { border: none; }

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -74px;
	width: 980px;
      background-position: 4px 220px;
    background-repeat: no-repeat;
}

div#top {
       float: left;
	width: 100%;
	height: 114px;
}

div#header {
    float: left;
    height: 166px;
    width: 100%;
}

div#headerImg {
    position: absolute;
    z-index: 1000;
    top: 14px;
    margin-left: 80px;
    background-image: url(/images/charles.png);
    background-repeat: no-repeat;
    height: 266px;
    width: 197px;
}

div#quoteBlock {
    float: right;
    margin: 40px 0px 0px 0px;
}

div#logo {
	float: left;
	margin: 40px 20px 0px 0px;
}

div#menu {
    float: right;
    width: auto;
    height: 40px;
margin: 80px 0px 0px 0px;
}

div#main {
	float: left;
	width: 100%;
    min-height: 470px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

div#contentMain {
    float: left;
    width: 600px;
    margin: 40px 0px 20px 0px;
}

div#printWrapper {
    float: left;
    width: 900px;
    text-align: left;
    background-color: transparent;
}

a.printLink:link, a.printLink:visited { color: #ffffff; text-decoration: none; }
a.printLink:hover { color: #fcb131; text-decoration: none; }

div#footerWrapper {
    float: left;
    height: 60px;
    width: 100%;
    padding: 14px 0px 0px 0px;
    background-color: #0d84ce;
    font-size: 10px;
}

.footer {
	margin: 0 auto;
    color: #ffffff;
    width: 980px;
}

a.footerLink:link, a.footerLink:active, a.footerLink:visited { color: #ffffff; font-weight: normal;	text-decoration: none; }
a.footerLink:hover { color: #fb8300; font-weight: normal; text-decoration: none;}

