html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background: url(images/bg.jpg) repeat top left;
   width : 100%;
   font : 80% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: maroon;}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p a:hover  { 
color: #FFFFFF;
background : inherit;
text-decoration: underline;
}

#container {
width : 985px;
margin : 0 auto;
padding : 0px;
background: #E4DCB2  url(images/bgd.jpg) repeat-y;
color : #333;
line-height : 1.5em;
}

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#333;
background : #404040 url(images/header.jpg) no-repeat;
border-bottom : 0px solid #fff;
height:190px;
}
#top h1 {
padding : 30px 0px 0 25px;
margin : 0;
font : 100%  "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
letter-spacing:5px;
text-align:left;
color:#EAE8D0;
background:transparent;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #FFE49C;
background:transparent;
text-decoration: none;
}
#top a:hover { 
color: #fff;
background:transparent;
text-decoration: underline;
}

/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 280px;
margin : 0;
padding: 0px 15px 0px 15px;
color : #EAE8D0;
background : inherit;
}


#leftnav a:link, #leftnav a:visited {
font-size: 1em;
color : #005294;
background : inherit;
text-decoration : none;
}

#leftnav a:hover {
font-size: 1em;
color :#FFFFFF;
background:inherit;
text-decoration : underline;
}


#content {
margin :10px 0 0 320px;
padding : 10px 30px 0px 30px;
}

#footer {
clear : both;
margin : 0 ;
padding : .5em;
text-align:center;
color : #EAE8D0;
background : #640000;
border-top : 0px solid #520934;
}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}

#footer a:hover {
font-size: .9em;
color :#fff;
background:inherit;
text-decoration : underline;
}

#leftnav p {
margin : 0px;
padding: 0px 25px 0px 10px;
color: #404040;
}

h2 {
margin : 0;
padding : 20px 0 5px 15px;
font : 150%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:0px;
background: url(images/flag.gif) no-repeat left 100%;
border-bottom: 2px solid #821E1E;
color:#000;
}

h3 {
margin : 0;
padding : 0px 25px 0px 0px;
font : 130%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
text-align: center;
color:#640000;
}

#footer img {
   float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

#jumpblank{
	background: url(images/sidebar_middle.jpg) repeat-y top left;
	width: 240px;
	margin: -5px 0px 0px 8px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.25em;
	color: #333333;
}


.happy {
border-top : 1px solid #808080;
padding : 10px;
}

a:link, a:visited {
font-size: .9em;
color : #005294;
background : inherit;
text-decoration : none;
}

a:hover {
font-size: .9em;
color :#FFFFFF;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: .9em;
color : #F5DE1E;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}

.imgright {
float: right;
margin: 5px 15px 10px 10px;
padding: 0px 5px 5px 5px;
}


.imgleft {
float: left;
margin: 5px 15px 10px 0px;
padding: 0px 5px 5px 5px;
}

#sharefacebook{
	display: inline;
	position: relative;
	float: left;
	margin: 10px 0px 0px 275px;
}

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD url(images/img05.gif) repeat-x top left;
color:#000;
}

#navlist li {
list-style-type: square;
background: inherit;
color: #FFFFFF;
margin: 0 15px 0 -15px;
padding: 0;
}

#gallery {
height:100px;
}

#gallery img {
float: left;
padding: 20px;
}

.clear {
clear: left;
}

.quote {
width: 200px;
margin: 0;
border : 1px;
padding : 10px;
color:#FCF8D4;
background: #005294;
font-size: 1.0em;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #C78A11;
}

/* Media Skin
----------------------------------------------- */

#media_top{
	float: left;
	color: #FFFFFF;
	width: 570px;
	height: 360px;
	margin: 0 auto;
	background: url(images/media_skin_top.png) no-repeat top left;

}

.screen{
  float: left;
  width: 320px;
  margin: 0px auto;
  padding: 20px 0px 0px 23px;
}

#media_mid{
	float: left;
	color: #FFFFFF;
	width: 570px;
	background: url(images/media_skin_mid.png) repeat-y top left;
	margin: 0px auto;
	font-size: 11px;
	line-height: 1.1em;

}

#media_bot{
	float: left;
	color: #FFFFFF;
	width: 570px;
	height: 40px;
	margin: 0 auto;
	background: url(images/media_skin_bot.png) no-repeat top left;

}

