html {
    background-color: #6a6666;
}

body {
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 35px;
    line-height: 1.5em;

}
h1 {
    padding: 10px 20px 10px;
    font-family:"Comic Sans MS";
    font-size: 20px;
    margin-left:auto;
    color: #a0a0a0;
}

h2 {
    font-family:"Comic Sans MS";
	font-size: 25px;
	color: #4aa9f0;
	text-align: left;
    margin-bottom: -0px;
}

h3 {
    font-family: "Comic Sans MS";
    font-size: 18px;
    font-weight: bold;
    color: #6a6666;
    padding: -20px;
    margin-bottom: -0px;
}

.verticalLine {
    border-right: #fff;
    border-right-width: 200%;
    border-right-style: solid;
}

#page {
/*    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);*/
/*	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);*/
   width: 1000px;
	margin: 100px auto;
    
}

#wrapper {
    	background: #FFF;
	border: 1px solid #f8f8f8;
    min-height:;
/*	-moz-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);*/
/*	-webkit-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);*/
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);
    
}

menu {
    display: block;
    
}

#access .menu {
	list-style: none;
	font-weight: normal;
    font-size: 18px;
	position: relative;
    color: #fff;
    margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: center;
	height: 54px;
    margin: -9px -9px;  
	background: #4aa9f0;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	font-family: sans-serif;	
}

#access .menu table td a, a:link {
    color: #fff;
	position: inherit;
    text-decoration: none;
    display: inline-block;

    
/*	padding-top: 8px;*/
	background: none;
/*	height: 34px;*/
}

#access .menu table {

 text-align: center;
    width="100%";

    
}

#access .menu table td {

   padding-left: 40px;
    padding-right: 40px;
    
}

#access .menu table td a:hover {
    color: #a0a0a0;
    
}

#access .menu table td a:active {
      color: #a0a0a0;
}

#content {
	margin: 0 39px;
	width: auto;
}

#main {
	clear: both;
	/*padding: 8px 0 0 0;  */
} 


.intro {
	font-family: 'MerriweatherRegular';
	font-size: 15px;
	line-height: auto;
	color: #a0a0a0;
	text-align: left;
/*	margin-top: 9px;*/
	/*margin-bottom: 20px;  /*
/*    padding-top: 10px;*/
    line-height: normal;
    padding-bottom: 20px;
}

