/* Main */
BODY {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
    background-image: url('images/bg.gif');
    background-position:center;
    background-repeat:repeat-y;
}
.ie BODY {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
    background-image: url('images/bg2.gif');
    background-position:center;
    background-repeat:repeat-y;
}
IMG {
    border: 0px;
}

/* Links */
a {
    color: #5C6E87;
    text-decoration: underline;
}
a:hover {
    color: #D47801;
    text-decoration: none;
}

/* Other */
.bodybg {
    background-image: url('images/bg.gif');
}
.align_left {
	text-align:left;
}
.content {
    text-align:left;
	margin-top:0;
    background-image: url('images/news_bg.gif');
}
.expandleft_1 {
	background: url('images/left_pic.gif');
}
.expandleft_2 {
	background: url('images/expand_left.gif');
}
.rev_main {
	background: url('images/rev_main.gif');
}
.rev_about {
	background: url('images/rev_about.jpg');
}
.rev_location {
	background: url('images/rev_location.gif');
}
.rev_contact {
	background: url('images/rev_contact.gif');
}
.rev_comments {
	background: url('images/rev_comments.gif');
}
.gallery {
	background-color:#EEE5D7;
}