/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:20px 0 0 0;
	padding:0;
	background:url(images/img01.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
.dvclr {
	line-height:.01;
	clear:both;
}
h1, h2, h3 {
	color:#ad1112;
}
h1 {
	font-size:18pt;
	text-transform:uppercase;
}
h2 {
	font-size:14pt;
	text-transform:lowercase;
}
h3 {
	font-size:12pt;
}
a {
	color: #AD1112;
}
a:hover {
	text-decoration: none;
}
img {
	border:0;
}
hr {
	width:75%;
	color:#ccc;
	text-align:center;
}
/* Header */

#header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}
#hdrPhoto {
	margin:0 0 0 230px;
	height:180px;
}
/* Logo */

#logo {
	float:left;
	width:220px;
	height:220px;
	background:url(images/img03.png) no-repeat;
}
/* Menu */

#menu {
	float:right;
	width:470px;
	height:40px;
	margin:0 auto;
	padding:0;
}
/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}
/* Content */

#content {
	float: right;
	width: 430px;
	padding: 20px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
}
/* Top Side Menu */
#tsMenu {
	width:220px;
	float:left;
}
#tsMenu a {
	color:#d4b57e;
	font-size:10pt;
	text-decoration:underline;
}
#tsMenu a:hover {
	text-decoration:none;
}
#tsMenuTop {
	background:url(images/img08.png) no-repeat top;
	height:40px;
}
#tsMenuTitle {
	text-align:center;
}
#tsMenuTitle h3 {
	padding-top:8px;
	color:#fff;
	font-family:"Trebuchet MS", Georgia, Verdana, Arial;
	font-size:12pt;
}
#tsMenuCnt {
	background:#000 url(images/img09.jpg) repeat-x;
	padding:15px;
	color:#d4b57e;
}
#tsMenuBtm {
	background:url(images/img10.png) no-repeat bottom;
	height:15px;
}
/* Bottom Side Menu *Its really the same CSS as the Top Side Menu, but specified like so to comply to W3C */
#bsMenu {
	width:220px;
	float:left;
	margin:15px 0 0 0;
}
#bsMenu a {
	color:#d4b57e;
	font-size:10pt;
	text-decoration:underline;
}
#bsMenu a:hover {
	text-decoration:none;
}
#bsMenuTop {
	background:url(images/img08.png) no-repeat top;
	height:40px;
}
#bsMenuTitle {
	text-align:center;
}
#bsMenuTitle h3 {
	padding-top:8px;
	color:#fff;
	font-family:"Trebuchet MS", Georgia, Verdana, Arial;
	font-size:12pt;
}
#bsMenuCnt {
	background:#000 url(images/img09.jpg) repeat-x;
	padding:15px;
	color:#d4b57e;
}
#bsMenuBtm {
	background:url(images/img10.png) no-repeat bottom;
	height:15px;
}
/* Search */

#search {
}
#search form {
	margin: 0;
	padding: 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search p {
	margin: 0;
	font-size: 85%;
}
#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* Footer */

#footer {
	height: 100px;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}
#footer a {
	color: #000000;
}
.gallery { /*controls that font styles for the gallery navigation*/
	font-size:7pt;
}
.gallery a { /*link decorations*/
	text-decoration:none;
}
.gallery a:hover {
	text-decoration:underline;
}
#galleryTitle {
	font-size:14pt;
	font-family:"Trebuchet MS", Georgia, Verdana, Arial;
	color:#ad1112;
	text-align:center;
	padding-bottom:10px;
}
