body {
	background-color: #ffe9ce;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}
#outer-outer {
	background-image: url(../images/background-repeat.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-position: top center;
}
#outer {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
        border-bottom: 3px solid #e4dad3;
	overflow: hidden;
}
#top {
	height: 45px;
}
#keywords {
	margin-top: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: lighter;
}

#keywords-pre {
        color: #7c4a2a;
        font-style: italic;
        font-size: 10px;
}

#keywords ul {
	list-style: none;
}

#keywords a {
	text-decoration: none;
}

#keywords1 a:link, #keywords1 a:visited {
	color: #e6dbd4;
}

#keywords2 a:link, #keywords2 a:visited  {
	color: #e0d1c6;
}

#keywords3 a:link, #keywords3 a:visited  {
	color: #bc9d85;
}

#keywords4 a:link, #keywords4 a:visited  {
	color: #a37b5f;
}

#keywords5 a:link, #keywords5 a:visited  {
	color: #b2937e;
}

#keywords6 a:link, #keywords6 a:visited  {
	color: #d9c9bc;
}

#keywords7 a:link, #keywords7 a:visited  {
	color: #e2dad4;
}

#keywords8 a:link, #keywords8 a:visited  {
	color: #eee8e3;
}

#keywords a:hover {
	color: #fff;
	font-size: 15px;
	line-height: 13px;
	font-weight: bold;
}

#main-content {
	margin-top: 0px;
	padding: 5px 15px 20px 15px;
}
#main-content ul {
	list-style-image: url(../images/sparklet.png);
}
#main-content img {
	border:1px solid #AAAAAA;
	margin:4px 8px;
	background: #EEE;
	padding:4px;
}

#main-content h1 {
	font-size: 24px;
    color: #6a0c15;
    font-weight: normal;
}
#main-content h3 {
	font-size: 20px;
    color: #9b4500;
}
#main-content h2 {
	font-size: 24px;
    color: #6a0c15;
    font-weight: normal;
}

#main-content div.hr {
    border-top: 1px solid #ccc;
    height: 1px;
    margin: 10px 0;
    width: 100%;
    clear: both;
}

#main-content div {
    margin-top: 10px;
}

.main-content-feature {
}

.main-content-feature div {
        margin: 5px 10px 5px 10px;
}

#footer {
	overflow: hidden;
	background-color: #ffe9ce;
}
#footer-inner {
	padding: 30px 0px 10px 0px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #666;
}
#footer a:link, #footer a:visited {
	color: #333;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

