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

*{ 
	margin: 0; 
	padding: 0; 
	}

body{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background: #000000;
	}
	
#outer {
    width: 800px;
    background-color:#000000;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    }
	
#banner {
	background:url(images/header.gif);
	width: 800px;
	height: 100px;
	}

#bannerbtn {
	width: 300px;
	height: 30px;
	padding-top: 215px;
	padding-left: 20px;
	}
	
#nav {
	width: 800px;
	height: 20px;
	background: #000000;
	margin-top: 10px;
	}
	
#artbg {
	margin: 40px auto;
	width: 800px;
	height: 404px;
	background:url(images/bg_artwork.jpg);
	border: 1px solid black;
}

#thumbsart {
	width: 600px;
	height: 300px;
	margin-top: 60px;
	margin-left: 100px;
	border-bottom: 1px solid black;
}

#contactbg {
	margin: 40px auto;
	width: 800px;
	height: 404px;
	background:url(images/bg_contact.jpg);
	border: 1px solid black;
}

#contactstyle {
	width: 220px;
	height: 270px;
	margin-top: 60px;
	margin-left: 100px;
	padding: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
}

#contactcard {
	margin: 80px auto;
	width: 600px;
	height: 350px;
	background:url(images/bg_contact.jpg);
	border: 1px solid black;
}

#collage img{float:left;}

#footer {
	width: 800px;
	height: 244px;
	background: url(images/bg_footer.jpg);
	border: 1px solid black;
}

#footertext{
	text-align: center;
	color: #ffffff;
	margin-top: 50px;
}
	
