/*
	Project:		Wedding Photographer - The Bright Image
	Author:   		Gordon Bright
	Last edit:		18/12/2008
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, address, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:normal 69%/1.6 Verdana, Geneva, sans-serif;
	color:#111;
	background:#fff;
	background-image:  url(images/pop_header_bgnd.gif);
	background-repeat: repeat-x;
	height: 100px;	
}
a:link,
a:visited,
a:active {
	color:#111;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}

/*  Layout
-------------------------------------------------*/
#container {
	width:500px;
	text-align:left;
	background:#fff;
	margin-right : auto; 
	margin-left : auto;			
}

#main {
	float:left;
	width:500px;
	margin-left: 50px;
}

/* Header
-------------------------------------------------*/
#header {
	margin-right : auto; 
	margin-left : auto;
	width:100%;
	height: 100px;
	background: url(images/pop_header.gif) top  no-repeat;
}

#heading h3 {
	font-weight:normal;
	font-size: 22px;
	font-family: Times;
	color:#fff;
	background-color:transparent;
	text-align:center;
	padding-top: 20px;

}

#text {
	float:left;
	width:500px;

	background:#fff;	
}

#text h2, {
	font-weight:normal;
	font-size: 16px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	background-color:transparent;
	text-align:left;
}

#text h3, {
	font-weight:normal;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	background-color:transparent;
	text-align:left;
}

#text p  {
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	background-color:transparent;
	text-align:left;
	padding-top: 20px;
}

#text ul {
	list-style-type: disc;
	padding-left: 20px;
}


#text li {
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	background-color:transparent;
	text-align:left;
}

.shadeform	{ 
		font: 12px Helvetica, Arial, sans-serif;
		background-image: url(images/shadeform.gif);
		text-align: left;
		border: #000000 1px solid;
		margin-left: 15px;
}

.contactbutton	{ 
		font: 12px Helvetica, Arial, sans-serif;
		text-align: center;
		margin-left: 15px; 
}

.comment	{ 
		font: 12px Helvetica, Arial, sans-serif;
		text-align: left;
		margin-left: 15px;
}
		
#form {
	float:left;
	width:420px;
	margin-left: 0px;
	background:#ededea;
}
