* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


header { 
font-family: helvetica, arial, sans-serif; 
font-size: 60px; 
padding: 75px 0 0px;
margin-left: 20px;
}

body { 
font-family: helvetica, arial, sans-serif; 
margin: 0 0 0 0;
text-align: justify;
line-height: 1.4em;
    border-left: 25px solid #cccccc;
    border-right: 25px solid #cccccc;  
}



#wrapper {
display: block;
margin: 50px 0 0 40px;
    border-left: 10px solid #cccccc;
    padding-left: 40px;
width: 80%;
}

#wrapper p {
margin-bottom:3em
}


.line { 
border-bottom: 1px solid #000; 
clear: both; 
margin-left: -50px; 
margin-right: -50px; 
}




h1 { font-size: 30px; font-style: bold; } 
h2 { font-size: 26px; font-style: bold; } 
h3 { font-size: 20px; font-style: bold; } 
h4 { font-size: 18px; font-style: bold; } 



blockquote { 
padding: 0 20px 0 20px;
font-style: italic;
text-align: left;
}


.clear { clear: both;}


.tab {
position: fixed;
text-align: right;
font-size: 14px;
font-style: bold;
padding-right: 5px;
}
.across {
left: -5px;
top: 10px;
width: 175px;
height: 25px;
background-color: #64C9EA;
     opacity: 0.8;
}
.down {
right: 10px;
top:0px;
width: 25px;
height: 150px;
background-color: #ff59aC;
     opacity: 0.8;

}
.across:hover { background-color: #ff59aC;}
.down:hover { background-color: #64C9EA; }

#menu {
float: right;
clear: both;
font-size: 12px;
padding-top: 5px;
margin-right: 25px;
}

#menu li {
display: inline;	
}


#menu li a {
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #333333;
letter-spacing: 1px;
}

#menu li a:hover {
color: #ff59aC;
}


footer {
	clear: both;
	padding: 25px 0 100px 0;
	background-color: #cccccc;
}

.footer-container {
	width: 90%;
	margin: 0 auto 0 auto;
	}

.footer-left {
	float: left;
	width: 40%;
}


.footer-right {
	font-family: "Courier New";
	float: right;
	width: 60%;
	line-height: 1.2em;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #fff;

}









