body {
font-family:Arial, serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
color: #666;
background: url("bg.jpg") top left repeat;
}

a {
text-decoration:none;
color:#555;
font-weight:600;
}
a:hover {
color:#fde11e;
background-color:#f7f7f7;
}

#wrapper {
width: 848px;
margin:80px auto;
padding: 0px 20px 0 20px;
overflow: auto;
background-color:#ffffff;
border: 1px dashed #eee;
}

#logo {
float:right;
background: url("logo.jpg") top left no-repeat;
width: 576px; height: 76px;
margin: 30px 0 20px 0;
}

#back {
	position: absolute;
	top: 20px; left: 20px;
	background: url("back.png") bottom left no-repeat;
	width: 220px; height: 28px;
	margin: 0;
}

#header {
clear: both;
width:100%;
height: 239px;
background: url("header2.jpg") center left no-repeat;
border-bottom:1px solid #ccc;
border-top: 1px solid #ccc;
margin:0;
padding: 20px 0 20px 0;
}
#content {
	//clear: both;
	float: left;
	width: 425px;
	margin: 20px 0 0 0;
	padding: 0px 20px 0 0;
	border-right: 1px dashed #ccc;
}

#content p {
 display:block;
 color:#666666;
}
   
#content p:first-letter {
     font-size:400%;
     display:block;
     float:left;
     margin: 0.06em 0 0;
     //height:3.5em;
     color:#fde11e;
}

#content a {
text-decoration:none;
color:#444;
font-weight:600;
}
#content a:hover {
color:#fde11e;
background-color:#f7f7f7;
}

#sidebar {
	float: right;
	width: 375px;
	margin: 20px 0 0 0;
	padding: 0px 0 0 20px;
}

#sidebar h1 {
	padding: 2px 0 2px 6px;
	margin-bottom: 4px;
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #fff;
	background-color: #fde11e;
	//border-bottom: 1px dashed #ccc;
}

#footer-spacer {
	overflow: auto;
	width: 848px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

#footer { 
  padding: 15px 0 0 0;
  margin-bottom: 20px;
  color: #666;
  text-align: center;
  font-size: 11px;
}


/* BEGIN GALLERY ELEMENTS */
.gallery ul {
  list-style: none;
  padding: 0 0 0 20px; margin: 0;
}
.gallery ul li {
  display: inline;
  padding-right: 10px;
}

.gallery a img {
	border: 1px solid #ccc;
}
/* END GALLERY ELEMENTS */

