body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 11px;
	color: #000000;
	background-position: center;
	list-style-type: square;
	line-height: 16px;
	
}

p, h2 { 
	margin: 0;
}

img {
	border: none;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 25px 0;
}

ul {
	margin: 0;
	padding: 0;
}

.hr {
	height: 1px;
	border-bottom: 1px dashed #000;
	padding: 0 0 5px 0;
}

.clear {
	clear: both;
}


#content-wrapper {
	width: 600px;
	margin: 60px auto 0 auto;
}


/* ---  BEGIN header --- */
#header-wrapper {
	text-transform: uppercase;
	font-size: 12px;
}

#info-wrapper{
}

#menu-wrapper {
}

#info-name {
	float: left;
	width: 250px;
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #000;
}

#info-title {
	width: 300px;
	font-style: italic;
	float: left;
	border-bottom: 5px solid #000;
	padding: 0 0 10px 0;
	margin: 0 0px 0 50px;
}

.menu-item {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #000;
	
}

.menu-item a{
	background-image: url(http://portfolio.colum.edu/img/brickred/arrowLink.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 18px 3px 0;
}

.menu-item a:hover{
	background-image: url(http://portfolio.colum.edu/img/brickred/arrowHover.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 18px 3px 0;
}

#menu a{
	padding-right: 15px;
}
/* ---  END header --- */


/* ---  BEGIN content area --- */
.content {
	min-height:500px;
	height:auto !important;
	height:500px;
	padding: 25px 0 0 0;
}

.content-title {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	width: 600px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #000;
}
/* ---  END content area --- */

/* ---  BEGIN media --- */
.media-wrapper {
	width: 600px;
}
.media-item {
	padding: 5px 0 15px 0;
}

.media-title {
	font-size: 15px;
}

.media-prevNext {
	text-align: right;
}

.media-caption {
	font-style: italic;
}

/* ---  END media --- */

/* ---  BEGIN contact --- */
#contact_form legend {
	display:none;
}

#contact_form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contact_form div.input label, #contact_form div.textarea label {
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
}

#contact_form div.input input {
	border: 1px solid #000000;
	width: 260px;
}

#contact_form div.textarea textarea {
	border:1px solid #000000;
	height:140px;
	width:260px;
}

#contact_form div.submit input {
	border: 1px solid #9CAA9C;
	color: #030303;
	margin: 10px 0 0 0;
}
/* ---  END contact --- */

/* ---  BEGIN footer --- */
.footer-wrapper {
	margin: 25px 0 0 0;
}
/* ---  END footer --- */

/* ---  BEGIN links --- */
a:link, a:link h2{
	color: #000000;
	text-decoration: none;
}
a:visited, a:visited h2 {
	color: #000000;
	text-decoration: none;
}
a:hover, a:hover h2 {
	color: #FF3333;
	text-decoration: none;
}
/* ---  END links --- */