

#all {
	margin: 0 auto;
	width: 750px;
	text-align: justify;
}

#header {
	float: left;
	width: 100%;
	clear: both;
	}

#header1 {
	float: left;
	padding-right: 30px;
}

#header2 {
	float: right;
	width: 470px;
	text-align: right;
	padding: 20px 0 47px 0;

}
#header2 img {
	cursor: pointer;
	cursor: hand;
	}
#header3 {
	float: right;
	width: 470px;

	border: #C499AA solid;
	border-width: 2px 0;
	text-transform: uppercase;

	padding: 15px 0;
}

#header3 h1 {
	float: left;
	}
	
#header3 h2 {
	float: right;
}

/*-----------------------------------------*/
#main {
	float: left;
	width: 100%;
}
/*-----------------------------------------*/
#left {
	float: left;
	width: 250px;
	
	}
#menu {
	margin: 0px 0 0 20px;
	}

#menu div {
	float: left;
	clear: both;
	width: 110px;
	position: relative;
}

#menu div div {
	width: auto;
	padding-left: 45px;
	position: absolute;
	left: 75px;
	top: 0;
	display: none;
	background: url(/images/arrow-light-right.jpg) no-repeat 30px top;
}
	
#menu div:hover div {

	display: block;
	}

#menu div:hover div:hover {
	background-image: url(/images/arrow-dark-right.jpg);
	}


#menu a {
	display: block;
	width: 70px;
	margin: 3px 0;
	padding: 0 5px;
	color: #C8C8C8;
	border: white solid;
	border-width: 0 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
}

#menu a:hover {
	color: #8E5069;
	border-left: 2px #8E5069 solid;
	border-width: 0 2px;
	}
#menu div div a:hover {
	border-color: white #8E5069 white white; 
	}
	
#menu .no-cursor:hover {
	cursor: default;
	color: #C8C8C8;
	border-color: white;
}
/*-----------------------------------------*/

#right {
	float: left;
	width: 500px;
}

#content {
	margin-left: 30px;

}

#content a {
	text-decoration: underline;
	}

#content h3 {
	margin: 10px 0;
}


#content {
	text-align: justify;
	text-indent: 20px;
	font-size: 1.2em;
}

#scrollWrapper {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	
}


#scrollContent {
	position: relative;
	width: 100%;
}

#scrollControl {
	text-align: right;
	border-bottom: 1px solid silver;
}

#scrollControl img {
	opacity: .50;
	filter: alpha(opacity=50);
	}
	
#scrollControl img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}

/*-----------------------------------------------*/

#gallery {
	text-align: center;
	margin: 10px 0;
	}

/*
#gallery a img {
	padding: 3px;
	margin: 0 5px;
	border: 1px silver solid;
}
*/

img.galleryItem {
	padding: 3px;
	margin: 0 5px;
	border: 1px silver solid;
}

#gallery img {
	opacity: .50;
	filter: alpha(opacity=50);
	}

#gallery img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*-----------------------------------------------*/
#footer {
	clear: both;
	border-top: 2px #C499AA solid;
	text-align: right;
	margin: 10px 0px;
	padding-top: 10px;
	width: 100%;
	position: relative;
}

#counters {
	position: absolute;
	margin: 0px 25px;
	_top: 10px;
	_left: 10px;
	}

/*-----------------------------------------------*/
#splash {
	margin: 0 auto;
	width: 400px;
	}
	
#splash div {

}
#splash div div  {
	}
	
#splash img {
	float: left;
}

#splash .control {
	margin: 15px 0 15px 15px;
}
/*-----------------------------------------------*/
