@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/layout/bkgd.jpg);
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
}

.layout table {
    border-collapse: collapse;
}

.layout td {
    padding: 0px;
}

.layout #menu {
	width: 804px;
	height: 76px;
	margin: 0px;
	padding: 0px;
}

.layout :link {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #000000;
}

.layout :link:active {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #000000;
}

.layout :visited {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #000000;
}

.layout :link:hover {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	color: #FFFFFF;
}

.layout img {
	margin: 0px;
	border: 0px;
}

.layout a img {
	opacity:1.00;
	filter:alpha(opacity=100);
	border: 0px;
}

.layout a:hover img {
	opacity:0.30;
	filter:alpha(opacity=30);
	border: 0px;
}

.category {
	font-size: 24px;
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #C35588;
	background-color: #E9B2CA;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin-left: 30px;
	margin-top: 30px;
	border: 0px;
	float: left; 
	overflow: visible;
}

.heading {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: 600;
	color: #FBDDEA;
	background-color: #E9B2CA;
	text-align: center;
	padding: 0px;
	margin-top: 32px;
	border: 0px; 
	overflow: visible;
	float: left;
}

.member {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E9B2CA; /* #FBDDEA */
	vertical-align: top;
	text-align: center;
	padding: 0px;
	
	margin: 5px;
	width: 145px;
	height: 155px;
	float: left; 
	overflow: visible;
}

.member img {
	border: 5px solid #FFFFFF;
}

.member a img {
	border: 5px solid #FFFFFF;
}

.member a:hover img {
	border: 5px solid #FFFFFF;
	opacity:0.70;
	filter:alpha(opacity=70);
}

.sub {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E9B2CA;
	vertical-align: top;
	text-align: center;
	padding: 0px;
	border: 0px;
	float: left; 
	overflow: auto;
}

.submenu {
	font-size: 14px;
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #C35588;
	background-color: #E9B2CA;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left; 
	overflow: visible;
}

.title { 
	font: 14px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.layout #container { 
	width: 804px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.layout #header { 
	width: 804px;
	padding: 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. */
	border: 0px;
} 

.layout #mainContent { 
	width: 804px;
	margin: 0px;
	padding: 0px;
} 

