/* @override 
	http://helfuckingvetica.com/css/styles.css
	http://helfuckingvetica.com/css/styles2.css
*/

body {
	background-color: #e1e4e6;
	color: #000;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.4em;
}

#container {
	width: 773px;
	margin: 0 auto;
	padding-top: 20px;
}

h1, h2, h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	line-height: 1.0em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
}

img {
	border: 5px solid #446374;
}

h1 span {
	color: #e21812;
}

a {
	color: #000;
}

a:visited {
	color: #6c6c6c;
}

a:hover {
	text-decoration: none;
}

em {
	font-style: italic;
}

#photo-box, #text-box {
	margin-top: 20px;
}

#text-box {
	padding-bottom: 20px;
}

p {
	margin: 15px 0;
}

#left-column {
	width: 416px;
	float: left;
	padding-right: 30px;
}

#right-column {
	width: 326px;
	float: right;
}

#links img {
	border: 0;
}

#links ul li {
	float: left;
	margin-right: 10px;
}

.nomargin {
	margin: 0;
}

.nobr {
	white-space: nowrap;
}

.clear {
	clear: both;
}