/* Global Styles */

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	background:#d0a06e;
	margin:0 0 0 0;
	padding:8px 0 0 0;
}

h1, h2, h3 {
color: #990000; text-decoration: none;  
}

a {
color: #990000; text-decoration: none;font-size:25px;   
}

a:hover { 
text-decoration: underline; 
}
     
/* Main Content Styles */

#Main {
	width:780px;
	margin:0 auto;
}

#Content {
	background:url(../images/page_bg.jpg) bottom no-repeat;
	height:543px;
	width:780px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#content_a {
	width:400px;
	height:79px;
	float:right;
	padding:0 140px 0 0;
}

#container_a {
	width:305px;
	height:49px;
	float:left;
}

#logo {
	width:93px;
	height:76px;
	float:left;
	margin:5px 0 0 0;
}

#page_title {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	width:238px;
	height:22px;
	color:#814f26;
	font-weight:bold;
	padding:40px 0 0 70px;
}

#clear {
	clear:both;
}

#Gallery_container {
	width:540px;
	padding:20px 0 0 95px;
  margin:0 0 20px 0;
  font-size:15px;
  color:#663300;
  font-weight:bold;
}


#gallery_box {
	width:540px;
	height:155px;
	background:url(../images/gallery_bg.jpg) no-repeat;
	float:left;
	padding:0 0 0 15px;
}

.gallery {
	width:102px;
	height:134px;
	float:left;
	padding:15px 15px 0 15px;
}


#Announcement {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#f20100;
	float:left;
	padding:5px 0 0 0;
	width:100%;
	text-align:center;
}

#Details_container {
	width:100%;
	float:left;
	padding:10px 0 0 0;

}

#details {
	width:270px;
	float:left;
	text-align:center;
	padding:0 10px 0 140px;
	line-height:24px;
	font-size:16px;
}


#form_box {
	background:url(../images/form_box.jpg) no-repeat;
	width:238px;
	height:122px;
	float:left;
	padding:0 0 0 15px;
}



#footer {
	float:left;
	padding:5px 0 0 0;
	width:100%;
}

#copyright_info {
	width:280px;
	float:left;
	font-size:9px;
	padding:0 0 0 120px;
}




