/*****************************/
/* Layout */

/*body {
	background: #ffffff;
}*/

#portalheader {
	text-align: center;
}

#pagecontent {
	padding-top:20px;
	width: 750px;
}

.pagesection {
	width: 710px;
}

/*******************************/
/* Title and buttons */

h1 {
	background-image: url(../images/frontpage-title.gif);
	background-repeat:no-repeat;
	width: 450px;
	height:80px;	
	margin: 0px auto;
}

h1 .title {
	display: none;
}

a.hideousanimatedbutton {
	display:block;
	/*float:left;*/
	background-repeat:no-repeat;
	overflow: hidden;
	margin: 0px auto;
	outline:none;
}

a#artists {
	background-image: url(../images/menus/menu-artists.gif);
	width: 178px;
	height: 95px;
	margin-left: 120px;
}

a#artists:hover {
	background-image: url(../images/menus/menu-artists-hover.gif);
}

a#enter {
	background-image: url(../images/menus/menu-enter.gif);
	width: 130px;
	height: 100px;
}

a#enter:hover {
	background-image: url(../images/menus/menu-enter-hover.gif);
}

a#forum {
	background-image: url(../images/menus/menu-friends.gif);
	width: 178px;
	height: 95px;
}

a#forum:hover {
	background-image: url(../images/menus/menu-friends-hover.gif);
}

a#enterartists {
	background-image: url(../images/menus/menu-enter.gif);
	width: 130px;
	height: 100px;
	margin-left: 310px;
}

a#enterartists:hover {
	background-image: url(../images/menus/menu-enter-hover.gif);
}
/*******************************/
/* Boxes */

.pagesection  {
	margin-top: 10px;
	border: 1px solid #CC0000;
	padding-top: 0;
}

.pagesection h3 {
	background: #6A0000 url(../images/redblack_gradient.png) top left repeat-x;
	color: white;
	font-size: 90%;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	border: 1px solid white;
}

.portalboxcontent {
	margin: 5px;
}

.artworksection {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}

#newsflash {
	margin: 0;
	padding:0;
	margin-bottom: 1em;
	list-style-image:none;
	list-style-type:none;
}

#newsflash li {
	margin-bottom: 0.5em;
}

