@charset "utf-8";

body {
	background-repeat: repeat;
	margin-top: 30px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 30px;
	background-image: url(../images/design/tile-black2.jpg);
	background-color: #D15BA4;
}
p, ul, li   {
	margin: 0px;
	padding: 0px;
}



#wrapper {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	height: 223px;
	background-image: url(../images/design/header2.png);
	background-repeat: no-repeat;
}
#wrapperContent {
	background-image: url(../images/design/contentBackground4.png);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 10px;
}





#content {
	line-height: 22px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;

}
#summary {
	width: 500px;
}
#summary  p    {
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 319px;
}


#footer {
}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CB0D8A;
}
#social {
	position: absolute;
	top: 37px;
	right: 32px;
	width: 303px;
	height: 60px;
}
.clear {
	clear: both;
}
#box1 {
	height: 150px;
	width: 280px;
	background-color: #99CCCC;
}
#btmBar {
	padding-top: 20px;
	background-color: #FFFFFF;
}
#home {
	width: 550px;
	position: absolute;
	top: 30px;
	left: 50px;
	height: 150px;
}

