/* CSS Document */

body {
	background-color:#666666;
}
#master {
	color:#663300;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	background-color:#FFFFCC;
}
#header {
	width:1024px;
	height:218px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}
#nav {
	float:left;
	width:198px;
	padding:5px;
	font-size:18px;
	font-weight:600;
	border-right:2px solid #663300;
	border-bottom:5px solid #663300;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#gallery {
	width:804px;
	padding:5px;
	float:right;
	background-color:#FFFFCC;
	font-size:18px;
	text-align:justify;
	border-bottom:5px solid #663300;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
.imgBox {
	width:250px;
	height:300px;
	float:left;
	text-align:center;
}
#content {
	width:804px;
	padding:5px;
	float:right;
	background-color:#FFFFCC;
	font-size:18px;
	text-align:justify;
	border-bottom:5px solid #663300;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
#content img {
	float:right;
	border:0px;
	padding:5px;
}
#footer {
	width:1024px;
	height:30px;
	padding-top:15px;
	font-size:12px;
	text-align:center;
	background-color:#FFFFCC;
}
	
#nav a:link {
	display:block;
	width:195px;
	color:#663300;
}
#nav a:visited {
	display:block;
	width:195px;
	color:#663300;
}
#nav a:active {
	display:block;
	width:195px;
	color:#663300;
}
#nav a:hover {
	display:block;
	width:195px;
	background-color:#663300;
	color:#FFFFCC;
}
a:link {
	color:#663300;
}
a:visited {
	color:#663300;
}
a:active {
	color:#663300;
}
a:hover {
	background-color:#663300;
	color:#FFFFCC;
}