/* generic properties */

body {
	background-color : #453c30;
	margin : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

table {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

/* custom classes */

.container {
	overflow: hidden;
}

.photoGalleryThumb {
	height: 150px;
	width: 150px;
}

.albumcover {
	background-color : #a18f84;
	border : 4px solid #a18f84;
}

.attention {
	color : #fff000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-transform : uppercase;
	font-weight : bold;
}

.content {
	background-color : #86776e;
	color : #ffffff;
	width : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.content2 {
	color : #ffffff;
	width : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

h1 {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

h2 {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.main {
	position : absolute;
	left : 310px;
	top : 144px;
	width : 682px;
	height : 356px;
	overflow : auto;
}

img {
	border: 0;
}

/* anchor styles */

a:link {
	color : #ffde00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
}

a:visited {
	color : #ffde00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
}

a:hover {
	color : #ffff00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : underline;
}

a:active {
	color : #ffde00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : underline;
}