body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,  
li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; padding: 0; border: 0; outline: none;  
}
  
ul, ol {  
 list-style: none;
}

html {
	font: 14px tahoma;
	background: #272727 url(../images/bg.jpg) top center repeat-x;
	color: #c5c5c5;
	
}

body {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #2c71b9;
}

#header {
	margin-top: 30px;
	position: relative;
}

	#header ul {
		position: absolute;
		right: 0;
		top: 5px;
		list-style-type: none;
	}
	
	#header ul li {
		float: left;
		margin-right: 5px;
	}
	
	#header ul li a {
		text-decoration: none;
		padding: 5px 10px;
		color: white;
	}
	
	#header ul li#active a {
		background: green url(../images/bt.png) repeat-x;
		color: white;
	}

#mainContent {
	width: 850px;
	margin-top: 30px;
	overflow: hidden;
}

	#mainContent .object {
		width: 130px;
		height: 130px;
		overflow: hidden;
		border: 3px solid black;
		float: left;
		margin: 0 5px 5px 0;
		position: relative;
		background: black;
	}
	
	#mainContent .object a {
		color: #c5c5c5;
		text-decoration: none;
		}	
	
	#mainContent .object span.objectDes {
		background: black;
		width: 130px;
		padding: 5px 5px;
		position: absolute;
		bottom: 0px;
		font-size: 10px;
		color: white;
		letter-spacing: 1px;
		z-index: 0;
	}
	
	#mainContent .object img {
		position: absolute;
		z-index: 10;
		
	}
	/*
	#mainContent .object:hover span.objectDes {
		bottom: 0;
	}*/
	
	#mainContent #sidebar {
		width: 320px;
		float: right;
	}
	
	#mainContent img#large_img {
		float: left;
		border: 5px solid black;
	}
	
	#mainContent #sidebar h3 {
		font-size: 30px;
		color: white;
	}
	
	#mainContent #sidebar p#des {
		margin: 10px 0;
	}
	
	#mainContent #sidebar p.info{
		margin: 5px 0;
	}
	
	#mainContent #sidebar p.info b{
		font-weight: normal;
		color: #ffaa34;
	}
	
	#mainContent p.message {
		background: #cfd4ff;
		border: 1px solid #5598ff;
		color: #000;
		padding: 10px;
		margin: 0 0 10px 0;
		width: 828px;
}
	
#social {
		height: 250px;
		overflow: hidden;
		margin: 30px 0;
	}

	#social h2 {
		padding: 15px 0 15px 60px;
		color: white;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
}

	#twitter {
		background: ;
		height: 50px;
		width: 265px;
		margin-right: 20px;
		float: left;
	}
		#twitter h2 {
			background: url(../images/twitter.png) left center no-repeat;
		}
		
		#twitter .tweet {
			border-bottom: 1px solid #202020;
			padding: 10px;
			font-size: 12px;
			font-family: helvetica;
			margin: 10px 0 0 0;
		}
	
	#flickr {
		background: ;
		height: 50px;
		width: 265px;
		margin-right: 20px;
		float: left;
	}
		#flickr h2 {
			background: url(../images/flickr.png) left center no-repeat;
		}
		
		#flickr a img {
			border: 3px solid black;
			margin: 0px 4px 4px 0;
		}
	
	#about {
		background: ;
		height: 50px;
		width: 265px;
		float: left;
		text-align: justify;
	}
		#about h2 {
			background: url(../images/about.png) left center no-repeat;
		}
		
		#about img {
		
		border: 3px solid black;
	}

	form input {
		display: block;
		padding: 5px;
		margin: 5px 0;
		width: 370px;
		background: #202020;
		border: 1px solid #2c2c2c;
		color: white;
	}
	
	form input.hidden {
		display: none;
	}
	
	form input#button {
		width: 50px;
		float: right;
	}
	
	form label {
		color: #ffaa34;
		font-weight: normal;
	}
	
	form textarea {
		display: block;
		padding: 5px;
		margin: 5px 0;
		width: 410px;
		height: 122px;
		background: #202020;
		border: 1px solid #2c2c2c;
		color: white;
	}
	
	form table td {
		vertical-align: top;
	}
	
	form table tr td:first-child {
		padding-right: 30px;
	}

#footer {
}


