html { 
	font-size: 100%; 
	height: 100%;
}
body {
	background: url(light_toast.png);
	color: #3465a4;
	font-size: 1rem;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.2rem;
}
a {
	color: #3465a4;
	text-decoration: none;
}
a:hover {
	color: #3465a4;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
header {
	font-size: 0.8rem;
	
}
header span {
	padding-left: 60px;
}
nav#top {
	margin-bottom: -5px;
	z-index:999;
	width:0px;
	height:0px;
	position:relative; left:50px;
	border-left:50px solid transparent ;
	border-bottom:50px solid #222222;
	border-right:50px solid transparent;
	border-top:5px solid transparent;
}
footer {
	width: 800px;
	margin-top: 10px;
	text-align: center;
	font-size: 0.6rem;
}
section#main {
	margin: 20px auto; 
	width:800px;
}
section#content {
	width:790px;
}
section#box {
	border: 5px solid white;
	padding: 0;	
	width: 790px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.4);	
}
section#content img {
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;	
	border: solid 3px #fff;
}
section#content img:hover {	
	box-shadow: 0 1px 3px rgba(0,0,0,.9);	
}
section#gallerybox {
	width: 750px;
	float: left;	
}
.clear {
	clear: both;
}
article  p {
	font-size: 0.8rem;
	background: #222222;
	color: #ffffff;
	padding: 8px;
	box-shadow: 0 0 5px #cdcdcd;
	text-align: center;
	margin-bottom: 20px;	
}
nav#sleft, nav#sright {
	margin-top: 75px;
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1.5rem;	
}
nav#sleft {
	text-align: right;
}
nav#sleft span, nav#sright span {
	display: none;
}
nav#sleft span:hover, nav#sright span:hover{
	cursor: pointer;
}
aside#g1, aside#g2, aside#g3, aside#g4, aside#g5 {
	text-align: center;
	width: 750px;
	height: 170px;
}
