/******** Text ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {
	font-size: 15px;
	xfont-weight: bold;
	padding-top: 3px;
	margin-bottom: 5px;
}

p {
	margin-top: 5px;
}

#content ul {
	margin-top: 5px;
}

#content ul li {
	margin-top: 5px;
}


/******** Layout ********/

body {
	margin: 0 0 0 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFEED2;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 700px;
	height: 219px;
	border-bottom: 2px solid #AF210E;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 700px;
	margin: 0;
	border: 0;
	border-top: 3px solid #E17100;
	padding: 0 0 20px 0;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	float: left;
}

html>body #main {
	height: auto;
	min-height: 500px;
}

#sidebar {
	width: 138px;
	margin: 15px 0 10px 0;
	float: left;
}

#content {
	font-size: 13px;
	width: 516px;
	margin: 15px 0px 15px 10px;
	border: 2px solid #E19F4C;
	padding: 10px;
	float: left;
	background-color: #fff;
}

html>body #content {
	height: auto;
	min-height: 400px;
}

#footer {
	clear: left;
	width: 700px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	background-color: #FEDC94;
	border-top: 2px solid #E19F4C;
	font-size: 12px;
}

#content img {
	margin-right: 5px;
	margin-left: 5px;
}


/******** Links ********/

#content a:link {
    text-decoration: underline;
    color: #AF2210;
}

#content a:visited {
    color:#996633;
    text-decoration: underline;
}

#content a:hover, 
#content a:active {
	color: #c96;
    text-decoration: underline;
}

#header a {
	display: block;
	width: 130px;
	height: 120px;
}


/******** Gallery Images ********/

.gallery_block {
	width: 210px;
	padding: 10px 5px;
	margin: 10px;
	border: 1px solid #E19F4C;
	float: left;
}

.gallery_block p {
	text-align: center;
	margin-bottom: 2px;
}

.gallery_block .grey {
	color: #666666;
	margin-top: 8px;
}


/******** Navigation ********/
#nav {
	font-size: 11px;
	background: url(../images/nav-top.gif) no-repeat;
	padding: 23px 0;
	margin: 0;
	width: 136px;
	float: left;
}

#navbottom {
	background: url(../images/nav-bottom.gif) no-repeat;
	display: block;
	width: 136px;
	height: 22px;
	clear: left;
}

.box {
	font-size: 11px;
	text-align: center;
	height: 100px;
	background-color: #F4EEBD;
	border-right: 2px solid #E19E49;
	border-top: 1px solid #E19E49;
	border-bottom: 1px solid #E19E49;
	padding: 0;
	margin: 0;
	width: 128px;
	float: left;
}

.boxtop {
	background: url(../images/box-top.gif) no-repeat;
	display: block;
	width: 132px;
	height: 22px;
	clear: left;
}

.boxbottom {
	background: url(../images/box-bottom.gif) no-repeat;
	display: block;
	width: 132px;
	height: 22px;
	clear: left;
}

/*#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	clear: left;
}

#nav ul li a {
	background-color: #F4EEBD;
	color: #000;
	padding: 7px;
	display: block;
	line-height: 16px;
	text-decoration: none;
	border-bottom: 1px solid #E19E49;
	border-right: 2px solid #AF210E;
	width: 116px;
}

#nav ul li a:hover {
	color: #333;
	background-color: #FAF7DE;
}*/

#nav ul.home li#home a,
#nav ul.gal li#gal a,
#nav ul.about li#about a,
#nav ul.contact li#contact a,
#nav ul.desgal li#desgal {
	color: #000;
	background-color: #D6DFB3;
	cursor: default;
}