/*CSS RESET*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
	
/*CSS Document*/

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #a41458;
	font-size: 13px;
	background-image: url(images/bgPattern.png);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #a41458;
	margin: 10px 0 10px 0;
	padding-left: 5px;
}

p{
	padding-left: 5px;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	border: 3px solid #e0dcc7;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.header {
	width: 912px;
	height: 118px;
	background-image: url(images/headerBg.png);
	margin: 0 auto;
	margin-top: 10px;
}

.logo {
	margin-left:20px;
	padding-top: 10px;
	float: left;
}

.contactUs {
	float: right;
	background-image: url(images/contactUs.png);
	width: 236px;
	height: 56px;
	margin: 30px 20px;
}

.menu {
	background-image: url(images/menuBg.png);
	width: 236px;
	height: 215px;
}

.menu li {
	display: block;
	text-indent: 30px;
	color: white;
	line-height: 35px;
	border-bottom: 1px solid #f8b3d4;
	width: 200px;
	margin-left: 18px;
	background-image: url(images/cakeBullet.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.menu a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menu a:hover {
	color: #f8b3d4;
}

.module {
	margin-top: 15px;
}

.sideBar {
	float: left;
	margin: 23px 10px 23px 23px;
	width: 236px;
}

.mainContent {
	float: right;
	width: 664px;
	margin: 23px 23px 23px 0px;
}


.footer {
	width: 912px;
	height: 80px;
	background-image: url(images/footerBg.png);
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer p {
	line-height: 60px;
	margin-left: 23px;
}

.gallery a img {
border: 1px solid #CCC;
background-color: #FFF;
padding: 3px;
margin-right: 20px;
margin-bottom: 15px
}

.page-about-us {
background-image: url(images/aboutusbg.png);
background-repeat: no-repeat;
}
