@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	background: #e7e5db;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#container {
	width: 720px;
	height: 420px;
	background: url('../images/interior/bg.gif') no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	padding-top: 150px;
	padding-left: 80px;
}

#content {
	width: 450px;
	float: left;
	height: 380px;
	overflow: auto;
	padding-left: 20px;
}

.colons {
	padding-right: 10px;
}

.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;	
}

#copyright {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 10px;
	font-size: 12px;
}

a:link,a:visited,a:active {
	color: #0000cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}

/* Navigation ======================= */

#nav {
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: 35px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin-bottom: 5px;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	position: relative;
	height: 45px;
}

/* Home */
#nav ul li a#home {
	background: url('../images/interior/home.gif') center top no-repeat;
}
#nav ul li a#home:hover {
	background: url('../images/interior/home_on.gif') center top no-repeat;
}

/* About Melissa */
#nav ul li a#about {
	background: url('../images/interior/about.gif') center top no-repeat;
}
#nav ul li a#about:hover {
	background: url('../images/interior/about_on.gif') center top no-repeat;
}
#nav ul li a#about.current {
	background: url('../images/interior/about_on.gif') center top no-repeat;
}

/* CV */
#nav ul li a#resume {
	background: url('../images/interior/cv.gif') center top no-repeat;
}
#nav ul li a#resume:hover {
	background: url('../images/interior/cv_on.gif') center top no-repeat;
}
#nav ul li a#resume.current {
	background: url('../images/interior/cv_on.gif') center top no-repeat;
}

/* Links */
#nav ul li a#links {
	background: url('../images/interior/links.gif') center top no-repeat;
}
#nav ul li a#links:hover {
	background: url('../images/interior/links_on.gif') center top no-repeat;
}
#nav ul li a#links.current {
	background: url('../images/interior/links_on.gif') center top no-repeat;
}

/* Contact */
#nav ul li a#contact {
	background: url('../images/interior/contact.gif') center top no-repeat;
}
#nav ul li a#contact:hover {
	background: url('../images/interior/contact_on.gif') center top no-repeat;
}
#nav ul li a#contact.current {
	background: url('../images/interior/contact_on.gif') center top no-repeat;
}

/* Artwork */
#nav ul li a#artwork {
	background: url('../images/interior/artwork.gif') center top no-repeat;
}
#nav ul li a#artwork:hover {
	background: url('../images/interior/artwork_on.gif') center top no-repeat;
}
#nav ul li a#artwork.current {
	background: url('../images/interior/artwork_on.gif') center top no-repeat;
}

/* News */
#nav ul li a#news {
	background: url('../images/interior/news.gif') center top no-repeat;
}
#nav ul li a#news:hover {
	background: url('../images/interior/news_on.gif') center top no-repeat;
}
#nav ul li a#news.current {
	background: url('../images/interior/news_on.gif') center top no-repeat;
}


/* Interior Classes ============================ */
.album-container {
	width: 180px;
	text-align: center;
	float: left;
	margin-right: 20px;
	height: 140px;
}
.album-container a img {
	border: 5px solid #fff;
}
.album-container a:hover img {
	border: 5px solid #e7e5db;
}

.photo-container {
	width: 170px;
	text-align: center;
	float: left;
	margin-right: 20px;
	height: 130px;
}
.photo-container a img {
	border: 5px solid #fff;
}
.photo-container a:hover img {
	border: 5px solid #e7e5db;
}