body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	background:#787878 url(images/page_bg.jpg) 0 0 repeat-x;
	text-align: center; /* for IE */
}

#container{
	text-align: left; /* counter the body center */
	top: 0;
	left: 0;
	width: 800px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Masthead Area */

#masthead{
	background-image: url(images/header_winter.jpg);
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: none;
	clear: none;
	padding: 10px;
	background-repeat: no-repeat;
	height: 100px;
	background-position: center center;
}
#masthead h1{
	margin-left:20px;
	font-size: 32px;
	font-weight: bold;
	color: #282828;
}
#masthead h2{
	margin:-10px 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #646464;
	}

/* Main Body Area */
	
#mainbody{
	border-width: 5px;
	border-style: solid;
	border-color: #444444;
	border-collapse: separate;
	width: 770px;
	text-align:left;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-top: 40px;
	padding-top: 20px;
}

/* use below for left aligned Photos */
.left-photo{
	border-width: 3px;
	border-style: solid;
	border-color: #cccccc;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}

/* use below for right aligned Photos */
.right-photo{
	border-width: 3px;
	border-style: solid;
	border-color: #cccccc;
	margin:0 0 0 20px;
}
h1{
	font-size: 24px;
	font-weight: bold;
	color: #646464;
}
h2{
	font-size: 20px;
	font-weight: bold;
	color: #646464;
}
h3{
	font-size: 16px;
	font-weight: bold;
	color: #646464;
}
h4{
	font-size: 14px;
	font-weight: bold;
	color: #646464;
}
p{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a:link, a:visited {
	color: #CC6600;
	text-decoration:none;
}
a:hover, a:active {
	color:#D4D0C8;
	text-decoration:none;
	background-attachment: fixed;
}
/* Foter Area */
#footer{
	width: 800px;
	height: 62px;
	background:url(images/footer.gif) no-repeat;
	padding-top:10px;
	clear: both;
}
#footer p{
	color:#ffffff;
}
#footer a:link, #footer a:visited{
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px dashed #787878;

}
#footer a:hover{
	color: #c00000;
	text-decoration: none;
	border-bottom:1px solid #c00000;
}
/* Navigation */
#navbar{
	width:800px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 12px;
	background-color: #000000;
}
#navbar ul{
	background: url(images/bg.gif) bottom center repeat-x;
	padding-left: 0;
	margin: 0;
	float: right;
	font-weight: bold;
}
* html #navbar ul{ /*IE only rule. Add extra margin-bottom*/
	margin-bottom: 1em;
}
#navbar ul li{
	display: inline;
}
#navbar ul li a, #navbar ul li span{
	float: left;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 13px 8px 6px;
	text-decoration: none;
	background: url(images/divider.gif) bottom right no-repeat;
	border: none;
}
#navbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
}
#navbar ul li a#leftcorner{
	float: none;
	padding-left: 10px;
	padding-right: 0px;
	background: url(images/leftcorner.gif) bottom left no-repeat;
}
#navbar ul li a#rightcorner{
	padding-right: 10px;
	background: url(images/rightcorner.gif) bottom right no-repeat;
}
#navbar ul li a:hover{
	text-decoration: underline;
	border: none;
}
/* Cool Button */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
        border: none;

}
a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
     /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.box_outline {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#editable_region1 {
	border-collapse: separate;
	width: 770px;
	position: relative;
}
hr {
	background-image: url(images/mainbody_bg.jpg);
	background-repeat: repeat-x;
	height: 4px;
}
.left-photo_noborder {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
.right-photo_noborder {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 30px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
.right_side {
	background-image: url(images/right_side.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.left_side {
	background-image: url(images/left_side.jpg);
	background-repeat: repeat-y;
}
.bg_top {
	background-image: url(images/red%20ribbon.gif);
	background-repeat: repeat-x;
}
.bg_bottom {
	background-image: url(images/red%20ribbon.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.td_left {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.td_bottom_full {
	border-bottom-style: none;
	background-image: url(images/horizontalline.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-position: center bottom;
}
.td_right {
	border-left-style: none;
	border-right-style: none;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-style: none;
	border-bottom-style: none;
}
.td_top_400px {
	border-bottom-style: none;
	background-image: url(images/horizontalline_400px.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-position: center top;
}
.td_bottom_400px {
	border-bottom-style: none;
	background-image: url(images/horizontalline_400px.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-position: center bottom;
}
.td_right_full {
	border-left-style: none;
	border-right-style: none;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: right center;
	border-top-style: none;
	border-bottom-style: none;
}
.box_border_right {
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CC9966;
	border-right-width: thin;
}

