@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-align: left;
	border: none;
        background-color:white;
}


p
{
	font-size: 0.75em;
	line-height: 140%;
	margin: 0;
}

a
{
	text-decoration: none;
	color: inherit;
	outline: none;
}

.authorW a:hover{
color:#CCCCCC;
}

.author a:hover{
color:#333333;
}



.footnotes a:hover{
color: #999999;
}



a img {border: none;}

#site-name a
{
	border: none;
}


#container
{
margin: 35px;
width: 824px;
}

#head
{
	position: absolute;
	top: 0;
	left: 35px;
}


#content
{
	margin: 0 auto;
	padding: 35px 0 20px 0;
}

#image{
margin-bottom: 15px;
}

#imageL{
float:left;
}

#imageR{
float:right;
}


#imageL img,#imageR img, #image img{
margin: 0;}

#article{
padding:  10px 0;}

.caption {
font-size: .65em;
padding: 10px 0 20px 0;
}

.pagelinks {
margin-top: 30px;
font-size: .65em;
padding: 10px 0 25px 0;
}



.caption a{font-weight:bold;}

.footnotes
{
	margin-top: 20px;
}

.footnotes p
{
clear:both;
	text-transform: uppercase;
	font-size: .55em;
	line-height: 1.2em;
margin-bottom: 3px;
font-weight: bold;
color:#666666;
}



#foot
{
border-top: 1px solid #CCCCCC;
	margin: 10px 0;
padding: 10px 35px 10px 30px; 
	clear: both;
letter-spacing: 1px;
color:#CCCCCC;
min-height: 13px;
width: 829px;
}

#foot img{
margin: 5px 0;
float: right;
}

#foot p{
font-size: 0.5em;
float: left;
margin: 5px;
}



.author, .authorW{
	text-transform: uppercase;
	font-size: 0.65em;
	line-height: 1em;
	margin: 0;
}
.author{
color:#666666;
}
.authorW{color:white;}


.author a, .footnotes a, .pagelinks a, .authorW a
{
	font-size: inherit; font-weight:bold;
}


