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

body{
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330099;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h2 {
	text-align:center;
	font-size:18px;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	background-image:url(../images/bg1.png);
	background-repeat:repeat-y;
	text-align: center;
	margin: 0 auto;	
	padding: 200px 10px;
	width:762px;
	height:1000px; !important;
	min-height:100%;
}

.head{
	padding-bottom:10px;
	height:150px;
}

.head a, .head img {
	/*border:none;*/
	border-style:none;
	}
#content{
	padding:5px;
	padding-bottom: 30px;
	margin:0 auto;
	padding-top:30px;
	min-height:500px;
}

#left_column {
	float:left;
	clear:left;
	width:58%;
	text-align:left;
	padding:5px;
}

#right_column {
	float:right;
	clear:right;
	width:38%;
	text-align:left;
	padding:5px;
	}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
#footer {
	background-color:#CCFFCC;
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	width:762px;
	margin:0 auto;
	padding:10px;
	} 
	
#top_row{
	top:200px;
	}

#row_2{
	top:900px;
	float:left;
	clear:left;
	}

#row_3{
	top:600px;
	float:left;
	clear:left;
	}

.right_top{
	float:right;
	text-align:left;
	width:400px;
	}


/*PHOTO DSIPLAY METHODS FOLLOW */

.slide_show{
	background-color:#000033;
	border:thick #666666 outset;
	width:300px;
	height:200px;
	text-align:center;
	padding:10px;
	margin:0 auto;
}

.pic_display {
	text-align:center;
	border:none;
	padding:10px;
	background-image:url(../images/shadow.gif) no-repeat bottom right; 
	background-image:url(../images/shadowAlpha.png) no-repeat bottom right !important;
	margin: -6px 6px 6px -6px;
	}

.img_shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img_shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
 
 .img_shadow em{
 text-align:center;
 } 
/* HORIZONTAL MENU ITEMS */
#menu {
	width:100%;
	height:15px;
	}
	
#menu ul {
	list-style:none;
	padding: 0;
	font-weight:bold;
	background-color:#0000ff;
	display:inline-block;
		}

#menu li {
	margin:0 auto;
	width:9em;
	}

#menu li a {
	text-decoration:none;
	color:#ffcc00;
	text-align:center;
	width:9em;
	}

#menu li:hover {
	background-color:#000066;
	}

/* IEroot CSS - IE Hacks */


#IEroot #menu ul {
	padding:0px;
	width:9em;
		display:inline;
		margin:0 auto;
	}

#IEroot  #menu li {
	list-style:none;
	font-weight:bold;
	width: 9em;
		float:left;

		}
		
#IEroot #menu li a {
	text-decoration:none;
	color:#ffcc00;
	}
	
#IEroot #menu li:hover {
	background-color:#000066;
	}

#buhbye{
		}
