/* Body */
body {
    background-color: #303030;
    color: #000000;
    font-family: Tahoma, Arial, sans-serif;
	margin: 10px 0 25px;
	padding: 0;
}
/* H1, H2. H3, H4 */
h1 {
    color: #F5F1E7;
    font: bold 29px/30px Garamond, "Times New Roman", Times, serif;
    padding: 16px 0 0 15px;
    text-align: left;
}
h2 {
    font: bold 22px/25px Tahoma, Arial, sans-serif;
    margin: 2px 0;
    padding: 0;
	text-align: left;
}
h3 {
    font: bold 19px/22px Tahoma, Arial, sans-serif;
    margin: 2px 0;
    padding: 0;
	text-align: left;
}
h4 {
    font: bold 17px/20px Tahoma, Arial, sans-serif;
    margin: 1px 0;
    padding: 0;
	text-align: center;
}

/* Links */
a, a:link, a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
a:active, a:hover {
    color: #939486;
    font-weight: bold;
    text-decoration: none;
}

/* Fonts */
s {
    color: #939486;
}


/* Header */
#header {
    background: url('design/header.jpg');
    height: 200px;
    width: 739px;
}

/* Content */
#content {
    background: url('design/bg.jpg');
    padding: 10px;
    font-size: 11px;
    text-align: left;
    width: 719px;
}
#content P {
}

/* Menu */
#menu ul {
    background: url('http://www.daybreakwebdesigns.com/design/navbg.jpg') repeat-x;
    border-bottom: 1px solid #A8B090;
    border-top: 0;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 20px;
    margin: 0;
    padding: 0 0 0 7px;
    width: 730px;
}
#menu ul li {
    background: url('http://www.daybreakwebdesigns.com/design/navbg.jpg') repeat-x 20px;
    display: block;
    float: left;
    font: 12px/20px arial, tahoma, verdana, sans-serif;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 2px;
    text-align: center;
}
#menu a {
    color: #000;
    display: block;
    padding: 0 6px;
    text-decoration: none;
}
#menu li#active { background: url('http://www.daybreakwebdesigns.com/design/navbgover.jpg') repeat-x 20px; }
#menu a:hover { background: url('http://www.daybreakwebdesigns.com/design/navbgover.jpg') repeat-x 20px; }

/* 2nd Menu */
#menu2 ul {
    background: url('http://www.daybreakwebdesigns.com/design/navbg.jpg') repeat-x bottom;
    border-bottom: 1px solid #A8B090;
    border-top: 0;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 15px;
    margin: 0;
    padding: 0 0 0 7px;
    width: 730px;
}
#menu2 ul li {
    background: url('http://www.daybreakwebdesigns.com/design/navbg.jpg') repeat-x 20px bottom;
    display: block;
    float: left;
    font: bold 11px/15px arial, tahoma, verdana, sans-serif;
    list-style-type: none;
    margin: 0 0 0 4px;
    padding: 0;
    text-align: center;
}
#menu2 a {
    color: #000;
    display: block;
    padding: 0 6px;
    text-decoration: none;
}
#menu2 a:hover { background: url('http://www.daybreakwebdesigns.com/design/navbgover.jpg') repeat-x 20px; }

/* Footer */
#footer {
	background: url(design/bottom.gif) no-repeat center bottom;
    font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 0 10px;
	text-align: center;
	width: 739px;
}

