body {
	background:#000;
	/*background-image:url(../Images/ss051.jpg);*/
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Arial Narrow", "Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;
	font-size: 100%;
}
.rwd #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rwd #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:151px;
	position:relative;
	background:#000;
}
.rwd #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.rwd #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#E8CEDE;
	background-image:url(../Images/rocksx-bigr.jpg);
	background-repeat:no-repeat;
	top:148px;
	position:absolute;
	width:960px;
	height:600px;
}
.rwd #bodytext {
	position:absolute;
	width:600px;
	height:109px;
	top:0px;
	left:20px;
	padding:0px;
}
.rwd #bodytextfull {
	position:absolute;
	width:960px;
	height:109px;
	top:0px;
	left:20px;
	padding:0px;
}
.rwd #advert {
	position:absolute;
	width:264px;
	height:109px;
	top:20px;
	left:698px;
	padding:0px;
	background-image:url(../Images/rocksx-party-plan-advert.gif);
}
.rwd #twitter {
	position:absolute;
	left:698px;
	top:140px;
	padding:0px;
}
.rwd #news {
	position:absolute;
	left:698px;
	top:140px;
	padding:0px;
	width:250px;
}
.rwd #news p {
	text-align:justify;
}
.rwd #products {
	position:absolute;
	left:60px;
	top:360px;
	height:220px;
	width:870px;
}
.rwd #footer-table {
	position:absolute;
	left:1px;
	top:3px;
	width:960px;
}
.rwd #mainContent h1 {
	/*font-family:"Arial Narrow","Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size:26px;
	font-weight:bold;
}
.rwd #mainContent h2 {
	/*font-family:"Arial Narrow","Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size:20px;
	font-weight:bold;
	text-align: center;
}
.rwd #mainContent p {
	/*font-family:"Arial Narrow","Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size:16px;
	font-weight:normal;
	text-align:justify;
}
.rwd #footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	top:748px;
	position:absolute;
	width:960px;
	height:150px;
}
.rwd #footer h1 {
	/*font-family:"Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:0px;
	margin:0;	
}
.rwd #footer p {
	/*font-family:"Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	padding:0px;
	margin:0;
}
.rwd #footer a:link {
	/*font-family:"Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	padding:0px;
	margin:0;
}
.rwd #footer a:visited {
	/*font-family:"Arial", "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	padding:0px;
	margin:0;
}
#logo {
	float:left;
	background-image:url(../Images/header-logo.jpg);
	width:426px;
	height:151px;
}
#nav-home {	
/*	position:absolute;
	left:426px;*/
	float:left;
}
#nav-gallery {
/*	position:absolute;
	left:531px;*/
	float:left;
}
#nav-party {
/*	position:absolute;
	left:635px;*/
	float:left;
}
#nav-diary {
/*	position:absolute;
	left:740px;*/
	float:left;
}
#nav-contact {
/*	position:absolute;
	left:844px;*/
	float:left;
}
#pad {
/*	position:absolute;
	left:949px;*/
	width:49px;
	height:151px;
	background-image:url(../Images/header-pad.jpg);
	float:left;
}
h6 {
	/*font-family: "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size: 16px;
	font-weight: bold;
}
.tabletitle {
	/*font-family: "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size: 20px;
	font-weight: bold;
}
.prodimg {
	border: thick solid #FFF;
	height: 150px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.mylink {
	/*font-family: "Tempus Sans ITC", "Times New Roman", Times, serif;*/
	font-size: 16px;
	font-weight: normal;
	color: #633;
	text-decoration: underline;
}
.mylinkh2 {
	color: #633;
	text-decoration: underline;
}
.rwd #container #mainContent #bodytextfull ul li {
	padding-bottom: .9em;
	list-style-type: circle;
	font-size: 16px;
	font-weight: normal;
}

