body {
	margin: 0px;
	font-size: 11px;
	background: url("img/eson.gif") no-repeat top right #fbfbfb;
	font-family: arial;
	color: #fff;
	
}

a {
	outline: none;
}

#stripe {
	background: url("img/bg_blue.jpg") no-repeat center #1c2232;
	clear: both;
	height: 500px;
	min-width: 1010px;
	text-align: center;
	
   //overflow: hidden;
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
	
}

#ContentHolder {
	width: 760px;
	margin: auto;
}

.col {
	float: left;
	width: 370px;
	text-align: left;
}

.col h2 {
	font-size: 14px;
	font-family: verdana;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #666;
}


#slideshow img {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


input, textarea {
	background: #fff;
	border: 1px solid #000;
	width: 250px;
	font-family: arial;
	font-size: 11px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

button {
	background: #fff;
	border: 1px solid #000;
	font-family: arial;
	font-size: 11px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	cursor: pointer;
}

#footer {
	color: #ccc;
	text-align: center; 
	clear: both;
	margin-top: 50px;
}
	
#MenuHolder {
	margin-top: 80px;	
	margin-left: 120px;
	width: 400px;
	float: left;
}

#MenuHolder ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 5px;
}

#MenuHolder ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}


#MenuHolder a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 12px;

}

#PicHolder {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;
}