* {
/* 	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Georgia, serif;
	font-size: 12px;
	color: #000000;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
/* 	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Georgia, serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:focus, a:active {
	-moz-outline: 0px;
	outline: 0px;
}

img {
	border: 0px;
}

.layerContainer {
	position: relative;
	margin: 0px auto;
	top:30px;
	width: 760px;
	height: 560px;
	background-color: #000000;
}
.layerSubContainer {
	position: absolute;
	top:30px;
	left:30px;
	width: 700px;
	height: 500px;
	text-align: left;
	background-color: #FFFFFF;
}
.layerTop {
	width: 700px;
	height: 65px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	padding-top:5px;
	margin-bottom: 5px;
}
.layerTop img {
	margin: 0px 4px 0px 4px;
	border: 0px;
}
.layerContent {
	width: 690px;
	height: 400px;
	padding-left:5px;
	/*padding-right:5px;*/
	overflow: hidden;
	text-align:left;
}
.layerMenu { 
	position: relative;
	width: 700px;
	height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
}
.layerMenu img {
	border: 0px;
}
.menuLeft {
	float: left;
	padding-left:2px;
	font-size: 11px;
	line-height: 27px;
}
.menuRight {
	float: right;
	padding-right:2px;
	font-size: 11px;
	line-height: 27px;
}
.layerCred {
	position:absolute;
	bottom:2px;
	width: 700px;
	height: 12px;
	text-align: right;
	color: #FFFFFF;
	left: 30px;
}
.layerCred a {
	color: #FFFFFF;
	text-decoration: none;
}
.center {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearBoth {
	clear: both;
}
.small {
	font-size: 10px;
}
.indexLogo {
	position:relative;
	left:210px;
}
h1 {
	font-size:1.4em;
	font-weight:bold;
}
.newsPost {
	width: 100%;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	text-align:left;
}
.newsPostImg, .newsTopImg {
/*
	float: left;
	margin-right:5px;
*/
	margin-top: 5px;
}
.imgLeft{
	float: left;
	margin-right:5px;
}
.imgRight{
	float: right;
	margin-left:5px;
}
.imgCenter{
	text-align: center;
}
.newsLeft {
float:left;
width:24%;
text-align:center;
}
.newsCenter {
float:left;
width:48%;
padding: 0px 10px 0px 10px;
text-align:center;
}
.newsRight {
float:left;
width:24%;
text-align:center;
}/* viktor försökte med nåt snyggt men misslyckades såklart..
.newsSayingText{
	float:right;}
.newsSayingName,*/ .newsLastName{
	font-style:italic;
	font-size:1.0em;
	text-align:right;
}
.catalogRow {
	float:left;
}
.catalogBox {
	float: left;
	width:100%;
	margin-bottom:5px;
}
.catalogAlbumDesc {
	float:left;
	width:495px;
}
.catalogAlbumArt {
	float:left;
}
.catalogAlbumArt img {
	padding-right:5px;
	padding-bottom:5px;
}
.catalogAlbumList {
	width: 170px;
/*	padding-right: 20px;*/
	float:left;
}
.catalogAlbumList ol {
	margin-top: 0px;
}
.catalogAlbumList li {
	font-size: 10px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
}/*
.albumOuterBox {
	float: left;
	width: 172px;
}*/
.albumBox {
	float: left;
	width: 171px;
	margin-bottom:5px;
	/*margin-right:5px;*/
	text-align:center;
}
.albumBox a {
	text-decoration:none;
}
.albumBox img {
	padding-bottom:5px;
	width: 155px;
	height: 155px;
}
.artistBox {
	width: 216px;
	text-align:center;
}
.artistBox img {
	/*width:209px;*/
	border:1px solid #000000;
	margin-bottom: 5px;
}
.artistDate {}
.artistIngress, .artistMemento, .catalogAlbumYear {
	font-style:italic;
}
.artistTitle, .catalogAlbumTitle {
	font-weight:bold;
}
.linksWrapper #link1 {
	margin-top: 40px;
}
.linksWrapper #link2 {
	margin-top: 40px;
}
.contactWrapper{
	background-image: url('images/condolences.png');
	background-repeat: no-repeat;
	width: 491px;
	height: 378px;
	text-align: center;
	margin: 10px auto;
	padding-top: 110px;
}
.contactForm #name, .contactForm #email, .contactForm #message {
	border-width: 0px;
	outline: none;
	font-size: 13px;
}
.contactForm #name, .contactForm #email {
	border-bottom: 1px solid #000;
}
.contactForm #name{
	background-image: url('images/enter_name.png');
	background-repeat: no-repeat;
	width: 170px;
}
.contactForm #email{
	background-image: url('images/enter_email.png');
	background-repeat: no-repeat;
	width: 170px;
}
.contactForm #message {
	width: 350px;
	height: 170px;
	resize: none;
}
#contactName{
	position: absolute;
	top: 375px;
	left: 160px;
}
#contactEmail{
	position: absolute;
	top: 375px;
	left: 375px;
}
#contactMessage{
/*
	position: absolute;
	top: 10px;
	left: 150px;
*/
}
#contactSubmit{
	position: absolute;
	top: 400px;
	left: 327px;
}
#contactSubmit #send{
	border: 1px solid #666;
	background-image: url('images/enter_send.png');
	width: 51px;
	height: 21px;
}
#contactSubmit #send:hover{
	cursor: pointer;
}
.newsHeader{
	text-align: center;
	margin: 5px 0 5px 0;
}
#newsWrapper{
	width: 90%;
	margin: 0 auto;
}
