/* So the HTML5 structural tags work in older browsers */
article, aside, figure, footer, header, nav, section {
    display: block; }
	/* thr reset  selector*/
*{
	margin: 0;
	padding: 0;	
}

html{
	background-color: #FFF;
}
/* the styles for the elements */
	
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
	width: 800px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #800000;
	background-color: #fffded;
}
a:hover{
	font-style; italic;
}
a:focus{
	font-style: italic;
}

/* the styles for the header */
header {
	padding-top: 1.5em;
	padding-bottom:3.5em;
	border-bottom: 3px solid #800000;
	background-image:linear-gradient(30deg, #800000 0%,#fffded 30%, white 40%, #fffded 80%, #800000 100%);
	backgound-image:-moz-linear-gradient(30deg, #800000 0%,#fffded 30%, white 40%, #fffded 80%, #800000 100%);
	background-image:-webkit-linear-gradient(30deg, #800000 0%,#fffded 30%, white 40%, #fffded 80%, #800000 100%);
	background-image:-o-linear-gradient(30deg, #800000 0%,#fffded 30%, white 40%, #fffded 80%, #800000 100%);
}
header img{
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}
header h1{
	color:#800000;	
	/*text-indent: 30px;*/	
}
header h2{
	font-style: italic;
}
	
/* the styles for the section */
section {
	clear: left;
	padding-left:20px;
	padding-right:20px;
	width: 525px;
	float: right;
}

section h1 {
	padding-top: .5em;
	padding-bottom:.25em;
	font size:150%;
	color: #800000;
}
section h2{
	padding-bottom:.25em
	font-size: 120%;
}

section img {
	padding-bottom: .1em;
}
section p{
	padding-bottom: .5em
}
section blockquote{
	padding-left: 2em;
	padding-right: 2 em;
	font-style: italic;
}

section ul {
		padding-left: 1.5em;
		padding-right: 2 em;
}

section li {
	padding-bottom: .35em;
	
}

/* the styles for the ARTICLE*/

article{
	border-top:  2px solid #800000;
	border-bottom:  2px solid #800000;
}

article img {
	float: right;
	margin: 5px 0px 5px 5px;
	border: 1px solid #000;
}
	
	
/* the styles for the aside*/

aside {
	width: 215px;
	float: right;
	padding-left: 20px;
}

aside h1 {
	padding-top: .5em;
	padding-bottom: .25;
	font-size: 150%;
	color: #800000;
}

aside h2 {
	padding-bottom: .25em;
	font-size:120%;
}
aside img{
	padding-bottom: 1em;
}

/*			
#speakers{
	*border-bottom: 3px solid #800000;
	border-top: 3px solid #800000;
	margin-bottom: .75em;
	padding-top: .25em;
	padding-left: .25em; 
	border-radius: 6px;
	border-right-style: double;
	box-shadow: 5px 5px 0 0;
	font-size:175%;
}*/
		
.shadow {
	text-shadow: 2px 2px 2px #800000;
}

/* the styles for the footer */

footer {
	border-top: 3px solid #800000;
	clear: both;
}

footer p {
		text-align: center;
}

