body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	/*width: 1000px;*/
	background-color: #ccc;
	color: #000;
}
#container  {
	width: 1000px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0px;
	background-color: #fff;
}
#header {
	width: 277px;
	height: 63px;
	float: left;
	background-color: #8dd8d8;
	margin: 0px;
	

	
}

#nav {
	width: 723px;
	height: 63px;
	background-color: #1e1eb9;
	margin: 0px;
	padding: 0px;
	float: left;
	position:relative;
}


	

#mainContent  {
	width: 1000px;
	height:700px;
	background-color: #ccc;

}

#top_container  {
	width: 620px;
	background-color: #fff;
	float: left;
	margin: none;
	padding-top:10px;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:10px;
	
}

#top_container_writing  {
	width: 600px;
	background-color: #fff;
	float: left;
	margin: none;
	padding-top:10px;
	padding-left:40px;
	padding-right:20px;
	
}

#lefthand_container  {
	width: 700px;

	background-color: #fff;
	float:left;
	padding-top:20px;
	padding-left:30px;
	padding-right:20px;	
}

#lefthand_container_thin  {
	width: 125px;
	height:455px;
	background-color: #8dd8d8;
	float:left;
	margin-right: 20px;
	margin-bottom:100px;
	padding-top:20px;
	padding-left:30px;
	padding-right:20px;
	position:relative;
	
}

#photoGallery{
float:left;
width:800px;
height:475px;
border:none;
margin:0;
padding:0;
}

#main_image {
	margin: 0px;
	padding-top: 20px;
	padding-left:160px;
	width: 600px;
	height: 325px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#travel_art_container  {
	width: 200px;
	height:520px;
	background-color: #fff;
	float:left;
	padding-top:0px;
	padding-left:30px;
	margin: 0px;
	border: none;

}


#vasectomy_container  {
	width: 400px;
	height:170px;
	background-color: #fff;
	float:left;
	padding-top:0px;
	padding-left:150px;
	border: none;
	background-image: url(images/vasectomy.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}





#footer  {
	
	margin-top:0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left:40px;
	background-color: #999;
	width:960px;
	clear:both
	
}




p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #12126f;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 40px;
}
#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #fff;	
}


a
{
	float:left;
	width:10em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:center;
	background-color:none;
	border:none;
}


 a:hover {
	background-color:#12126f;
	color:#FFF;
	font-size:13px;
	}



a.ordinaire {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #12126f;
	text-align: left;
	white-space: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width:100%;
	}
	
	a.ordinaire:hover {
	background-color:#FFF; 
	color:#fd5409;
	font-size: 12px;
	}
	
	a.ordinaire2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #12126f;
	text-align: left;
	white-space: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:200px;
	float: left;
	}
	
	a.ordinaire2:hover {
	background-color:#FFF; 
	color:#fd5409;
	font-size: 12px;
	}



#top_container a
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	width:14em;
	text-decoration:none;
	color:#fff;
	text-align:center;
	background-color:none;
	border:none;
}
#top_container a:hover {
	background-color:#fd5409; 
	color:#FFF;
	font-size: 13px;
	}

#top_container ul{
	position:static;
	left:25px;
	margin:0px;
	padding:0px;
}

#top_container li{
	width:14em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:center;
	background-color:#1e1eb9;
	border:none;	
}

#top_container li.selected{
	float:left;
	width:10em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#937963;
	text-align:center;
	background-color:#fff;
	border:none;
	
}




ul{
	position:absolute;
	bottom:0px;
	margin:0px;
	padding:0px;
	left: 28px;
}


li{
	float:left;
	width:10em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:center;
	background-color:#1e1eb9;
	border:none;
	display:inline;
	margin-right: 24px;
}

li.selected{
	float:left;
	width:10em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#fd5409;
	text-align:center;
	background-color:#fff;
	border:none;
	display:inline;
	margin-right: 24px;
}


	


#container #allphotos_container p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #937965;
	text-align: left;
	white-space: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.small_slide {
	float: left;
	height: 48px;
	width: 76px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:  #12126f;
}

