body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family: "Times New Roman", Georgia, Serif;
	font-size:14px;
	color:#6d6d6d;
}
#container{
	margin:0px auto;
	padding:1px 70px;
	width:904px;
	min-height:600px;
	background:#ffecf2 url('../images/bodybg.jpg') repeat-x top left;
}
	#logo{
		display:block;
		width:370px;
		height:70px;
		margin:60px 0px 0px 0px;
	}
	.box{
		float:left;
		width:205px;
		margin:0px 15px 0px 0px;
		padding:0px;
		text-align:center;
	}

	.box1{
		float:left;
		width:185px;
		min-height:243px;
		margin:28px 15px 0px 0px;
		padding:10px;
		background:url('../images/box1.png') no-repeat top center;
	}
	.box2{
		float:left;
		width:185px;
		min-height:243px;
		margin:28px 15px 0px 0px;
		padding:10px;
		background:url('../images/box2.png') no-repeat top center;
	}
	.box3{
		float:left;
		width:185px;
		min-height:243px;
		margin:28px 0px 0px 0px;
		padding:10px;
		background:url('../images/box3.png') no-repeat top center;
	}
	.sidebar{
		float:right;
		width:250px;
		margin-top:60px;
	}
	.intro{
		width:250px;
		min-height:100px;
		padding:1px 0 0 0;
		background:#ffdee8 url('../images/rquote.png') no-repeat bottom center;
	}
		.intro p.first{
			margin:20px 10px;
			padding:15px 5px;
			background:url('../images/lquote.png') no-repeat top left;
			font-size:18px;
		}
	.box1 h2,.box2 h2, .box3 h2{
		margin:5px 0px 0px 0px;
		padding:0px;
		font-family: "Arial Narrow", Tahoma, Sans-serif;
		font-size:38px;
		font-weight:normal;
		color:#ffffff;
	}
	.box1 p,.box2 p, .box3 p{
		padding:0px;
		margin:5px 0px 10px 0px;
	}
	.social{
		width:200px;
		margin:30px auto;
	}
	.social h2{
		padding:5px 0px;
		color:#a8476b;
		font-size:18px;
		font-weight:normal;
		text-transform:uppercase;
		border-bottom:1px dotted #b8df7b;
	}
#footer{
	margin:0px auto;
	padding:15px 70px 0px 70px;
	width:904px;
	height:75px;
	background:#c4c4c4;
	border-top:10px solid #ffa9c9;
}
a:link,a:hover{
	color:#ff478c;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
img{
	border:none;
}