@charset "utf-8";
/* CSS Document */
* { font-family:"Myriad Pro", Myriad, Arial, Helvetica, sans-serif; }
body {
	font-size:12px;
	background:#999999;
	margin:0px;
}
img, a img { border:none; }
a { text-decoration:none; }
h1 { margin:0px 0px 10px 0px; }
h1, h2 { font-size:24px; }
h3 { font-size:18px; }
b, strong, h2, h3 { font-weight:normal; }
.clear { clear:both; }
.greenBG { background:#fa961e; }
.pinkBG { background:#EE2B7B; }
.smallStripe { height:3px; }
.largeStripe { height:6px; }
a, b, strong, .pink, .pinkText, h1, h2, h3, h4, h5, h6 { color:#EE2B7B; }
#navigation a:hover, #navigation a.active, a:hover { color:#fa961e; }
#body {
	width:950px;
	height:600px;
	border:1px solid #000;
	margin:50px auto;
	background:#FFF;
}
#header {
	background:#000;
	height:150px;
}
#logo { float:left; }
#navigation {
	float:left;
	width:550px;
	color:#EE2B7B;
	margin:75px 0px 0px 25px;
}
#navigation a {
	color:#FFF;
	margin:0px 5px;
}
#main {
	height:360px;
	overflow:hidden;
}
#content {
	height:300px;
	float:left;
	margin:30px 0px 0px 30px;
	padding-right:30px;
	overflow:auto;
	width:450px;
}
#flower { float:right; }
#footer {
	height:60px;
	overflow:hidden;
	background:#000 url(sitemedia/footer-swirls.jpg) no-repeat;
	padding:27px 27px 0px;
	text-align:right;
}
.contactForm input, .contactForm textarea { width:100%; margin-right:5px; }
