/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Westrich Flash site
Author : Ben Rinehart
URL : westrichphoto.com

Description : 

Created : 09/20/2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	color: #fff;
	font-family: "Copperplate Gothic bold", Copperplate, Verdana, Arial, Helvetica, Sans-serif;
	text-align: center;
	}

/* START CONTAINER */
#container{
	width: 720px;
	\width: 740px;
	w\idth: 720px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		}
	
	#header h1{
		width: 720px;
		height: 382px;
		padding: 0;
		margin: 0;
		background: url(../images/logo.jpg) center center no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 720px;
		height: 382px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */
	
	/* START NAVIGATION */

#global{							margin: 0; padding: 0; }
#global li{						list-style-type: none; margin: 0; padding: 0; }

		a:link, a:visited{
			color: #fff;
			text-decoration: none;
			}
		
		a:hover, a:active{
			color: #686868;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 0;
		font-family: Arial, helvetica, sans-serif;
		}
	
		h1{
			margin: 0;
			font-family: "Copperplate Gothic bold", Copperplate, Verdana, Arial, Helvetica, Sans-serif;
			}
	
		address{
			font-family: "Copperplate Gothic bold", Copperplate, Verdana, Arial, Helvetica, Sans-serif;
			font-style: normal;
			font-size: 24px;
			margin: 25px;
			}/* END PAGE BODY */
	
	/* START FORMS */
	form{
		text-align: left;
		}
		
		img#gift{
			float: right;
			}
		
		form blockquote p{
			font-size: 10px;
			font-style: italic;
			clear: both;
			float: left;
			width: 250px;
			margin-left: 75px;
			padding: 0;
			}


		fieldset{
			display: inline;
			padding: 10px;
			margin: 0;
			border: 1px solid #B9B6B7;
			}

			fieldset fieldset{
				clear: left;
				float: left;
				margin: 5px 0;
				width: auto;
				}

				fieldset fieldset label{
					width: 335px;
					}

		legend{
			color: #686868;
			}

		label{
			display: block;
			float: left;
			clear: left;
			width: 100px;
			font-size: 12px;
			margin-top: 3px;
			}

		.required{
			color: #DE3044;
			}

		input[type="checkbox"], input[type="radio"]{
			margin: 0 15px 0 0;
			}

		input[type="text"], select, textarea{
			width: 250px;
			float: left;
			margin: 3px;
			}

		input[type="submit"], input[type="reset"]{
			margin: 3px;
			}

		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 0;
		font-size: 10px;
		color: #929292;
		}
	
	#getflash{
		display: block;
		margin: 15px auto;
		border: none;
		}/* END FOOTER */
