body {
	font: 14px/17px arial, helvetica, sans-serif;
	background: #fff;
	text-align: center;
	margin: 15px 0;
	padding: 0;
}

h1, h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	color: #fff;
}

h2 {
	font-size: 16px;
	margin-top: 20px;
}

a {
	color: #c1074f;
}

img {
	border: none;
}

.boundary {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

.more {
	font-weight: bold;
	background: url(/images/bullet_pink.gif) no-repeat left top;
	padding-left: 24px;
	font-size: 15px;
}


#nav a:hover, #nav li.selected a {
	color: #c1074f;
}

#homepageheader {
	background: url(/images/bg_widebar.gif) repeat-x center bottom;
	color: #fff;
}

#homepageheader .boundary {
	background: url(/images/hp_clair.gif) no-repeat right bottom;
	padding-bottom: 8px;
}

#logo {
	float: left;
	margin-bottom: 15px;
}

#nav {
	color: #bdbdbd;
	font: 22px impact, "arial black", sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

#nav li {
	display: inline;
	padding-left: 10px;
}

#nav a {
	color: #bdbdbd;
	text-decoration: none;
}

#homepageheader h1 {
	clear: both;
	margin-top: 0;
	padding-top: 20px;
}

#homepageheader p {
	margin-right: 320px;
}

#homepageheader .more {
	color: #fff;
	background-image: url(/images/bullet_white.gif);
}

#content {
	background: url(/images/bar_shadow.gif) repeat-x;
	padding: 10px 0;
	clear: left;
}

#modelstyle, #portfolio, #bio, #mainimage, #levels, #publications, #television, #contact {
	width: 45%;
	float: left;
}

#portfolio, #mainimage, #levels, #television, #contactpic {
	float: right;
}

#contact {
	width: 55%; 
}



#portfolio p, #mainimage p {
	margin: 0;
}

hr {
	clear: both;
	border: 1px solid #fff;
}

#footer {
	background: url(/images/bg_footer.gif) repeat-x;
	padding-top: 15px;
}

#icon {
	float: left;
	margin: 0 10px 10px 0;
}

#mercenary {
	float: right;
}

#footer p {
	margin: 2px 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding-right: 5px;
}

#footer li+li {
	border-left: 1px solid #000;
	padding-left: 5px;
}

#footer cite {
	font-size: 12px;
	color: #bdbdbd;
	font-style: normal;
}

#genericheader {
	background: url(/images/bg_header.gif) repeat-x center bottom;
}

#genericheader .boundary {
	background: url(/images/header_clair.png) no-repeat right bottom;
}


#genericheader h1 {
	clear: left;
	margin: 0;
	padding: 15px 0;
}

dt {
	font-weight: bold;
	float: left;
	width: 30%;
	clear: left;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 5px;
}

#modellinginfo {
	clear: both;
}

.formrow {
	clear: left;
	padding-top: 5px;
}

.formrow label {
	float: left;
	width: 100px;
	padding-top: 3px;
}

.formrow input, .formrow select, .formrow textarea {
	width: 300px;
}

.formrow textarea {
	height: 200px;
}

.buttons {
	margin-left: 100px;
	padding-top: 10px;
}


.done, .error {
	background: #f2f2f2;
	border: 1px solid #f35298;
	padding: 5px;
}

.done {
	font-weight: bold;
}