body {
    margin: 0 7.5%;
	font-size:0.83em;
}

#header {
}

#header h1 {
    font-weight: normal;
    font-size: 2.2em;
    text-transform: uppercase;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #999;
    margin: 1em 0 0 0;
    padding: 0;
    letter-spacing: 0.1em;
    border-bottom: 4px solid #999;
}

#header h1 span {
	color: #c92e02;
}

#header a {
	color: transparent !important;
	text-decoration: none;
}

#header h2 {
    font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 0.25em 0;
	font-size: 1.99em;
	text-align: center;
	font-variant: small-caps;
	color: #c92e02;
    border-bottom: 1px solid #999;
}


h3 {
	margin-top: 0;
	text-align: center;
	font-size: 1.em;
	color: #c92e02;
}

h4 {
	margin-top: 0;
}

#sidebar h3 {
	border-top: 2px solid #c92e02;
	border-bottom: 2px solid #c92e02;
}

#sidebar p {
	margin: 0 0 1em;
}

#content {
	margin: 20px 2em 1em 260px;
	padding: 0.5em 2em 1em 2em;
	background: #fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.5;
	text-align: left;
}

#sidebar {
	float: left;
    width: 230px;
	margin: 20px 0 1em 1em;
	padding: 0.5em;
	background: #fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.95em;
	line-height: 1.5;
}

#abstracts p {
	margin: 0 0 2em 0;
}

#papers b a, #abstracts b a {
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 1.1em;
	font-variant: small-caps;
}


a {
	color: #c92e02;

    text-decoration: none;
}

a:hover {
    text-decoration: underline !important;
}



hr {
	width: 80%;
	margin: 1em auto;
	text-align: center;
	height: 2px;
	border: 0;
}

#author {
	font-size: 0.86em;
}

#video {
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid black;
}


.author-name {
	text-align: center;
	font-style: italic;
}

.caption {
	font-size: 0.8em;
	width: 400px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.caption #instr {
}
.caption #creator {
	text-align: right;
	font-style: italic;
}

#footer {
    border-top: 1px solid #999;
    font-size: 0.75em;
    color: #666;
    text-align: right;
	clear: both;
	margin: 1em 0;
}

.image {
	margin: 0 0 10px 0;
	text-align: center;
}

.image img {
	border: 1px solid #000;
}



