.header {
	height: 99px;
	background: #484848 url('/images/header.jpg') repeat-x top;
}

.footer {
	height: 99px;
	background: #484848 url('/images/footer.jpg') repeat-x top;
}

.content-row {
	background-color: #fefefe;
}

.menu {
	width: 200px;
	padding: 5px;
	font-size: 1.4em;
	background-color: #eee;
}

.menu-left {
	border-right: 1px dotted #CDCC00;
}

.menu-right {
	border-left: 1px dotted #CDCC00;
}


.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.menu li {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

.menu li a {
}

.menu li a:hover {
	text-decoration: none;
}

.menu div.partners {
	font-size: .9em;
}

.menu div.partners ul {
	padding-top: 3px;
}

.screensaver-list td.screensaver-item {
	width: 50%;
	padding: 10px;
}

.screensaver-list td.screensaver-item p {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}

.thumbnail {
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	padding: 2px;
	margin: 2px;
}
ul.pages {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

ul.pages li {
	display: inline;
	text-align: center;
}

ul.pages li a {
	text-decoration: none;
	color: #000;
}

ul.pages li.current {
	color: #03f;
}

.cloud {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}
.cloud a {
	white-space: nowrap;
}
.cloud .cloud1 {
	color: #999;
	font-size: 0.7em;
}
.cloud .cloud2 {
	color: #777;
	font-size: 0.9em;
}
.cloud .cloud3 {
	color: #444;
	font-size: 1em;
}
.cloud .cloud4 {
	color: #222;
	font-size: 1.3em;
}
.cloud .cloud5 {
	color: #000;
	font-size: 1.4em;
}
.tags {
	padding: 0px;
}
.tags li {
	list-style: none;
}

