/************ Main ***********/

body {
margin: 0;
padding: 0;
background: url(images/background.gif) repeat-x;
font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/************ Links ***********/

a:link { 
color: #fc9700; 
text-decoration: none; 
}

a:visited { 
color: #e96632; 
text-decoration: none; 
}

a:hover, a:active { 
color: #fc9700;
}

/************ Headers and Elements ***********/

h1, h2, h3, h4, h5, h6 { 
font-weight: normal; 
}

h1 { 
font-size: 32px; 
}

h2 { 
font-size: 28px; 
}

h3 { 
font-size: 24px; 
}


h4 { 
font-size: 14px; 
color: #8c8c73;
}

h5 { 
font-size: 16px; 
}

h6 { 
font-size: 13px; 
text-transform: uppercase; 
margin: 5px 0; 
}

ul { 
line-height: 1.8em; 
list-style-type: square; 
color: #333333; 
}

ol { 
line-height: 1.8em; 
color: #333333; 
}

/************** Structure *************/

#container {
margin: 0 auto;
width: 750px;
}

#wrapper {
margin: 0;
padding: 0;
clear: both;
float: left;
width: 100%;
background-color: #fff;
border: 1px solid #eee;
}

/************* Header **************/

#tophead {
margin: 0;
color: #fff;
background: #fff url(images/top_fade.gif) repeat-x;
height: 18px;
text-align: right;
padding-top: 3px;
padding-right: 10px;
}

#header {
margin: 0;
padding: 0;
padding-left: 15px;
background: #fff url(images/banner.gif) no-repeat;
background-position: right;
}

#header h1 { 
margin: 0; 
padding: 10px 5px 5px; 
}

#header h2 { 
font-size: 12px; margin: 0; padding: 0 5px 10px 20px; 
}

#header h1 a:link, #header h1 a:visited { 
color: #333333; 
}

#header h1 a:hover, #header h1 a:active { 
color: #000000; 
}

/*********** Content ************/

#content-wrapper {
width: 64%;
float: left;
}

#content {
float: left;
padding: 20px;
line-height: 1.6em;
color: #333;
}

#content > h3, #content .top { 
margin-top: 5px; 
}

#content a:link { 
padding: 0 2px; 
}

#content a:visited { 
padding: 0 2px;  
}

#content a:hover, #content a:active { 
color: #fc9700;
background-color: #fff;
text-decoration: underline;
}

/*********** Gallery ************/

#gallery {
margin: 0;
padding: 0;
}

#gallery img {
border: 1px solid #ddd;
padding: 3px;
margin-right: 20px
}


/************ Right Column *************/

#sidebar-wrapper {
width: 35%;
float: left;
}

#sidebar {
float: left;
padding-top: 10px;
padding-left: 40px;
color: #333;
background-color: #fff;
font: normal 11px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;

}

#sidebar p {
color: #333;
background-color: #fff;
padding-top: 0;
text-align: left;
}

img.cpic {
position: relative;
top: -8px;
background-image: url('images/imgbg.gif');
width: 180px;
height: 135px;
padding: 10px;
}

/************ Navigation *************/

#navigation {
float: left;
width: 100%;
}

#navigation ul {
margin: 0;
padding: 0;
float: left; 
width: 100%; 
list-style-type: none;
background: #fc9700;
}

#navigation li { 
float: right;
margin: 0; 
padding: 0; }

#navigation a:link, #navigation a:visited {
float: left;
display: block;
color: #fff;
padding: 5px 10px; 
background: #fc9700;
}

#navigation a:hover, #navigation a:active {
color: #ffffff;
background: #fba430;
}

/*********** Featured ************/

#featured {
text-align: center;
background-color: #333333;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
width: 100%;
height: 140px;
color: #999999;
}

#featured p { 
margin: 20px 0; 
}

#featured img { 
border: 1px solid #000000; 
}

/********** Footer ************/

#footer {
clear: both;
float: left;
width: 100%;
margin: 20px 0;
color: #fff;
text-align: center; 
background: #fc9700;
}

#footer a:link { 
color: #fff; 
}

#footer a:visited { 
color: #fff; 
}

#footer a:hover, #footer a:active { 
color: #fff; 
text-decoration: underline;
}

#footer p { 
padding: 5px 0; 
color: #fff;
}
