body {background-color: #808080;
	color: #692929;
	}
h1 {color: #9e9e9e;
	/* background-color: black; */
	font-size: 250%;
	text-transform: lowercase;
	/*background-image: */
	}
h2 {color: #9e9e9e;
	font-size: 200%;
	}

h6 {color: #9e9e9e;
	font-size: 100%;
	}
	
p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5;
	}
	
a {color: blue;
	text-decoration: none;
	}	

div {
	border-width: 1px;
	border-style: dashed;
	border-color: transparent;
	}
.right {
	float: right;
	}
.uppercase {
	text-transform: uppercase;
	}
.lowercase {
	text-transform: lowercase;
	}

img.snapshot {
	border-width: 10px;
	border-style: solid;
	border-color: #3c679e;
	box-shadow: 10px 10px 15px rgba(0,0,0,.2);
	margin: 0px 20px 40px 30px;
	}
	
#main {
	background-color: #257385;
	width: 65%;
	margin: auto;
	margin-top: 50px;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 10px 10px 15px rgba(0,0,0,.5);
	}
#info{
	background-color: #080808;
	width: 60%;
	color: #575408;
	text-align: center;
	margin: auto;
	border-radius: 20px;
	box-shadow: 10px 10px 15px rgba(0,0,0,.5);
	}	
#info a {	
	/*color: #303030;*/
	}
#info a:hover {
		color:#ab0000;
		}	
#footer {
	text-align: center;
	width: 50%;
	margin: auto;
	margin-top: 50px;
	}
#close {
	text-align: center;
	width: 50%;
	margin: auto;
	text-transform: uppercase;
	}
	
#container {
	text-align: center;
	color: white;
	background-color: black;
	border-radius: 50px;
	}
#container a:hover {
		color:#ab0000;	
}
/*-moz-, -webkit-, -o-, and -ms- */