@charset "UTF-8";
/* CSS Document */

a {font-size: 12px;
	color: #ede9b7;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover {font-size: 12px;
	color: #424131;
	font-weight: normal;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}


img {
	padding: 0;
	margin: 0;
}

h1{
	font-size: 18px;
	color: #ede9b7;
	font-weight: normal;
	padding: 0;
	margin: 0;
	
}


h2{
	font-size: 14px;
	color: #ede9b7;
	font-weight: normal;
	padding: 0;
	margin: 0;
	
}

p {font-size: 12px;
	color: #ede9b7;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h6 {
	font-size: 9px;
	color: #ede9b7;
}	



body {
	height: 100%;
	background-color: black;
	background-image: url(../images/som_bgimage01.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#goathead, #meunu, #content, #home_text { behavior: url(css/iepngfix.htc); }

/*This is the menu/container styles*/

#container {
	width: 700px;
}

	/*Menu Styles*/
	#menu {
		background-image: url(../images/trans_tile.png);
		/*background-color: black;*/
		margin-top: 180px;
		height: 22px;
		width: 520px;
		/*filter: alpha(opacity=60);
		opacity: 0.6;*/
		border: 1px solid #625f43;
		padding:  0;
		text-align: right;
		vertical-align: middle;		
	}
	
	ul#navlist {
		width: 520px; height: 20px; margin: 0px; padding: 0px;
		}
	
	ul#navlist li {
		display: inline; color: white;
		filter: alpha(opacity=100);
		opacity: 1;
		}
		
	ul#navlist li a {
		color: #fcfadf; font-size: 10px; text-decoration: none; padding-right: 10px;
		}
		
	ul#navlist li a:hover {
		color: #424131; text-decoration: underline;
		}
		
	/*End of Menu Styles*/
	
#edit_region {
	height: auto;
	width: 520px;
}

#edit_region, #menu {
	margin-left: 180px;
}

/*This is the end of menu/container styles */




/*This is the footer styles*/

#footer {
	color: white;
	height: 165px;
	margin-top: 50px;
	/*text-align: right;*/
	overflow: hidden;
}

#goathead {
	float: right;
	height: 165px;
}

#copyright {
    color: #fcfadf;
	padding: 0;
	margin: 125px 0 0 345px;
	font-size: 9px;
	float:left;
	width: 250px;
}





/*This is the end of footer styles*/


/*This is the content styles*/


#content {

	margin-top: 35px;
	padding: 10px 10px 15px 10px;
	/*background-color: black;*/
	background-image: url(../images/trans_tile.png);
	height: auto;
	width: 500px;
	/*filter: alpha(opacity=60);
  	opacity: 0.6;
*/	border: 1px solid #625f43;

}

#home_image{
	border-bottom: 1px solid #625f43;
}


#home_text{
	width: 484px;
	height: auto;
	padding: 8px;
	background-image: url(../images/trans_tile.png);
}

#content #home_text h1 {
	margin-bottom: 10px;
}

#content #home_text h2 {
	margin-top: 10px;
}

#content #home_text p {
	margin-top: 5px;
}

#gallery {
	
	width: 484px;
	height: auto;
}

#gallery_menu{
	width: 484px;
	height: 20px;

}

#gallery_boarder{
	margin: 0;
	padding:0;
	border-bottom: 1px solid #333333;
}


