html {
	font-family: 'ArialMT', 'Arial', sans-serif;
	}	

h1 {
	color: gray;
	font-family: 'Arial', sans-serif;
	font-size: 36;
	font-weight: bold;
	color: #999999;
	}

a {
	color: #999999;
	text-decoration: underline;
	}

a:hover, a:active { 
	text-decoration: none;
	color: #99CC33;
	}

#container {
	position: absolute;
	top: 20 px;
	left: 28%;
	width: 45%;
	}

#header {
	/*width: 600px;*/
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 15;
	color: #999999;
	}

#header a{
	text-decoration: none;
	}
	
#main {
/*	position: absolute;*/
	float: right;
	left: 37%;
	font-size: 15px;
	font-family: 'Arial', sans-serif;
	color: #333333;
	width: 63%;
	/*height: 500px;*/
	font-weight: normal;
	}

#main h2 {
	font-size: 13px;
	font-weight: bold;
	}

#main h3 {
	font-size: 12px;
	font-weight: normal;
	}
	
main a:hover, a:active { 
	color: #99CC33;
	}
	
#sidebar {
	float: left;
	background: white url('images/background-sidebar.png'); 
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: normal;
	color: #333333;
	font-size: 13;
	width: 33%;
	}

#sidebar h2{
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	}

	
#sidebar a {
	color: #00000;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	margin: 0px;
	}

#sidebar a:hover, #sidebar a:active {
	color: #FF9900;
	}

#footer {
	color: #333333;
	font-size:10px;
	font-family: 'Arial', sans-serif;
	/*border: 1px solid red;*/
	clear: both;
	}

#footer a {
	color: #999999;
	text-decoration: underline;
	}

#footer a:hover, #sidebar a:active {
	color: #FF9900;
	text-decoration: underline;
	}



/*#container, #header, #sidebar, #main {
	border: 1px solid red;
	}*/
	
ul {
	list-style-image: url(images/bullet-triangle.gif);
	padding-left: 20px;
	margin-left: 0;
	}

.album-image {
	}

.title {
	text-decoration: none;
	vertical-align: middle;
	}

.title p {
	vertical-align: middle;
	}