/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Dawson & Associates
Author : Ben Rinehart
URL : dawsonandassociatesphotography.com

Description :

Created : 04/06/2006
Modified :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #333;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	}

/* START CONTAINER */
#container{
	width: 700px;
	\width: 720px;
	w\idth: 700px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		}

		#header h1{
			width: 700px;
			height: 42px;
			padding: 0;
			margin: 0;
			background: url(../images/logo.gif) center center no-repeat;
			text-indent: -9000px;
			}

			#header h1 a{
				width: 600px;
				height: 42px;
				padding: 0;
				margin: 0 auto;
				border: 0;
				display: block;
				text-decoration: none;
				}

		#header address{
			font-style: normal;
			text-align: center;
			}/* END HEADER */

	/* START NAVIGATION */
	#navigation{
		background: #666;
		border-right: 1px solid #333;
		border-left: 1px solid #333;
		margin: 10px 25px;
		line-height: 28px;
		}

		#global{
			margin: 0;
			padding: 0;
			text-align: center;
			}

			#global li{
				list-style-type: none;
				display: inline;
				}

				#global li a:link, #global li a:visited{
					text-decoration: none;
					padding: 10px;
					}

				#global li a:hover, #global li a:active{
					background: #333;
					}

		a:link, a:visited{
			color: #fff;
			}

		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */

	/* START PAGE BODY */
	#page_body{
		padding: 10px;
		background: #666;
		min-height: 300px;
		}

		h1{
			font: 28px Arial, Helvetica, Sans-serif;
			font-weight: normal;
			text-align: center;
			}
			
		h2{
			font: 22px Arial, Helvetica, Sans-serif;
			font-weight: normal;
			text-align: center;
			}

		#spotlight{
			width: 650px;
			margin: 0 auto;
			padding: 20px 0;
			}

			#spotlight img{
				display: block;
				margin: 0 auto;
				}

		#about{
			float: left;
			margin: 0 10px 0 0;
			}

		#local{
			margin: 0;
			padding: 0;
			}

			#local li{
				list-style-type: none;
				text-align: center;
				font-size: 18px;
				line-height: 36px;
				}

		dl{
			margin-bottom: 100px;
			}

			dt{
				font-weight: bold;
				margin-top: 1em;
				}

			dd{
				margin: 0;
				padding: 0;
				}/* END PAGE BODY */

	/* START GALLERIES */
		#enlarge{
			width: 360px;
			height: 375px;
			}

		.thumbnails td{
			width: 80px;
			height: 80px;
			}/* END GALLERIES */

	/* START FORMS */
	form table{
		margin: 0 auto;
		}

		input[type="text"], textarea{
			width: 300px;
			}

		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */

	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 0;
		font-size: 12px;
		text-align: center;
		}

		#footer h1{
			font-size: 36px;
			}/* END FOOTER */
