body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #04356C;
	color: #fff;
	 }

h1 {
	font-size: 300%;
	
	}

p { 
	font-size: 120%;
	line-height: 1.75;
	}

a {
	color: #4186D3;
	text-decoration: none;
	}

div {
	border-width: 1px;
	border-style: dashed;
	border-color: transparent;
	border-radius: 10px;
	}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.right {
	float:right;
}

img.snapshot {
	max-width:100%;
	max-height:100%;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	box-shadow: 10px 10px 15px rgba(0,0,0,.3);
	margin: 10px 20px 70px 30px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}

#container {
	margin: 0 auto;
	margin-top: 50px;
	width: 80%;

}

#main {
	background-color: #4186D3; 
	padding: 30px;
	box-shadow: 10px 10px 15px rgba(0,0,0,.1);
}

#priority {
	background-color: #FF9A00;
	color: #070a2b;
	width: 75%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	font-size: 120%;
	box-shadow: 5px 5px 15px rgba(0,0,0,.3);
} 

#priority a {
	color:#070a2b ;
}

#priority a:hover {
	color: #9c0b40;
}

#footer {
	text-align: center;
	font-size: 50%;
	padding: 15px;
}

#footer img {
	margin: 5px;
}

