/* CSS Document */

Body {
	background-color: #EEEEEE;
}

p {
}

.text {
	text-align: center;
}

.bio {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: justify;
	text-indent: 40px;
	width: 500px;
	padding: 0px;
	margin: 30px 10px 30px 50px;
}

.pix {
	float: right;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}

#branding-journalist h2 {
	background-image: url(../images/gallerytitle-journalist.jpg);
	background-repeat: no-repeat;
	width: 505px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

#branding-clothing h2 {
	background-image: url(../images/gallerytitle-clothing.jpg);
	background-repeat: no-repeat;
	width: 601px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

#branding-events h2 {
	background-image: url(../images/gallerytitle-events.jpg);
	background-repeat: no-repeat;
	width: 505px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

#branding-offices h2 {
	background-image: url(../images/gallerytitle-offices.jpg);
	background-repeat: no-repeat;
	width: 505px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

#branding-biography h2 {
	background-image: url(../images/biography-title.jpg);
	background-repeat: no-repeat;
	width: 505px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

#branding-contact h2 {
	background-image: url(../images/contact-title.jpg);
	background-repeat: no-repeat;
	width: 505px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

#wrapper {
	width: 900px;
}

#content {
	padding: 0px;
	margin: 0px;
}

#form {
	background-color: #CCCCCC;
	width: 450px;
	padding: 20px;
	margin: 10px 10px 10px 60px;
}

#siteinfo h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	clear: both;
}

#mininav {
	float: right;
}

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

#mininav li {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: inline;
}