@charset "utf-8";
/* CSS Document */
html,body,img{
	outline: none;
	border: 0;	
}
html{
	background-color:#353535;
}
body{
	margin: 0;
	padding: 0;
	background: #f4f4f2;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
}
a{
	text-decoration:none;
}
#maincontent a{
	font-weight:bold;
	color:#9b132e;
}
#maincontent a:hover, a:hover, #footer a:hover{
	color:#C60;
}
#top{
	background:#f4f4f2;
	height:100%;
}
#top img{
	margin:0 auto;
	margin-top:10px;
}
#wrap{
	height: 100px;
}
#maincontent{
	max-width: 63%;
	margin-left: 2rem;
	z-index: 2;
	min-height: 725px;
}
h1{
	font-size:27px;
	font-style:oblique;
}
h2{
	font-size:24px; 
}
h1,h2{
	font-weight:lighter;
}
nav{
	text-align:center;
	position: fixed;
	width: 100%;
}
#artwork img{
position: relative;
left: 450px; bottom: 100px;
z-index: 1;
}
nav ul{
	margin: 0;
	background: #353535;
	padding: 7px;
	}
nav li{
	position: relative;
	display:inline;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color:#c61a38;
	z-index:99;
}
nav li a{
	color: #ffffff;
	text-decoration:none;
}
p, li{
	font-size:17px;
}
li{
	list-style:square;
}
span{
	font-weight:bold;
}
strong, li{
	color: #9b132e;
}
#footer {
	position: static;
	background-color: #353535;
	width: 100%;
	padding-top: 1rem;
	} 
#footer a{
	color: #f4f4f2;
	text-decoration:none;
}
	#footer p{
		margin: 0;
		color:#ffffff;
	}
	#footer strong{
		color:#f4f4f2;
	}
	#coll, #colr{
	display:table-cell;
	padding: 0 4em;
	width: 60%;
}
@media screen and (max-width: 900px) {
    #maincontent{margin-top:50px;}
}
@media screen and (max-width: 500px) {
    #maincontent{margin-top:70px;}
}