/* Css Default */
@import url("boxes.css");
@import url("custom_styles.css");

/* Modules */
@import url("quotes.css");
@import url("catalog.css");
@import url("news.css");
@import url("weblog.css");
@import url("photoalbum.css");

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

/* Heading */
h1 { color: #ffffff; font-size: 20px; font-weight: normal; margin-bottom: 4px; padding-bottom: 4px; line-height: 20px; border-bottom: Solid 2px #db232d; }
h2 { color: #db232d; font-size: 14px; font-weight: bold; padding: 10px 0px 0px 0px; }
h3 { color: #ffffff; font-size: 12px; font-weight: bold; }

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

/* Lists */
ul#contentMain { line-height: 18px; list-style: disc; color: #ffffff; }
#contentMain li { }

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

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

div#container {
	min-height: 720px;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
    margin-top: 20px;
 	width: 990px;
    background-color: #000000;
    border: Solid 4px #ececec;
}

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

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

div#menu {
    float: left;
    width: 200px;
    height: auto;
    padding: 0px 0px 0px 20px;
}

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

div.contentMain {
    float: left;
    width: 700px;
    margin: 0px;
}

div#push {
    clear: both;
    height: 20px;
}

div#footer {
    height: 20px;
    width: 940px;
    margin: 0 auto;
    padding: 14px 0px 0px 10px;
    font-size: 11px;
    text-align: left;
    color: #555555;
}

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



