body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ccc url(/assets/images/bg.jpg) repeat-y 50% 0;
}

a:link {
	color: #5b80b2;
}

a:visited {
	color: #969;
}

a:hover {
	color: #036;
}

p {
	margin: 1em 0 1em;
	padding: 0;
}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #c63;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	color: #DC3433;
	padding: 0;
	margin: 0 0 1em 0;
	width: 100%;
	border-bottom: 1px solid #DC3433;
	text-transform: uppercase;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #c63;
}

h2 a:hover {
	color: #930;
}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #ddd;
}

h1 span, h2 span, h3 span {
	color: #999;
}

blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 12px;
	border-left: 1px dotted #777;
}

hr {
	color: #dc3433;
	background-color: #dc3433;
	height: 1px;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0 11px;
	text-align: left;
	/*background: url(../assets/images/bg_birch_800.gif) repeat-y;*/
	width: 742px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 720px;
}

html>body #container {
  	width: 720px;
} 
	
#header {
	background: transparent url(/assets/images/header.jpg) no-repeat;
	height: 240px;
	padding: 0;
	margin: 0;
}

#topnav {
	padding-left: 360px;	
}

#topnav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#topnav li a {
	border: none;
}

#topnav li a:hover {
	border-bottom: 3px solid #DF4140;
}

#leftbar {
	background: transparent; /* url() no-repeat scroll left top */
	float: left;
	margin: 0;
	padding: 15px 0 15px 10px;
	width: 190px;
	/*border: 1px solid #000;*/
}

#sidenav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidenav li {
	color: #DF4140;
	font-weight: bold;
	text-transform: uppercase;
}

#sidenav li a {
	display: block;
	padding: 3px;
	width: 180px;
	color: #DF4140;
	background-color: #F8DCDB;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#sidenav li a:hover {
	background-color: #DC3433;
	color: #FFFFFF;
}

#content {
	margin-left: 205px;
	padding: 15px 0 15px 10px;
	text-align: justify;
	width: 475px;
	/*border: 1px solid #CCC;*/
}

#content p a:link, #content p a:visited {
	color: #DC3433;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #DC3433;
	background-color: #FFFFFF;
}

#content p a:hover {
	background-color: #F8DCDB;
}

#content p img {
	border: none;
}

.color-p {
	color: #DC3433;
}

#gallery li{
	width: 120px;
	background: #FFF;
	position: relative;
	float: left;
	display: inline;
	margin: 5px;
}

#gallery a {
	color: #DC3433;
	font-size: .9em;
	text-align: left;
	text-decoration: none;
}

#gallery img {
	border: solid #CCC;
	border-width: 0 1px 1px 0;
	padding: 10px;
}

#footer {
	/*margin: 10px 270px 0 20px;*/
	clear: both;
	font-size: .8em;
	line-height: 1.5em;
	color: #DC3433;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 2px solid #F8DCDB;
}

#footer a:link, #footer a:visited {
	color: #DC3433;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #DC3433;
	background-color: #FFFFFF;
}

#footer a:hover {
	/*color: #AD1F2F;
	border-color: #AD1F2F;*/
	background-color: #F8DCDB;
}

/* BUTTONS */
/* http://particletree.com/features/rediscovering-the-button-element/ */
.buttons {
	text-align: right;
}

.buttons a, .buttons button{
    /*display:block;
    float:left;*/
    margin:0 0 0 10px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    background-color:#F8DCDB;
    border:1px solid #DC3433;
    color:#DC3433;
}
/*button.positive, .buttons a.positive{
    color:#529214;
}*/
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.pagebar { font-size: 0.8em; padding: 0.2em 0.5em; margin-right: 0.1em; border: 1px solid #FFF; background: #FFF; text-decoration: none; text-align: center; }
.pagebar a, .pageList .this-page { border: 1px solid #E3E3E3; text-decoration: none; padding: 0.2em 0.5em; }
.pagebar a:hover { border-color: #DC3433; } 
/*.pagebar a:visited { border: 1px solid #E3E3E3; text-decoration: none; padding: 0.2em 0.5em; }*/
.pagebar .break { padding: 2px 6px; border: none; background: #FFF; text-decoration: none; }
.pagebar .this-page { border: 1px solid #DC3433; padding: 0.2em 0.5em; font-weight: bold; background: #DC3433; color: #FFF; }
