/* -------------------------------------------------------------------
   CSS Stylesheet - Dee Harris Photography
   (c) Bennett and Company 2007 http://www.bennettandco.co.uk
------------------------------------------------------------------- */

* {
margin: 0;
padding: 0;
}

body {
width: 100%;
height: 100%;
background-image: url('images/background.gif');
background-repeat: repeat-y;
background-position: top center;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12pt;
color: #fff;

}

img {
border: none;
}

#pageContainer {
width: 750px;
margin:0px auto;
min-height: 100%;
height:100%;
background: inherit;	
clear:both;
}				  

#header {
width: 100%;
}

#headerLeft {
width: 375px;
float: left; 
text-align:center;
}

#headerRight {
width: 375px;
float: left;
}

#navHolder {
clear: both;
margin-bottom:20px;
}

#nav, #galleryNav {
width: 375px;
list-style-type: none;
text-align: center;
float: left;
clear: left;
font-size: 0.7em;
margin-bottom: 20px;
}							 

#galleryNav {
clear:right;
}				

#nav li, #galleryNav li {
display:inline;
}	  

#nav li a, #galleryNav li a {
text-decoration: none;
color: #fff;
padding: 5px;
line-height: 22px;
} 				

#galleryNav li a {
color: #000;
}

#nav li a:hover, #galleryNav li a:hover {
color: #999;
}

#mainContainer {
width: 100%; 
clear:both;
}				

#mainLeft {
width: 375px;
float: left;
text-align:center;
/*margin-top: 20px;*/
} 

#mainLeft p {
text-align: justify;
font-size: 0.7em;
margin: 0 24px 12px 0;
}

#mainLeft a {
color: #5bdaff;
}

#mainRight {
width: 355px;
padding: 0 0 0 20px;
float: left;
color: #000;  
font-size: 0.7em;	 
text-align:justify;
}

#mainRight p {
margin-bottom: 1em;
}
 
.galleryThumb {
float: left;
width: 100px;
margin: 0 13px 10px 0;
}

#mainimage {
margin-right: 10px;
}
			  
form p {
clear: both;
padding: 10px 0; 
}

form label {
display: block;
width: 60px;
float: left;
} 

form input, form textarea {
width: 200px;
float: left;
margin-left: 15px;
}						

form textarea {
height: 125px;
}
