/* CSS Document */

/* CSS Document */


body {
color: #333;
font: 80%/1.3 Arial, Helvetica, sans-serif;
background-image: url(images/bg01.gif);
background-color: #ccc;
margin: 0;
padding: 0;
}


/* =======================
    LAYOUT
=========================*/

#container {
width: 900px;
margin: auto;
border-bottom: 10px solid #605889;
background-image: url(images/bg02.gif);
background-repeat: repeat-y;
background-position: left;
}

#header {
background-image: url(images/Pirouette_01.jpg);
background-position: left top;
background-repeat: no-repeat;
}

#leftCol{
float: left;
width: 201px;
}

#eNewsletter {
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 15px;

}


#eNewsletter h4 {
background-color: #336;
color: #fff;
font-size: 120%;
margin: 0;
padding: 3px 5px;
}

#eNewsletter input {
margin: 5px;
padding: 0;
}

#rightCol {
float: left;
width: 699px;
background-image: url(images/Pirouette_03.jpg);
background-repeat: no-repeat;
background-position: left top;
}

#content {
	float: left;
	width: 440px;
	padding: 5px;
	display:inline;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 48px;
}

#featureBoxes {
	float: right;
	width: 190px;
	margin-top: 80px;
}

#footer {
clear:both;
background-image: url(images/Pirouette_15.gif);
background-position: left bottom;
background-repeat: no-repeat;
height: 85px;
}

#copyright {
width: 300px; 
float: right;
margin: auto;
font-size: 80%;
color: #ccc;
padding: 60px 5px 0 0;
text-align: right;

}

#copyright a { color: #ccc; }



#credit {
width: 900px; 
margin: auto;
font-size: 80%;
color: #666;
padding: 5px;
text-align: right;

}

#credit a { color: #666; }

/* =======================
    NAVIGATION
=========================*/

#mainNav {
text-align: center;
font-weight: bold;
}

#mainNav ul {
list-style: none;
margin: 0;
padding: 0;
}

#mainNav li {
display: inline;

background-repeat: no-repeat;
background-position: left top;
}

#mainNav a {
display: block;
color: #333;
background-image: url(images/Pirouette_06.gif);
text-decoration: none;
padding: 5px 0 5px 10px;
}

#mainNav a:hover {
color: #605889;
}

#footerNav {
	font-size: 80%;
	color: #ccc;
	float: left;
}

#footerNav ul {
	list-style: none;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 0px;
}

#footerNav li {
	display: inline;
	border-right: 1px solid #ccc;
}

#footerNav a {
text-decoration: none;
padding: 5px;
color: #ccc;
}

#footerNav a:hover {
text-decoration: underline;

}

/* =======================
    CONTENT
=========================*/


h1 {
font-size: 160%;
font-weight: normal;
}

h2 {
color: #336;
font-size: 130%;

}

h3 {
font-size: 100%;
}



a { color: #336; }

.imageborder {
	border: 1px solid #CCCCCC;
	padding-left: -5px;
	margin-left: 5px;
	padding-right: -5px;
	margin-right: 5px;
}
.name {
	font-size: 90%;
	line-height: normal;
}
.Purple {
	color: #605889;
}
.White {
	color: #FFFFFF;
}
