@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

a:active, a:focus, :link, :link, :visited, :link:active, :visited:active {
	outline: 0;
}

.clear {
	clear: both;
}

body {
	margin: 0;
	color: #888;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #222 url(http://www.parisjc.edu/art/galleries/gallery-navbar-bg.png) repeat-x;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-bottom: 40px;
}

#topNav {
	height: 30px;
	width: 100%;
	text-align: right;
}

#topNav :link, #topNav :visited, #topNav :link:active, #topNav :visited:active {
	color: white;
	font: 10px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#topNav :link:hover, #topNav :visited:hover {
	text-decoration: underline;
}

#mast {
	height: 100px;
	background: url(http://www.parisjc.edu/art/galleries/gallery-mast.png) no-repeat;
	margin-top: 40px;
	margin-bottom: 20px;
}

#mastTIJT {
	height: 100px;
	background: url(http://www.parisjc.edu/art/galleries/gallery-mast-tijt.png) no-repeat;
	margin-top: 40px;
	margin-bottom: 20px;
}

#photoContainer {
	width: 760px;
	background-color: #303030;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 20px;
}

#footer {
	
}