/*	

font-family: 'Arvo', serif;
font-family: 'Days One', sans-serif;
font-family: 'Open Sans', sans-serif;

}
	
*/
 
html	{

	background: url(wallpapers/low_contrast_linen.png);	

}

body	{

	margin: 0 auto;
	width:930px;
	background-image: url(wallpapers/old_mathematics.png);
	border: 2px solid #000000; 


}

h1, h2, h3, h4, h5, h6, cite	{

	font-family: 'Arvo', serif;
		
}

		
p, ul, ol, q	{

	font-family: 'Open Sans', sans-serif;
		
}

#branding	{

	position:relative;
	margin-top: -21px;
	background-image: url(wallpapers/branding.jpg);
	border-bottom: 1px solid black;
	height: 200px;
	
}

#branding	h1 {

	color: #ff8c00;
	font-weight: 900;
	padding-left: 3%;
	padding-top: 4%;

}


#branding	p {

	color: #ffffff;
	/* font-weight: 500; */
	padding-left: 3%;
}


#brandingright {

	position:absolute;
	left:700px;
	top:140px;
	text-align: right;
	padding-right: 3%;
	
}

#brandingright h3 {

	color: #ff8c00;
	
}

#brandingright a {

	color: #ff8c00;
	
}


#navigation	{

	font-family: 'Open Sans', sans-serif;
	margin-top:25px;
	margin-left: -15px;
	height: 50px;

}

#navigation	ul	{

	list-style-type:none;
	padding-bottom:6px;
	
}

#navigation	li	{

	display:inline;
	border: 1px solid dimgrey;
	margin-right: 6px;
	padding: 8px;
	
}

#navigation a:link, a:visited	{

	text-decoration: none;
	text-transform:uppercase;
	color: #0000FF;
	
}

#navigation a:hover, a:active	{

	text-decoration: none;
	color: red;
	text-transform:uppercase;
	
}

#rightcontent	{

	padding-left: 1.5%;
	padding-right: 3%;
	float: right;
	
}

#content	{

	padding-left: 3%;
	padding-right: 3%;

}

#content q 	{

	font-family: 'Arvo', serif;
	text-align:center;
	font-weight: 120%;
	
}
	

#footer	{

	clear: both;
	border-top: 1px solid dimgrey; 
	margin: 0% 3% 2% 3%;
	
}

#footer p {

	color: dimgrey;
	font-size: 80%;
	
}

