@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(bg7.gif);
}

#container {
	width: 831px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 52px;
	margin-bottom: 50px;
}

#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	color: #545454;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 143px;
	height: 27px;
}

#header a {
	text-decoration: none;
	color: #DAD8D0;
	padding-right: 32px;
	padding-left: 32px;
	font-weight: bold;
}

#header a:hover {
	color: #FFF;
	text-decoration: none;
}

#about {
	width: 232px;
	padding-left: 3px;
	margin-right: 22px;
}

#subnav {
	line-height: 18px;
	width: 150px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
	height: 320px;
}
#subnav a {
	color: #3b3b3b;
	text-decoration: none;
}
#subnav a:hover {
	color: #88293C;
	text-decoration: underline;
}
#menuhead {
	color: #D1D1D1;
	font-size: 34px;
	text-transform: lowercase;
	padding-bottom: 16px;
	padding-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#content {
	height: auto;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	line-height: 16px;
	background-color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 8px;
	margin-right: 9px;
}

#menu1 {
	padding-left: 22px;
	padding-right: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#menu1 a {
	text-decoration: underline;
	color: #333;	
}
#menu1 a:hover{
	color: #88293C;
	text-decoration: underline;	
}
#menu3 a {
	text-decoration: underline;
	color: #333;	
}
#menu3 a:hover{
	color: #88293C;
	text-decoration: underline;	
}
#menu2 {
	padding-left: 22px;
	line-height: 18px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#menu3 {
	padding-left: 22px;
	line-height: 18px;
	
	border-bottom-width: thin;
	
	border-bottom-style: dotted;
	
	border-bottom-color: #CCC;
}
#menu4 {
	padding-left: 22px;
	line-height: 18px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#footer {
	background-image: url(foot.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #545454;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 28px;
	margin-left: 8px;
}

.head1 {
	font-size: 34px;
	font-weight: normal;
	color: #D1D1D1;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pic {
	padding: 3px;
	border: thin dotted #B8B8B8;
}
.size {
	font-size: 11px;
}
.green {
	color: #2EBC00;
	font-weight: bold;
	font-size: 14px;
}
.red {
	font-weight: bold;
	color: #88293C;
}

