@charset "UTF-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	width: 350px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #ff0099;
	text-decoration: none;
}
a:visited {
	color: #ff0099;
	text-decoration: none;
}
a:hover {
	color: #ff0099;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
	}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 18px;
}
.image link {
	text-decoration: none;
}
body {
	background-image: url(images/pattern.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 950px;
	margin-top: 33px;
	margin-left: 35px;
	height: auto;
}
#logo {
	width: 107px;
	margin-top: 5px;
	float: left;
	position: fixed;
}
#nav {
	width: 99px;
	float: left;
	position: fixed;
	left: 120px;
	top: 29px;
	padding-left: 75px;
}
#content {
	left: 341px;
	background-color: #FFFFFF;
	float: left;
	position: fixed;
	overflow: auto;
	width: 540px;
	height: 576px;
	top: 40px;
	position: fixed;
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 18px;
}
#album {
	width: 135px;
	height: 210px;
	float: left;
	position: relative;
	padding-right: 38px;
	padding-bottom: 10px;
}