/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#frontheader {
	width: 978px;
	position: relative;
        float: left;
	margin-left: -20px;
        margin-top: -20px;
	background-color: #fff;
}
#frontheader-text {
	position: absolute;
	left: 40px;
        top: 20px;
	color: #fff;
        font: bold 32px Georgia,Times,Serif;
}
#frontheader-text2 {
	position: absolute;
        width: 540px;
        top: 70px;
        left: 40px;
	color: #000;
        font: normal 20px Georgia,Times,Serif;
}
#frontheader-button {
	position: absolute;
        width: 200px;
        top: 154px;
        left: 40px;
}
.topdescription {
	font-size: 24px;
        font-weight: bold;
        float: right;
        margin-right: 10px;
        margin-top: 46px;
        color: #000000;
        width:400px;
        text-align: right;
}
.entry a {
color:#be5415;
}
.entry h3 {
	font-size: 18px;
        font-weight: bold;
        color:#be5415;
}

#footer .footnav ul li  {
	display: inline;
	margin: 0 10px;
}
#footer .footnav ul li a:link, #footer .footnav ul li a:visited  {
	font-weight: normal; font-size:11px;
}
