BODY { background-image: url(1/back-new.jpg); background-position: 0 0; margin: 0 0 30px; text-align: center; }

/* Main Div: "Main" is the div that centers all (if BODY if set to text-align:center and the margin in #main is set to margin:0 auto). */
	#main {
		background-image: url(parties.htm);
		background-repeat: no-repeat;
		background-position: center;
		background-color: ;
  		margin: 0 auto;
  		width: 804px;
		text-align: left;
		padding-left: 0px;
		border: ;
		}

/* Header Div */
	#header {
		background-image: url(parties.htm);
		background-repeat: no-repeat;
		background-position: center;
		background-color:#000;
		background-color: ;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		}
		
/* Navigation Div */
	#navigation {
		background-image: url(parties.htm);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		background-color: #000000;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		}
/* Use the navbar div only when doing a vertical nav scheme. Then take off "display: none" */
	#navbar {
		background-image: url(parties.htm);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		background-color: #000000;
		width: 175px;
		height: 600px;
		margin: 0px;
		padding: 0px;
		float: left;
		display: none;
		}
		
/* Body Div */
	#body {
		background-image: url(parties.htm);
		background-repeat: repeat-x;
		background-position: 0 0;
		background-color:#ffffff;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		border-right: 2px solid #000;
		border-left: 2px solid #000;
		}
		
/* Footer Div */
	#footer {
		background-image: url(parties.htm);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		background-color:;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
	/* Universal Link ( goes with Verdana 11 pt. ) */
	.link { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #6666FF;
		text-decoration: underline
		}
	a.link:hover { 
		color: #FF6600;
		}
		
		
	/* Universal BOLD link( goes with Verdana 11 pt. ) */
	.boldlink { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #6666FF;
		text-decoration: underline
		}
	a.boldlink:hover { 
		color: #FF6600;
		}
		
		
	/* Top Navigation Links */
	.topnav {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-weight: bold;
		color: #FAECBB;
		text-decoration: none;
		}
		
	a.topnav:link, a.topnav:visited, a.topnav:active {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-weight: bold;
		color: #FAECBB;
		text-decoration: none;
		}
	a.topnav:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFCC00;
		text-decoration: none;
		}
		
	/* ORANGE HIGHLIGHT TEXT */
	.highlight {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FF6600;
		}
		
	/* Caption text */
	.caption {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		}
		
	a.caption:link, a.copyr:visited, a.copyr:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration:none;
		color: #333333;
		}

	a.caption:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration:underline;
		color: #FFFFCC;
		}
		
		
	/* Copyright and footer or caption text */
	.copyr {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #C1D4E8;
		}
		
	a.copyr:link, a.copyr:visited, a.copyr:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration:none;
		color: #C1D4E8;
		}

	a.copyr:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration:underline;
		color: #C1D4E8;
		}

		
/* Special class to make the "frame" div stretch all the way down in some browsers */
			
		.clearfix:after {
    		content: "."; 
    		display: block; 
    		height: 0; 
    		clear: both; 
    		visibility: hidden;
			}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
