/* Start of CMSMS style sheet 'Standard Page Style Sheet' */
@charset "UTF-8";
/* CSS Document */

html{
   height: 100%;
   padding:0px;
   margin:0px;
}

body{
   height: 100%;
   padding:0px;
   margin:0px;
}

a:link { /* Colour of text links*/
	text-decoration: none;
	color:#333333;	
	}

a:visited { /* Colour of text visited links*/
	text-decoration: none;
	color:#333333;
	}

a:hover { /* Colour of text links when rolled over*/
	text-decoration: underline;
	color:#333333;
	}

a img, a img.preview { /* Colour of border or image links*/
	border: none;
	text-decoration: none;
}

a:link img, a:visited img, a:hover img { /* Colour of border or image links*/
	border: none;
	text-decoration: none;
}

li { /* Style of both ordered and unordered lists, including bullet points*/
	list-style-type: none;
}

p { /*cmsms automatically places all text in a P tag*/
	margin-top: 12px;
	margin-bottom: 10px;
}

#entiresite {
   background-image: url(../images/gradient.jpg);
   background-repeat:repeat-x;
} 

#container {
	width:730px;
	margin:auto;
   padding:0px;
}

#header{
	height:70%;
	background-image: url(../images/mp%20header%20background.png);
	background-repeat:no-repeat;
}

#headercontent{
	float:right;
	width:375px;
}

#spacer{
	clear:both;
	height:43px;
}

#drop{
	font-family: Helvetica, Ariel, Verdana, sans-serif;
	font-size: 12px;
	width:635px;
	line-height:22px;
        background-color:#B7AFD9;
        padding:0px;
        margin:0px;
}

#contenttop{
	height:11px;
	background-image: url(../images/contenttop.png);
	background-repeat:no-repeat;
}

#centralcontent{
	padding-left:25px;
	padding-right:25px;
}

#backtotop{
	margin:auto;
	width:169px;
        padding-top:10px;
        padding-bottom:10px;
        clear:both;
}

#contentbottom{
	height:11px;
	background-image: url(../images/contentbottom.png);
	background-repeat: no-repeat;
line-height:0px;
}

#spacer2{
	clear:both;
	height:40px;
}

#about{
	margin-left:30px;
	margin-top:35px;
}

#parties{
	margin-left:87px;
	margin-top:34px;
}

#gallery{
	margin-left:107px;
	margin-top:34px;
}

#faq{
	margin-left:111px;
	margin-top:34px;
}

#prices{
	margin-left:97px;
	margin-top:34px;
}

#contact{
	margin-left:85px;
	margin-top:35px;
}

#testimonials{
	margin-left:60px;
	margin-top:35px;
}

#image { 
	width: 200px;
	height: 100px; 
	position: absolute; 
	top: 50%; 
	margin-top: -45px;
	left: 50%;
	margin-left:
	-45px; 
}

#topleft { 
	position: fixed;
	top: 17px;
	left: 28px;
	z-index: 0; 
}

#bottomright { 
	position: fixed; 
	bottom: 30px; 
	right: 20px;  
	z-index: -1; 
}

/* End of 'Standard Page Style Sheet' */

