@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/bg_body.jpg) repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#333;
	}	
img {
	border:none;
	}
a {
	text-decoration:none;
	color:#600;
	}
a:hover {
	color:#999;
	}	
p {
	margin:0 0 10px 0;
	padding:0;
	}
h1 , h2 {
	height:0px;
	margin:0;
	padding:0;
	text-indent:-3000px;
	}
h3 {
	font-size:18px;
	font-weight:bold;
	color:#600;
	margin:10px 0 10px 0;
	padding:0;
	}
h4 {
	font-size:14px;
	font-weight:bold;
	color:#600;
	margin:10px 0 5px 0;
	padding:0;
	}
h5 {
	font-size:12px;
	font-weight:bold;
	color:#600;
	margin:10px 0 5px 0;
	padding:0;
	}
form {
	margin:0;
	padding:0;
	border:none;
	}
fieldset {
	margin:0;
	padding:0;
	border:none;
	}
label {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#600;
	}								
.clear {
	clear:both;
	}	
	
/* Main */
#mainWrap {
	background:url(images/bg_mainWrap.png) no-repeat center top;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}
#main {
	width:900px;
	height:100%;
	margin:auto;
	padding:0;
	}	

/* Header */		
#headerWrap {
	background:url(images/bg_headerWrap.png) no-repeat center bottom;
	width:100%;
	height:170px;
	margin:0;
	padding:0;
	}
#headerWrapHome {
	background:url(images/bg_headerWrapHome.png) no-repeat center bottom;
	width:100%;
	height:170px;
	margin:0;
	padding:0;
	}	
#header {
	width:800px;
	height:170px;
	margin:auto;
	padding:0 50px 0 50px;
	}	

/* Nav */	
#nav , #nav ul {
	width:740px;
	height:30px;
	margin:0;
	padding:50px 0 70px 60px;
	list-style:none;
	}	
#nav li {
	margin:0;
	padding:0;
	display:inline-block;
	}				
#nav li.home {
	background:url(images/bg_navHome.png) no-repeat top;
	width:70px;
	height:30px;
	margin:0;
	padding:0;
	}
#nav li.about {
	background:url(images/bg_navAbout.png) no-repeat top;
	width:75px;
	height:30px;
	margin:0;
	padding:0;
	}
#nav li.sisters {
	background:url(images/bg_navSisters.png) no-repeat top;
	width:80px;
	height:30px;
	margin:0;
	padding:0;
	}
#nav li.news {
	background:url(images/bg_navNews.png) no-repeat top;
	width:135px;
	height:30px;
	margin:0;
	padding:0;
	}
#nav li.gallery {
	background:url(images/bg_navGallery.png) no-repeat top;
	width:95px;
	height:30px;
	margin:0;
	padding:0;
	}			
#nav li.rush {
	background:url(images/bg_navRush.png) no-repeat top;
	width:60px;
	height:30px;
	margin:0;
	padding:0;
	}
#nav li.links {
	background:url(images/bg_navLinks.png) no-repeat top;	
	width:70px;
	height:30px;
	margin:0;
	padding:0;
	}
#nav li.contact {
	background:url(images/bg_navContact.png) no-repeat top;
	width:95px;
	height:30px;
	margin:0;
	padding:0;
	}
#nav li.home:hover , #nav li.about:hover , #nav li.sisters:hover , #nav li.news:hover , #nav li.gallery:hover , #nav li.rush:hover , #nav li.links:hover , #nav li.contact:hover {
	background-position:0 -30px;
	visibility:visible;
	}

/* Content */						
#contentWrap {
	background:url(images/bg_contentWrap.png) repeat-y center;
	width:100%;
	margin:0;
	padding:0;
	}
#contentWrapHome {
	background:url(images/bg_contentWrapHome.png) repeat-y center;
	width:100%;
	margin:0;
	padding:0;
	}
#content {
	width:800px;
	margin:auto;
	padding:0 50px 0 50px;
	}
#content .single {
	background:url(images/logo.png) no-repeat top left;
	width:700px;
	margin:0;
	padding:120px 50px 20px 50px;
	}		
#content .left {
	background:url(images/logo.png) no-repeat top left;
	width:520px;
	margin:0;
	padding:120px 0 20px 0;
	float:left;
	}
#content .right {
	width:260px;
	margin:0;
	padding:0 0 20px 20px;
	float:right;
	}
#content .home {
	width:420px;
	margin:-50px 0 0 0;
	padding:0 50px 0 50px;
	}	
#content .news {
	background:url(images/h_news.png) no-repeat top left;
	width:210px;
	margin:0 0 10px 0;
	padding:35px 15px 15px 0;
	float:left;
	}
#content .news ul {
	margin:0;
	padding:0;
	}
#content .news li {
	margin:0 0 5px 15px;
	padding:0;
	list-style:square;
	list-style-position:outside;
	font-weight:bold;
	}		
#content .supa {
	background:url(images/h_supa.png) no-repeat top left;
	width:210px;
	margin:0 0 10px 0;
	padding:35px 15px 15px 0;
	float:left;
	}
#content .supaName {
	font-size:14px;
	font-weight:bold;
	color:#600;
	}		
#content .birthdays {
	background:url(images/h_birthdays.png) no-repeat top left;
	width:210px;
	margin:0 0 10px 0;
	padding:35px 15px 15px 0;
	float:left;
	}
#content .birthdays ul {
	margin:0;
	padding:0;
	}
#content .birthdays li {
	margin:0 0 5px 15px;
	padding:0;
	list-style:square;
	list-style-position:outside;
	font-weight:bold;
	color:#600;
	}
#content .photosAbout {
	background:url(images/bg_about.png) no-repeat top left;
	width:200px;
	height:150px;
	margin:-35px 0 0 475px;
	padding:20px 50px 30px 50px;
	position:absolute;
	z-index:1;
	}
#content .photosSisters {
	background:url(images/bg_sisters.png) no-repeat top left;
	width:200px;
	height:150px;
	margin:-45px 0 0 475px;
	padding:30px 60px 20px 40px;
	position:absolute;
	z-index:1;
	}
#content .photosNews {
	background:url(images/bg_news.png) no-repeat top left;
	width:200px;
	height:150px;
	margin:-50px 0 0 475px;
	padding:30px 30px 20px 70px;
	position:absolute;
	z-index:1;
	}
#content .photosGallery {
	background:url(images/bg_gallery.png) no-repeat top left;
	width:200px;
	height:150px;
	margin:-60px 0 0 475px;
	padding:40px 10px 10px 90px;
	position:absolute;
	z-index:1;
	}
#content .photosRush {
	background:url(images/bg_rush.png) no-repeat top left;
	width:200px;
	height:150px;
	margin:-50px 0 0 475px;
	padding:10px 10px 40px 90px;
	position:absolute;
	z-index:1;
	}
#content .photosLinks {
	background:url(images/bg_links.png) no-repeat top left;
	width:200px;
	height:150px;
	margin:-50px 0 0 475px;
	padding:30px 30px 20px 70px;
	position:absolute;
	z-index:1;
	}
#content .photosContact {
	background:url(images/bg_contact.png) no-repeat top left;
	width:200px;
	height:150px;
	margin:-50px 0 0 475px;
	padding:40px 10px 10px 90px;
	position:absolute;
	z-index:1;
	}											
.photoTop {
	background:url(images/bg_photoTop.png) no-repeat top center;
	width:180px;
	height:100%;
	margin:0;
	padding:15px 15px 0 15px;
	}
.photoBottom {
	background:url(images/bg_photoBottom.png) no-repeat top center;
	width:210px;
	height:35px;
	margin:-20px 0 15px 0;
	padding:0;
	}
		
/* Footer */	
#footerWrap {	
	background:url(images/bg_footerWrap.png) no-repeat top center;
	width:100%;
	height:200px;
	margin:0;
	padding:0;
	}
#footerWrapHome {	
	background:url(images/bg_footerWrapHome.png) no-repeat top center;
	width:100%;
	height:200px;
	margin:0;
	padding:0;
	}	
#footer {
	width:800px;
	height:200px;
	margin:auto;
	padding:0 50px 0 50px;
	text-align:center;
	}
#footer a:link , #footer a:visited {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	}	
#footer ul {
	margin:0;
	padding:120px 0 20px 0;
	list-style:none;
	}	
#footer li {
	margin:0;
	padding:0 5px 0 5px;
	display:inline;
	font-size:10px;
	color:#600;
	}
#footer .copy {
	width:800px;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:10px;
	}				