html {
	width:100%;
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	margin:0 auto;
	padding:0;
	background-color: #3B5249;
	width: 903px;
	
}

/*Header Styles*/

header{
	background-color: #519872;
	background-position: center;
	padding: 0px 0 0px 0;
	height: 200px;
	margin-top: 15px;
	width: 891px;
	margin-bottom: 10px;
	border:  /*6px ridge #2B70B7;*/

}

#mainheading1{
	margin-top: 15px;
	padding-top: 30px;
	color: #fff;
	text-align: center;
	/*float: right;*/
	padding-right: 34px;
	font-size: 2.5em;
	
}

#mainheading{
	margin-top: 15px;
	color: #74AAE0;
	text-align: center;
	float: right;
	
	padding-right: 34px;
	font-size: 2.2em;
	
}

#logo{
	margin-left: 20px;
	margin-top:20px;
	float: left;
	border-radius: 0%;
}



/*End of Header Styles*/

/*Sidebar Styles*/

aside{
	background: #34252F;
	float: left;
	width: 234px;
	height: 860px;
	padding: 10px;
	padding-top:0px;
	/*border-left: 6px ridge #2B70B7;
	border-right: 3px solid #2B70B7;
	border-bottom: 6px ridge #2B70B7;*/
	margin-bottom: 15px;
}

li p{
	margin-bottom: -12px;
}


hr.line1{
	overflow: visible; 
    padding: 0;
    border: none;
    /*border-top: 6px ridge #74AAE0;*/
    color: #000;
    text-align: center;
	/*position: relative;
	top: 15px;
	width: 500px;*/
	margin-bottom: 0px;
	margin-top: 50px;
	font-family: Georgia, Verdana;
	font-weight: bold;
	
}
hr.line1:after{
    content: "Some of my work";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #adffad;
}



.sidebarlist{
	background: #A4B494;
	border: none; /*3px solid #ec77ff;*/
	padding: 10px;
	border-radius: 20px;
}


h2{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.8em;
	text-shadow: 1.5px 1.5px #000;
	
}

h2.center{
	color: black;
	text-align: center;
	background: #A4B494;
	border-radius: 50%;
	padding: 3px 0 6px 0;
	margin-top: 19px;
	letter-spacing: 1.5px;
	font-size: 1.5em;
	text-shadow: none;
}

h2.left{
	color: white;
	text-align: center;
	letter-spacing: 1.5px;
}

.title1{
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
	
.smaller{
	font-size: 0.9em;
	margin-bottom: 6px;
	text-align: center;
}


/*End of Sidebar Styles*/

/*Content Styles*/

main{
	background:#A4B494;
	float: left;
	width: 602px;
	height: 830px;
	padding: 10px;
	padding-left: 17px;
	border-right: none; /*6px ridge #2B70B7;*/
	border-bottom: none; /*6px ridge #2B70B7;*/
	padding-bottom: 10px;
	padding-top:30px;
	margin-bottom: 15px;
	margin-left: 8px;
}
#nav{
	list-style: none;
	text-decoration: none;
	margin-left: 100px;
}	

.navitem{
	font-size: 1.1em;
	color: blue;
	float: left;
	padding: 0 15px 0 15px;
	text-decoration: none;
	
	margin-left: 40px;
	padding: 5px;
	font-weight: bold;
	
}

#navdiv{
	margin-left: 205px;
}

a:visited{
	color: #000;
}


#audio1{
	padding: 0, 15px, 50px , 15px;
}


	.paragraph
	{
		font-size: 1.4em; 
		line-height: 150%;
		text-align: left;
	}
	
.subtext{
	text-align: center;
	font-weight: bold;
	margin-top: 0;
}