body {
	margin: auto;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 11px;
	font-weight: lighter;
	font-family: ligothic ,verdana, helvetica, arial, geneva, sans-serif;
}

a {color:#ffffff;font-weight: bold; }

b {font-weight: bold;}

h1 {
	font-size: 14px;
}

#header {
	width: 1060px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;
}

.menu{
	height: 40px;
	padding-left:30px;
	padding-right:30px;
	border-right: 1px #333333 solid;
	text-align: left;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
	margin: 0px;
}

.menu:hover{
	color: #FFFFFF;
}

.menu:active{
	color: red;
}





#content {
	width: 1060px;
	min-height: 410px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;}

#footer {
	width: 1060px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
}


#testimonials{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 20px;
	width: 1060px;
}

#testimonials strong{
	font-size: 11px;
	font-weight:bold;
}
#testimonials i{
	font-size: 9px;
	font-weight:lighter;
}



.phoneno{
	right: 10px;
	top: 15px;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: right;
}

.slogan{
	right: 10px;
	top: 20px;
	font-size: 18px;
	position: relative;
	text-align: right;
}


.logo{
	left: 0px;
	top: 15px;
	position: relative;
	float: left;
}


.curvebox {
	width:250px;
	height: 400px;
	padding: 20px;
	background-color: red;
	color: white;
}



























