@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
body {
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	text-align:center;
	color:#000;
}
.header {
	text-align:center;
}
.site{
	width:1000px;
	text-align:center;
	vertical-align:bottom;
	margin: 0 auto;
	background-color:#FFFFFF;
	moz-box-shadow: 0 0 5px 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px 5px #DDDDDD;
	box-shadow: 0 0 5px 5px #DDDDDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#DDDDDD')";  
	*border-left: 1px solid #DDDDDD; /*hack for ie6,7 because shadow is not supported*/
	*border-right: 1px solid #DDDDDD; /*hack for ie6,7 because shadow is not supported*/
}
.site2{
	text-align:left;
	margin:15px;	
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.style4 {
	font-size: 18px;
	font-weight: bold;
}
.headertext{
	font-style:italic;
}
.headertext ul{
		list-style-type: none;	
}
.headertext li{
	display:inline-block;
	margin-right:20px;
}
.footer{
	text-align:center;
}
h1{
	text-align:center;
}
.secondindex {
	font-size: 46px;
	font-style: italic;
	color: #171717;
	font-family: Consolas;
	margin-left: 300px;
}
.secondindex h1 {
	font-size: 55px;
	margin-left: -300px;
}
.middle{
	text-align:center;
	width : 660px ;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
}
.pics{
	text-align:center;
	
	text-align : center ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
}
