html,body{
	font-family: verdana;
	font-size: 10px;
    margin: 0px;
    padding: 0px;
	text-align: left;
    color: white;
	background-image: url('../images/design/bg.jpg');
	background-repeat: repeat-x;
	background-color: #3A3A3A;
}

div.main{
	margin: 0 auto;
	width: 977px;
}

div.top{
	float: left;
	display: inline;
	width: 977px;
	height: 110px;
	margin-top: 60px;
	background-image: url('../images/design/top_2.jpg');
	background-repeat: no-repeat;
}	
	div.scan{
		float: left;
		display: inline;
		width: 977px;
		height: 31px;
		margin-top: 0px;
		text-align: center;
		padding-top: 10px;
		font-weight: bold;
		text-transform: uppercase;
		background-image: url('../images/design/scan.gif');
		background-repeat: no-repeat;
	}
	
	div.rss{
		float: left;
		display: inline;
		width: 977px;
		height: 40px;
	}
	
	div.search{
		float: left;
		display: inline;
		width: 550px;
		height: 38px;
		margin-top: 25px;
		margin-left: 5px;
	}
	
	div.searchMade{
		float: left;
		display: inline;
		width: 977px;
		height: 25px;
		background-image: url('../images/design/search_made.jpg');
	}
		div.searchMadeFor{
			float: left;
			display: inline;
			width: 500px;
			font-size: 10px;
			margin-top: 1px;
			margin-left: 110px;
		}

	div.login{
		float: right;
		display: inline;
		margin-right: 20px;
		margin-top: 7px;
		height: 50px;
		width: 380px;
		color: #a87b3a;
		font-weight: bold;
		text-align: right;
	}
	
	div.loginBox{
		float: left;
		display: inline;
		width: 350px;
		text-align: left;
		color: white;
		height: 50px;
		text-transform: uppercase;
		
	}

	div.loginForm{
		float: left;
		display: inline;
		width: 350px;
		height: 50px;
	}

	div.loginFormInput{
		float: left;
		display: inline;
		width: 120px;
		height: 30px;
		margin-top: 10px;
	}


	div.loginFormInput2{
		float: left;
		display: inline;
		width: 200px;
		height: 30px;
		margin-top: 10px;
		margin-left: 20px;
	}

div.content{
	float: left;
	display: inline;
	height: auto;
	width: 977px;
	margin-top: 10px;	
}


div.imageBox{
	float: left;
	display: inline;
	padding: 25px 5px 5px 5px;	
	background-color: #424242;
	margin-left: 10px;
	margin-top: 5px;
	width: 170px;
	text-align: center;
	height: 170px;
}

div.content2{
	float: left;
	display: inline;
	width: 290px;
	min-height: 200px;
	margin-top: 10px;
	margin-left: 10px;
}

div.box{
	float: left;
	display: inline;
	padding-top: 4px;
	width: 262px;
	height: auto;
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
	margin-left: 10px;
}

div.left{
	float: left;
	display: inline;
	width: 665px;
	border-right: 1px solid #383838;
}

#imageInfo{
	float: left;
	display: none;
	height: 253px;
	width: 977px;
	margin-top: 10px;
	background-image: url('../images/design/imageinfo_bg.jpg');
	background-repeat: no-repeat;
}

div.fotter{
	float: left;
	display: inline;
	width: 977px;
	height: 60px;
	margin-top: 10px;
	background-image: url('../images/design/fotter2.jpg');
	background-repeat: no-repeat;
}

div.imageInfoDetail{
	float: left;
	display: inline;
	width: 960px;
	height: 220px;
	margin-top: 25px;
	margin-left: 8px;
}
	
	div.imageThumb{
		float: left;
		display: inline;
		text-align: center;
		width: 310px;
		height: 205px;
		margin: 5px;
	}
	
	div.imageExif{
		float: left;
		display: inline;
		width: 300px;
		height: 200px;
		padding: 2px;
		font-size: 10px;
		margin-left: 10px;
		color: white;
		border-right: 1px solid #484848;
	}
		div.imageExifContainer{
			float: left;
			display: inline;
			width: 300px;
			font-size: 10px;
			height: auto;
			margin-bottom: 10px;
		}
		
		div.imageExifHeadline{
			float: left;
			display: inline;
			width: 100px;
			height: 10px;
			font-size: 10px;
			text-transform: uppercase;
			font-weight: bold;
			color: white;
		}
		
		div.imageExifText{
			float: left;
			display: inline;
			width: 200px;
			font-size: 10px;
			height: auto;
			color: #c2c2c2;
		}

		div.imageComments{
			float: left;
			display: inline;
			width: 315px;
			margin-left: 10px;
			height: 175px;
			font-size: 10px;
		}


		div.imageOptions{
			float: left;
			display: inline;
			width: 315px;
			font-size: 10px;
			margin-left: 10px;
			margin-top: 10px;
			height: 35px;
		}

	div.infoContainer{
		float: left;
		display: inline;
		width: 950px;
		margin-left: 10px;
		font-size: 10px;
		margin-top: 30px;
		height: 210px;
	}
	
		div.infoContainerSep{
			float: left;
			display: inline;
			width: 305px;
			height: 210px;
			font-size: 10px;
			margin-right: 5px;
		}

h3{
	color: white;
	margin: 0px;
	font-size: 10px;
	text-transform: uppercase;
}

h2{
	margin: 0px;
	font-size: 12px;
}

a.login{
	color: #e68630;
	text-decoration: none;
}

a.login:hover{
	color: #e68630;
	text-decoration: underline;
}