body {
	background-color: #733504;
	background-image: url(imgs/pattern.JPG);
	font: 0.8125em Verdana, sans-serif; 
	line-height: 1; 
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: #4a270b;
	padding: 5px;
	border: 1px solid black;
}

.index {
	border: 1px solid #999;
	background-image: url('imgs/38.JPG');
	background-repeat: no-repeat;
	height: 538px;
	width: 797px;
	padding: 0px;
}

.title {
	font-size: 3em;
	padding: 10px;
	float: right;
	margin-right: 10px;
	color: #442409;
}

.enter_link {
	font-size: 1em;
	float: right;
	margin-right: 100px;
	color: #fff;
	padding-top: 5px;

}

.enter_link a {
	text-decoration: none;
	color: #733504;
}

.enter_link a:hover {
	text-decoration: none;
	color: black;
}

.welcome {
	font-size: 1em;
	color: #fff;
	padding-left: 120px;
}

.transparent_bar_enter {
	background-image: url('imgs/transparent.PNG');
	width: 100%;
	height: 50px;
	margin-top: 310px;
	color: #ccc;
	font-size: 2em;
}

.transparent_bar_welcome {
	background-image: url('imgs/transparent.PNG');
	width: 100%;
	height: 50px;
	color: #ccc;
	font-size: 2em;
	margin-top: 120px;
}

/*
home.html
*/
.banner {
	background-image: url(imgs/banner.JPG);
	background-repeat: no-repeat;
	height: 171px;
}

#content_wrapper {
	overflow: auto;
	margin-top: 10px;
}

#content {
	margin-left: 200px;
	padding-left: 5px;
	padding-right: 5px;

}

#content1{
	height: 400px;
	width: 570px;
	overflow:auto;
	padding-left: 5px;
	padding-right: 5px;

}
#content2 {
	margin-left: 200px;
	padding-left: 50px;
	padding-right: 5px;

}
#links {
	width: 200px;
	float: left;
}

#links ul {
	margin: 0px;
	padding: 0px;
}

#links li {
	list-style-image: none;
	list-style: none;
	background-image: url(imgs/transparent.PNG);
	text-align: center;
	margin-bottom: 2px;
}

#links li a, #links li a:visited {
	text-decoration: none;
	color: #ccc;
	line-height: 60px;
	display: block;
}

#links li a:hover {
	border-right: 10px solid #4b4b4c;
	color: black;
}

#footer {
	padding: 5px;
	margin-top: 10px;
	height: 20px;
	clear: left;
	border-top: 1px solid #363637;
}

#fotos {
	margin-left: 40px;
	
}
#fotos img {
	float: left;
	padding: 5px;
	background-color: white;
	margin-bottom: 10px;
	margin-right: 10px;
}

a img {
	border: none;
}
h4{
	font-size: 16px;
	color: black;
	

}
h5{
	font-size: 13px;
	color: black;
	padding-left: 

}