﻿/* CSS Layout*/

body {
	margin: 0;
	padding: 0;
	background-color: #9A6C6A;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
} /* end body */

#container {
	width: 800px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	
}

#photo_container {
	width: 800px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}

 /* end body */

#header {
	width: 800px;
	height: 100px;
}

#navigation {
	width: 800px;
	background-color: #C67997;
	margin-top: 0px;
	height: 28px;
}

#left_content {
	width: 400px;
	height: auto;
	float: left;
	background-color: white;
	}

#right_content {
	width: 360px;
	height: auto;
	float: right;
	background-color: white;
	padding-top: 10px;
	padding-right: 30px;
}

#lowerbanner {
	width: 400px;
	height: 40px;
	margin-left: 200px;
	clear: both;
}

#photo_gallery {
	width: 400px;
	height: auto;
	float: left;
	background-color: black;
	padding-left: 10px;
	padding-top: 10px;
}


#footer_photo {
	background-image: url('../images/footer.jpg');
	height: 60px;
	clear: both;
	
	
}

#footer {
	background-color: silver;
	font-size: xx-small;
	text-align: center;
}

a:link {color: #9A6C6A; text-decoration: none; font-weight:bold;}
a:active {color: #9A6C6A; text-decoration: underline; font-weight: bold}
a:visited {color: #9A6C6A; text-decoration: none; font-weight:bold;}
a:hover {color: #9A6C6A; text-decoration: underline; font-weight: bold}

/* NEW MENU NAVIGATION CSS ------------------------------------------------*/

#navigationcontainer {
	position: relative;
	height: 45px;
	color: gray;
	background: #ffffff;
	width: 100%;
	}

#navMenu {
	
	position: relative;
	height: 45px;
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, Tahoma, "Trebuchet MS";
	padding: 0 0 0 50px;
	background: #C67997  url('../images/BlushMeMenu.png') repeat-x bottom left;
}

#navMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#navMenu ul li {
	display: block;
	float: left;
	margin: 0 1 px;
}

#navMenu ul li a {
	display: block;
	float: left;
	color: gray;
	text-decoration: none;
	padding: 0 30px 0 30px;
	line-height: 45px;
}

#navMenu ul li a span {
	padding: 12px 30px 0 0;
	line-height: 21px;
	float: left;
	font-weight: 150;
	font-family:Verdana, Tahoma, "Trebuchet MS";
}

#navMenu ul li a:hover {
	
	color: #ffffff;
	background: #b32074  url('../images/BlushMeMenu.png') repeat-x bottom left;
}

