#hairportal {
}
#hairportal h3 {

}
#hairportal h3 a {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #ccc;
	float: left;
	width: 49%;
	height: 325px;
	background-image: url(img/bw_hair.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-style: italic;

}
#hairportal h3 a:hover {
	background-image: url(img/hair.jpg);
	font-size: 28px;
	letter-spacing: 2px;
	font-style: italic;
	color: #000;
}

#artportal {

}
#artportal h3 {

}
#artportal h3 a {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #ccc;
	float: left;
	width: 49%;
	height: 325px;
	background-image: url(img/bw_art.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;

}
#artportal h3 a:hover {
	background-color: #ccc;
	background-image: url(img/art.jpg);
	font-size: 28px;
	letter-spacing: 2px;
	font-style: italic;
	color: #000;

}
#mailinglist {
	position: absolute;
	width: 300px;
	top: 10px;
	left: 10px;
}
#mailingcontainer {
	float: left;
	width: 100%;
	padding: 10px;
	border: solid 1px #000;
	background-color: #fff;
	opacity: .85;
	filter: alpha(opacity=80);
}
a.xlist {
	text-align: right;
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	padding-bottom: 4px;
}
#mailinglist h4 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
}
#mailinglist p {
	text-align: left;
	padding: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #000;
}
#mailinglist fieldset {
	padding: 10px;
}
#mailinglist label {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
#mailinglist label span {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 100px;
}
input.nametxt {

}
input.emailtxt {

}
input.submitbutton {

}