@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
}
body {
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 50px auto;
	width: 800px;
}
h1, h2 {
	color: #EC008C;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 { font-size: 16px; border-bottom: 1px dashed #FFC0CB; padding-bottom: 5px; margin-top: 15px; margin-bottom: 5px; }
p { margin: 15px 0; }
a { font-weight: bold; color: #EC008C;}
ul { margin-left: 35px; }
#header {
	background: url(../body/header.jpg) no-repeat;
	height: 121px;
	position: relative;
}
#header #butterflies {
	background-image: url(../body/butterflies.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 76px;
	position: absolute;
	top: -35px;
	right: -30px;
}
#header #address {
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	position: absolute;
	right: 100px;
	top: 30px;
	line-height: 18px;
}
#header #address span {
	color: #EC008C;
	display: block;
	font-size: 12px;
}
#navigation {
	background-color: #EC008C;
	display: block;
	text-align:center;
}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 20px;
	padding: 10px;
	display: inline-block;
}
#navigation a:hover { color: #000; }
#contentwrap {
	background: url(../body/contentwrap_bg.gif) no-repeat #fff center 50px;
	line-height: 25px;
	padding: 10px;
}
#content, #side { display:inline; margin-bottom: 15px; }
#content {
	width: 550px;
	float: left;
}
#side {
	width: 200px;
	float: right;

	font-size: 11px;
	line-height: 15px;
}
#splitblack, #splitpink {
	font-size:0px;
	height:5px;
	background-color:#000;
}
#splitpink { background-color:#EC008C; }

#footer {
	background-color: #333;
	clear: both;
	font-size: 11px;
	color: #CCC;
	text-align:center;
	line-height: 18px;
}
#footer p { margin:0; padding: 15px; }
#footer a { color: #CCC; }
#footer #bar {
	background: url(../body/footer.gif) no-repeat;
	height: 12px;
	font-size: 0px;
}
#news {
	list-style-type: none;
	color: #999999;
	margin:0;
}
#news li {
	margin-bottom: 10px;
}
#news a {
	font-size: 12px;
	color:#EC008C;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 3px 0;
}
label {
	font-weight: bold;
	display: block;
}
input, textarea {
	padding: 5px;
	font-size: 11px;
	width: 190px;
	margin: 5px 0;
	border: 1px solid #CCC;
	background-color: #F3F3F3;
}
#contactform input, #contactform textarea { width: 100%; }
#contactform input:focus, #contactform textarea:focus { background-color: #fff; }
#contactform textarea { height: 150px; }
#contactform #submit { width: 250px; margin: auto; display: block; }

.block { display: block; }
.right { float: right; }
.left { float: left; }
.clear { display: block; clear: both; }
.rpad { margin-right: 10px; }
.lpad { margin-left: 10px; }
.work img { margin: 4px; }
.brdpink { border: 1px solid #FFC0CB; }