@charset "utf-8";

 #navcontainer {
	width: 210px;
}

#navcontainer ul
{
	margin-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

#navcontainer a
{
	display: block;
	width: 120px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #cc6699;
}

#navcontainer a:link, #navlist a:visited
{
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}

#navcontainer a:hover
{
	background-color: #FFFFFF;
	color: #999999;
}

body  {
	background: #cc6699;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 1024px;
	text-align: left;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(images/back2.jpg);
	
}  
#container {
	width: 970px;
	margin-right: 27px;
	margin-left: 27px;
	padding-left: 8px;

	}
#header {
	background: #ffffff;
	width: 954px;
	padding-left: 5px;
	
} 
#header h1 {
	margin: 0; 
	padding: 8px 0; 
}


#sidebar1 {
	float: left;
	width: 253px;
	background-image: url(images/menu.jpg);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
 #sidebar1 p {
	margin-left: 10px; 
	margin-right: 30px;
}

 #mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 280px;
} 

 #mainContent p{
	text-align: justify;
	
} 
#mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	font-style: normal;
	text-transform: capitalize;
	padding-top: 20px;
	text-shadow:1px 2px 4px #cc6699;
}


#mainContent p a{
	color: #cc6699;
	text-decoration: none;
	font-weight: bolder;
} 

#mainContent p a:hover, a:visited{
	color: #cc6699;
	font-weight: bolder;
	text-decoration: underline;
} 
.strong{
	color: #000000;
	font-weight: bolder;
}
.colored{
	color: #cc6699;
}
#footer {
	width: 900px;
	background-color: #ffffff;
	margin-left: 22px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 15px;
	height: 30px;
	margin-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #cc6699;
} 
 #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}
 #footer p a {
	color: #666666;
	text-decoration:none;
	font-size: 12px;
}
 #footer p a:hover, a:visited {
color: #999999;
text-decoration:underline;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blanc{
	color: #FFFFFF;
}
.img {
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.party {
	width: 500px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CC6699;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC6699;
	background-color: #FFCCCC;
}
