@charset "utf-8";
/* CSS Document */

Body {
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background: transparent url('../images/bgnd_gradient.png') top left repeat-x;
}

h1 {
	font-size: 26px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	color: #333;
}

h2 {
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

h3 {
	margin-bottom: 10px;
	padding: 15px 0px 0px 0px;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
}

p {
	font-size: 15px;
	margin: 0px;
	padding: 10px 15px 10px 0px;
	color: #333;
}

a {
	color: #BB480C;
	text-decoration: none;
	transition: all .5s linear;
}

a:hover {
	color: #4D4D4D;
	transition: all .5s linear;
}

.Content {
	margin: 0 auto;
	width: 1000px;
	margin-top: 30px;
    margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(119,119,119,1);
	-moz-box-shadow: 0px 0px 9px 1px rgba(119,119,119,1);
	box-shadow: 0px 0px 9px 1px rgba(119,119,119,1);
	background-color: #F8F5F1;
}

.Special {
    color: #F8F5F1;
    padding: 10px;
    background-color: #C24225;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    display: inherit;
    text-transform: capitalize;
    font-weight: bold;
    margin: 30px 0px 0px 0px;
}

.Banner {
    border-bottom: 1px solid #CAB69B;
    background: #CAB69B;
}

.ContentInner {
	background: #C4BFBF;
}

.ContentLeft {
	padding: 15px;
    padding-left: 30px;
    padding-bottom: 25px;
    float: left;
    width: 60%;
    background: #F8F5F1;
}

.ContentRight {
    float: right;
    width: 30%;
    padding: 27px;
    padding-top: 15px;
}

.ContentRight h3 {
	color: #BB480C;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.gallery li {
	display:inline-block;
	margin-left: 6px;
	margin-bottom: 6px;
}

.gallery img {
	border: 3px solid #fff;
	transition: all 0.5s ease 0s;
}

.gallery img:hover{
	opacity:0.5;
	transition: all 0.5s ease 0s;
}

.Footer {
	margin: 0 auto;
    width: 970px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(119,119,119,1);
    -moz-box-shadow: 0px 0px 9px 1px rgba(119,119,119,1);
    box-shadow: 0px 0px 9px 1px rgba(119,119,119,1);
    background-color: #F8F5F1;
	padding: 15px;
}
