/* GALLERY*/

.thumbnail_right{
	float:left;
	margin:0 10px 10px 0;
}

.img_right{
	float:right;
	margin:0 0 10px 10px;
}

.photo_slot{
	float:left;
	margin:0 15px 5px 0;
}

.photo_slot p{
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}

.c{
	clear:both;
	line-height:0px;
	height:0px;
	margin:0;
	padding:0;
}

.photo_slot img{
	border:none;
	width:120px;
	height:80px;
}

/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #096;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h3 {
			font-size:15px;
			font-weight:bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #096;
		}

		h4 {
			font-size:14px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight:bold;
		}
		
		a {
	color:#06F;
	text-decoration: underline;
		}

		a:hover {
	color:#096;
	background-color: #F5F5F5;
		}

		
		form {
			float:left;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
	color:#06F;
	text-decoration: none;
		}
		
		#navigation a:hover {
	background: #000000 url(../img/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#096;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 562px;
			margin-left: 180px;
			font-size:14px;
			letter-spacing:normal;
		}
		
		#content p {
			font-size:14px;
		}
		
		#content img.left{
			float:left;
			margin:0 10px 5px 0;
		}
		
		#content a{
			font-style:italic;
			background-color: #fff8dd;
		}
		
		#content a:hover{
			font-style:normal;
			background-color: #F5F5F5;
		}
		
		#content blockquote{
			border:#096 1px solid;
			padding:5px;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		#footer ul{
			padding:5px;
			margin:0;
		}
		
		#footer li{
			display:inline;
		}
		
		#footer p {
			color:#89817f;
			padding:0 0 5px 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/**************************************************************/
		
		#center .cssform{
			padding:0 0 0 10px;
			margin:0;
		}
		#center .cssform p{
		width: 300px;
		clear: left;
		margin: 0;
		padding: 5px 0 7px 0;
		padding-left: 155px; /*width of left column containing the label elements*/
		height: 1%;
		}
		
		#center .cssform label{
		font-weight: bold;
		float: left;
		margin-left: -155px; /*width of left column*/
		width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
		}
		
		#center .cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
		width: 180px;
		}
		
		#center .cssform textarea{
		width: 400px;
		height: 150px;
		}
		
		/*.threepxfix class below:
		Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
		to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
		*/
		
		* html .threepxfix{
		margin-left: 3px;
		}
