*, html, body{
	margin: 0px;
	padding: 0px;
}

body{
	color: #0d0d0d;
	font-family: "Century Gothic", Tahoma, serif;
	font-size: 13px;
}

img{
	border: 0;
}

a{
	color: #e72074;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1, h2, .heading{
	margin: 10px 0px;
	font-size: 21px;
	font-weight: bold;
}

#wrapper{
	width: 960px;
	margin: 10px auto;
}

#menu{
	text-align: right;
	margin: 10px 0px;
	font-size: 18px;
}

#menu a{
	text-decoration: none;
	color: #0d0d0d;
}

#menu a:hover, #menu a.active{
	color: #e72074;
}

.pattern{
	width: 100%;
	background: url('../images/pattern.jpg');
	height: 9px;
	margin-bottom: 10px;
}

#content{
	margin: 10px 0px;
}

#right p{
	margin-top: 10px;
}

#left{
	width: 200px;
	float: left;
	margin-right: 100px;
	font-size: 13px;
}

#left #hours{
	width: 200px;
}

#left #hours th{
	width: 70px;
	text-align: left;
	color: #e72074;
	font-weight: bold;
	text-transform: uppercase;
}

#left #hours td{
	text-align: right;
}

#left #hours tr{
	line-height: 25px;
}

#contact img{
	float: left;
	margin-right: 7px;
	margin-top: 7px;
}

#contact p{
	margin-bottom: 10px;
	clear: both;
	line-height: 14px;
}

#right{
	width: 660px;
	float: right;
}

#right p{
	text-align: justify;
}

#right .column{
	float: left;
	width: 200px;
	text-align: justify;
	margin-right: 30px;
}

#right .column#last{
	margin-right: 0px;
}

#cttable tr{
	line-height: 17px;
}

#cttable th{
	text-align: right;
	padding-right: 10px;
}

.clear{
	clear: both;
}

#footer{
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
}

#footer a{
	text-decoration: none;
	color: #0d0d0d;
}