@charset "UTF-8";
/* CSS Document ------------------------------------------------------------

   Site:	Polly Dawson
   Domain:	www.pollydawson.com
   Version: 1.0
   Author:	[Jt]

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

*, html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #681306 url(../_assets/layout/body_bg.jpg) repeat-x fixed center top;
}



/* ------------------------------------------------------------ FONTS & LINKS */
body {
	font: Geneva, sans-serif;	
}

a,
a:link,
a:visited {
	color: #C00;
	font: 11px/18px Geneva, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #666;
	font: Geneva, sans-serif;
	text-decoration: underline;
}



/* ------------------------------------------------------------ LAYOUT */
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#flash {
	width: 1000px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#page {
	width: 762px;
	margin: 0 auto;
	padding: 0;
	background: #F6DEBE url(../_assets/layout/page_bg.jpg) no-repeat top;
}
#page-content {
	width: 650px;
	margin: 0 auto;
	padding: 0;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #330;
}

.content_title {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #900;
}	

#footer {
	width: 761px;
	height: 20px;
	margin: 0 auto;
	background: #300;
	font: 11px/20px Verdana, Geneva, sans-serif;
	color: #960;
}


.page-title {
	font: 26px/30px Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	color: #900;
}


/* ------------------------------------------------------------ Extra */
.spacer {
	clear: both;
	width: 100%;
}
.spacer20 {
	clear: both;
	width: 100%;
	height: 20px;
}
.float_left {
	float: left;
	margin-right: 20px;
}
.float_right {
	float: right;
}



/* ------------------------------------------------------------ Contact Form */
.form {
	width: 100%;	
}
.text-input {
	height: 25px;
	line-height: 25px;
	font: 13px/25px Geneva, sans-serif;
	color: #900;
	border: #CCC;
}
.message-input {
	font: 13px Geneva, sans-serif;
	color: #900;
	border: #CCC;
}
