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

body {
	background: #25232e url(graphics/background.png) left top repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 100%;
	height: 100%;
	}
	
img {
	border-color: #FFFFFF;
	}
	
a {
	color: #bfacc6;
	text-decoration: none;
	}
	a:hover {
		color: #d0d0d0;
		}
	
h1 a {
	background: url(graphics/christinamesiti.png) no-repeat;
	display: block;
	width: 310px;
	height: 105px;
	top: 88px;
	right: 50%;
	margin-right: 6%;
	padding-right: 5px;
	position: absolute;
	}
	/*IE 6 FIX*/ h1 a { behavior: url(IE6FIX/iepngfix.htc) }
	/*IE PNG Alpha Fix v1.0 by Angus Turnbull - http://www.twinhelix.com. Updated: 12 July 2008.*/
	h1 a:hover {
		background: url(graphics/christinamesiti_over.png) no-repeat;
		}
	h1 a span {
		display: none;
		}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	line-height: 25px;
	}
		
.title {
	font-style: italic;
	}
	
.map {
	margin-top: -1em;
	}
	
.announcement {
	font-size: 105%;
	line-height: 130%;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 35px;
	background: url(graphics/announcement.png) top right no-repeat;
	}
	
#content {
	display: block;
	text-align: center;
	width: 400px;
	left: 50%;
	margin-left: ;
	top: 100px;
	position: absolute;
	}
	/*IE FIX*/* html #content {
		left: 52%;
		right: 8%;
		}
	#content img {
		border: 3px solid;
		margin-top: -30px;
		}
	#content p, #content h2, #content h3 {
		text-align: justify;
		}
		
#leftstuff {
	display: block;
	width: 315px;
	top: 242px;
	right: 50%;
	margin-right: 6%;
	position: absolute;
	}
	#leftstuff img {
		border: 2px solid #FFFFFF;
		margin-right: 5.4px;
		margin-bottom: 5.4px;
		}
	#leftstuff a:hover img {
		border-color: #bfacc6;
		}
		
	#leftnav {
		list-style-type: none;
		margin-left: 215px;
		margin-top: 10px;
		width: 60px;
		display: block;
		}
		#leftnav li {
			display: inline;
			}
		#leftnav a span {
			display: none;
			}
		#previous a {
			display: inline-block;
			width: 12px;
			height: 12px;
			background: url(graphics/previous.png) no-repeat;
			margin-right: 18px;
			}
			#previous a:hover {
				background: url(graphics/previous_over.png);
				}
		#next a {
			display: inline-block;
			width: 12px;
			height: 12px;
			background: url(graphics/next.png) no-repeat;
			}
			#next a:hover {
				background: url(graphics/next_over.png);
				}
				
	#leftstuff p {
		margin-top: 50px;
		width: 310px;
		}
		
#topnav {
	top: 0;
	position: absolute;
	width: 100%;
	height: 28px;
	background: url(graphics/top.png) top left repeat-x;
	text-align: right;
	}
	#topnav ul {
		list-style-type: none;
		margin-top: 0;
		margin-right: 20px;
		display: block;
		height: 28px;
		text-align: right;
		}
	#topnav li {
		display: inline;
		}
	#newwork a {
		display: inline-block;
		height: 28px;
		width: 88px;
		background: url(graphics/topnav_newwork.gif) top left no-repeat;
		margin: 0;
		border-bottom: 1px solid #2e1a3d;
		}
		#newwork a span {
			display: none;
			}
		#newwork a:hover {
			border-bottom: 1px solid #ffffff;
			}
			
	#pastwork a {
		display: inline-block;
		width: 92px;
		height: 28px;
		background: url(graphics/topnav_pastwork.gif) top left no-repeat;
		margin-left: -4px;
		border-bottom: 1px solid #2e1a3d;
		}
		#pastwork a span {
			display: none;
			}
		#pastwork a:hover {
			border-bottom: 1px solid #ffffff;
			}
			
	#contact a {
		display: inline-block;
		width: 74px;
		height: 28px;
		background: url(graphics/topnav_contact.gif) top left no-repeat;
		margin-left: -4px;
		border-bottom: 1px solid #2e1a3d;
		}
		#contact a span {
			display: none;
			}
		#contact a:hover {
			border-bottom: 1px solid #ffffff;
			}
			
.form {
	list-style-type: none;
	z-index: 3;
	margin-bottom: 90px;
	text-align: left;
	margin-left: -40px;
	}
	.form li {
		margin-bottom: 8px;
		}
	.textbox {
		display: block;
		}
	.mailinglist {
		font-size: 85%;
		margin-left: 25px;
		text-indent: -25px;
		}