html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 12px;
}
a{
	color: #0000ff;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}








div#contentAlbum {
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	margin: 0;
}

div#titleTop {
	position: relative;
	width: 100%;
	height: 200px;
	left: 0px;
	top: 20px;
}


div#contentPageAndPhotos {
	position: relative;
	float: left;
	left:0;
	width: 70%;
	height: 100%;
	top: 30px;
	text-align:left;
}


div#pagesThumbs {
	position: relative;
	width: 30%;
	height: 100%;
	left: 0px;
	top: 0px;
}


div#photosLive {
	position: absolute;
	width: 70%;
	height: 620px;
	left: 33%;
	top: 0;
}

div#contentComments {
	position: relative;
	float: right;
	right:0;
	width: 29%;
	height: 100%;
	top: 30px;
}

div.content {
	background-image:url(../images/carbon.gif);
	background-repeat:repeat-x;
}

div.contentNew {
	background-image:url(../images/wallpaper_carbon_pattern.jpg);
	background-repeat:no-repeat;
}


div#thePic {

}








