html {
background-color: #fff;}

h1,h2,h3,h4 {color: #f48432; }

body {
text-align:center;
font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
font-size: 94.1%;
}

h1,h2,h3,h4 {color: #f48432; }

h1 {font-size:135%; border-left: 0px solid #f48432; padding-left:5px;}
h3 {font-size:115%; border-left: 0px solid #f48432; padding-left:5px;}

p {padding-left: 5px; }

ul {color:#20aed2;}

a:link,a:visited
{
    font-weight:bold;
	color:#20aed2;
	text-decoration: none;
}

a:hover,a:active,a:focus
{
	font-weight:bold;
	color:#20aed2;
	text-decoration: underline;
}

#site {
width:850px;
margin: 0px auto;
text-align:left;
padding:3px;
// border: 1px solid #20aed2;
background-color: #fff; 
}

#content {
margin:3px 0px;
padding: 0px 0px 5px 10px;
// border-left: 15px solid #f48432;
// border-right: 5px solid #f48432;
// border-bottom: 1px solid #f48432;
// border-top: 1px solid #f48432;
// background: url(images/header.jpg) no-repeat;
}

#header {
border-left: 15px solid #f48432;
border-right: 5px solid #f48432;
border-bottom: 1px solid #f48432;
border-top: 1px solid #f48432;
height:60px;
background-color:#fde8d7;
}

#footer {
// border-left: 15px solid #f48432;
// border-right: 5px solid #f48432;
// border-bottom: 1px solid #f48432;
// border-top: 1px solid #f48432;
height:20px;
background-color:#fff;
text-align:center;
font-size:75%;
font-weight:bold;
padding:0px 3px;
}

