
body {
	margin-top: 10px; 
	padding: 0; 
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	/*background: #2c2c2c url(bodybg2.gif) top center no-repeat;  */
	background: #000; 
	color: #ccc; 
	text-align: center;
} 
/*redefine*/

::-moz-selection {
	background: #000;  
	color: #eee;
}

::selection {
	 background: #000;   
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}



/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	padding: 10px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;	*/
	background: #000;		
	margin: auto;
	text-align: left;
}

.title {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
	text-align: center;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;	
	text-align: center;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 70px;
	height: 70px;
	padding: 1px;
	margin: 3px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 70px;
	height: 70px;
	padding: 1px;
	margin: 3px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}  
.textleft {
	width: 400px;   
	font-size: 11px; 
	color: #FFFFFF; 
	float: left;
	margin: 5px 5px 0 5px;
	padding-top: 15px;
	text-align: justify;
}  
.textright {
	width: 150px;   
	font-size: 11px; 
	color: #FFFFFF; 
	float: right;
	margin: 5px 5px 0 5px;
	padding-top: 15px;
	text-align: justify;
} 
a img .textright {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 3px;
	}
img .textright {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 3px;
	}

.album {
	margin: 5px 5px 0 5px;
	width: 200px;  
 	text-align: justify;
	font-size: 11px; 
	color: #FFFFFF; 
	float: left;
}
.album2 {
	margin: 5px 5px 0 5px;
	width: 300px;  
	text-align: justify; 
	font-size: 11px; 
	color: #FFFFFF; 
	float: left; 
	padding-left: 50px;
}    
.download {
	margin: 5px 5px 0 5px;
	width: 150px;  
  	text-align: justify;
	font-size: 11px; 
	color: #FFFFFF; 
	float: left;
} 
.textleft2 {
	width: 500px;   
	font-size: 11px; 
	color: #FFFFFF; 
	float: left;
	margin: 5px 5px 0 5px;
	padding-top: 10px;
	text-align: justify;
}
.textright2 {
	width: 350px;   
	font-size: 11px; 
	color: #FFFFFF; 
	float: right;
	margin: 5px 5px 0 5px;
	padding-top: 15px;
	text-align: justify;
}   
.blog3 {
	width: 105px; 
	padding: 2px 2px 2px 2px;
	text-align: center;
	float: left;
	}
#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
	background: #000000;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}



#content {
	width: 185px;
	text-align: center,
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #98bc48;
	cursor: pointer;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}



h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h3.news, h3.mootools {
	background: #adc96d;
}

h3.gethelp, h3.prototype {
	background: #c1d791;
}

p {
	padding: 5px 10px;
	color: #444;
	background: #fff;
}
img {
	border: none;
	} 
a img {
	border: none;
	} 
table {
	background: #000000;
}