body {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #6F6F6F;
}

p, td, li, input, textarea, select {
	font-family: Arial;
	font-size: 12px;
}

input, textarea, select {
	width: 175px;	
}

h1 {
	color: #8F0B3A;
	font-size: 14px;	
}

h2 {
	color: #8F0B3A;
	font-size: 13px;	
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 678px;
	background: url(../images/background-gradient.gif) repeat-y;
	background-color: #ffffff;
}

#logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 160px;
	width: 268px;
	height: 97px;
	background: url(../images/vinnick-logo.gif) no-repeat;
}

#top-menu {
	position: absolute;
	top: 45px;
	left: 50%;
	color: #8F0B3A;
	margin-left: -230px;
	z-index: 5000;
}

	#top-menu a {
		font-size: 14px;
		color: #8F0B3A;
		text-decoration: none;
		font-style: italic;
	}
	
	
#black-bar {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -450px;
	background: #000000;
	color: #ffffff;
	width: 900px;
	height: 35px;
	padding-top: 9px;
	font-size: 14px;
	font-weight: bold;
}

	#black-bar div {
		width: 870px;
		text-align: right;
	}
	
	#black-bar div a {
		text-decoration: none;
		color: #ffffff;
		margin: 0 5px;
	}

#left-promo {
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -420px;
	width: 200px;
	line-height: 1.7em;
}

#content-bar {
	position: absolute;
	top: 121px;
	left: 50%;
	margin-left: -184px;
	width: 634px;
	height: 30px;
	background-color: #8F0B3A;	
	color: #ffffff;
	font-size: 10px;
}

#content-bar-items {
	position: absolute;
	top: 128px;
	left: 50%;
	margin-left: -184px;
	width: 634px;
	height: 30px;
	text-align: center;
	color: #ffffff;
}

	#content-bar-items a {
		color: #ffffff;
		font-size: 11px;
		text-decoration: none;
		padding: 0 5px 0;
	}	
	
#collage {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -241px;
	width: 691px;
	height: 175px;
	z-index: 100;
}

#curve {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -450px;
	width: 282px;
	height: 513px;
	background: url(../images/burgundy-curve.gif) no-repeat;	
	z-index: 500;	
}

	#curve-menu {
		position: absolute;
		top: 145px;
		left: 50%;
		margin-left: -430px;
		z-index: 600;
		line-height: 1.8em;
		font-weight: bold;
	}

		#curve-menu a {
			text-decoration: none;
			color: #ffffff;
		}
	
	#curve-bottom {
		position: absolute;
		top: 620px;
		left: 50%;
		margin-left: -450px;
		width: 282px;
		height: 125px;
		background-color: #8d0c39;
		background: #8d0c39 url(../images/burgundy-curve-bottom.gif) no-repeat scroll 0 100%;
		z-index: 450;
	}

#content {
	position: absolute;
	top: 325px;
	left: 50%;
	margin: 15px 0 0 -135px;
	width: 540px;
	color: #000000;
	line-height: 1.8em;
}

	#content a,
	#content a:hover {
		color: #8d0c39;
	}

#footer {
	position: absolute;
	top: 701px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	text-align: center;
	color: #cccccc;
	text-transform: capitalize;
	padding-bottom: 100px;
	clear: both;
}

	#footer a {
		font-size: 10px;
		color: #cccccc;
		text-transform: capitalize;
		text-decoration: none;
	}
	
.bioPic {
	border: 1px solid black;
	margin: 0 0 5px 15px;
}
