﻿body {
	background-color:#996633;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
.header
{
	margin: 0px 0px 0px 0px;
	position:relative;
}

#header_landing {
	background-image: url(Resources/Images/header.jpg); 
	background-repeat: no-repeat; 
	width: 717px;
    height: 288px;
}

#header_content 
{
	background-image: url(Resources/Images/header_content.jpg);
    background-repeat: no-repeat; 
    width: 717px; 
    height: 140px;
}

#logo_w1{
	font-size: 12px;
	font-weight: bold;
	color:Black;
	position:absolute;
	top:90px;
	left:290px;
}

.header #menu
{
	position: absolute; 
	width: 711px; 
	border: solid 3px white; 
	height: 27px; 
	background-color: #996633;
}


/********************** Content ***************************/
#content {
	background-image:url(Resources/Images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#996633;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#996633;
	font-size:12px;
	text-align:left;
	margin: 10px 0px 15px 0px;
}
#leftrightwrapper 
{
	padding-left: 25px;
	padding-right: 25px;
}
#left {
	float:left;
	width:378px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:257px;
	padding: 0px 0px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

.bordered_photo
{
	border: solid 5px #996633;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(Resources/Images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}


/********************** Calendar of Events ****************/
#calendarOfEvents li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(Resources/Images/pawbullet.jpg) no-repeat;
}


#calendarOfEvents h3{
            color:#996633;
            font-size:14px;
            text-align:left;
            width:200px;
            margin: 10px 0px 15px 0px;
}


#calendarOfEvents .subject{
            color:#996633;
            font-size:12px;
            font-weight: bold;
            text-align:left;
            width:200px;
            margin: 10px 0px 15px 0px;
}

#calendarOfEvents .alternating{
            background-color: #F2F4E7;
}