@charset "UTF-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}


body{
	background-color: #fff;
}

#container
{
	width: 1000px;
	padding: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #fff;
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,0.9);
	-o-box-shadow: 0 0 4px 2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.9);
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.9);
	line-height: 0.9em;
	text-decoration:none;
	height: 2250px;
}

#innercontainer
{
	width: 960px;
	padding: 20px;
	margin-top: 5px;
	line-height: 0.9em;
	text-decoration:none;
	height: 2200px;
	background-color:rgba(0,0,0,0.9);
	background-repeat: no-repeat;	
}

.navcontainer
{
	width: 990px;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 5px;
	text-decoration:none;
	background-color:#fff;
	background-repeat: no-repeat;
}

#nav
{
	position: top;
	color: rgba(0,0,0,.8);	
	width:600px; 
	font-family:"Oswald", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.nav a:link
{
	color: rgba(0,0,0,.8);	
	text-decoration:none;
}

.nav a:visited
{
	color: rgba(0,0,0,.8);	
	text-decoration:none;
}

.nav a:hover
{
	color: rgba(0,0,0,.8);	
	text-decoration:none;
}

.nav a:active
{
	color: rgba(0,0,0,.8);	
	text-decoration:none;
}

.mainItems
{
	font-family:"Karla", Helvetica, sans-serif;
	margin-top: 1.2em;
	margin-right: 1.2em;
	margin-left: auto;
	padding-top: 0.5em;
	width: 300px;
	display: block;
	float: left;
	line-height: 1em;
}

.mainPhotos
{
	width: 300px;
	height: 212px;
	
}

.mainPhotos:hover, .mainPhotos:active, .mainPhotos:focus
{
  background-image:url(#);
}





/* footer */

#footer 
{
	position: fixed;
	bottom: 0px;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background: rgba(0,0,0,0.9);
	font-family: 'Montserrat', sans-serif, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	width: 100%;
	z-index:500;
}

.footer a:link, a:visited
{
	color: rgba(255,255,255,0.8);
	text-decoration:none;
}

.footer a:hover
{
	color: #FFF;	
	text-decoration: none;
	text-transform:none;
}



