/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Moore Photography 
Author : Ben Rinehart
URL : 

Description : 

Created : 04/21/2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	color: #fff;
	}

/* START CONTAINER */
#container{
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	margin: 5%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0 10px;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 5px 25px;
		margin-bottom: 0;
		border-top: 2px solid #6A2E23;
		border-right: 2px solid #6A2E23;
		border-left: 2px solid #6A2E23;
		}
	
	#header h1{
		width: 323px;
		height: 128px;
		padding: 0;
		margin: 0;
		background: url(../images/logo.jpg) center center no-repeat;
		text-indent: -9000px;
		text-align: left;
		}
	
	#header h1 a{
		width: 323px;
		height: 128px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		background: #6A2E23;
		font: 16px Times, "Times New Roman", Georgia, Serif;
		font-variant: small-caps;
		text-align: center;
		}
	
		#global{
			margin: 0;
			padding: 0;
			}
		
			#global li{
				list-style-type: none;
				display: inline;
				padding: 0 25px;
				}
		
				#global li a:link, #global li a:visited{
					color: #fff;
					text-decoration: none;
					}

				#global li a:hover, #global li a:active{
					color: #000;
					}

		a:link, a:visited{
			color: #fff;
			}
		
		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 5px 15px;
		border-right: 2px solid #6A2E23;
		border-left: 2px solid #6A2E23;
		}
	
		h1{
			font: 36px Times, "Times New Roman", Georgia, Serif;
			font-variant: small-caps;
			color: #6A2E23;
			padding: 0 25px;
			text-align: right;
			margin-top: -25px;
			}
		
		h2{
			font: 18px Times, "Times New Roman", Georgia, Serif;
			font-variant: small-caps;
			margin: 0;
			}
		
		div.left{
			float: left;
			margin: 0 10px 10px 0;
			text-align: center;
			font-style: italic;
			}
		
		div.right{
			float: right;
			margin: 0 0 10px 10px;
			text-align: center;
			font-style: italic;
			}
			
			.left img, .right img{
				display: block;
				}
		
		img{
			border: 2px solid #6A2E23;
			}
			
			img#home{
				display: block;
				margin: 5px auto;
				}

			p.phone{
				font: 28px/36px Georgia, Times, "Times New Roman", Serif;
				text-align: right;
				margin: 0;
				clear: both;
				}/* END PAGE BODY */
	
	/* START GALLERIES */
	.instructions{
		font-size: 12px;
		font-style: italic;
		margin: -25px 0 0 0;
		padding: 0 25px;
		text-align: right;
		}
		
		#gallery h2{
			text-align: center;
			}
	
		#enlarge{
			width: 375px;
			height: 375px;
			}
		
		.thumbnails img{
			margin: 5px;
			}/* END GALLERIES */
	
	/* START FORMS */
	form table{
		margin: 0 auto;
		}
	
		input[type="text"], textarea{
			width: 250px;
			}
		
		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 10px;
		text-align: right;
		font-size: 12px;
		}
		
		#footer address{
			font-style: normal;
			font-size: 16px;
			}/* END FOOTER */

