@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:15px;
	background-color:#ff6666;
	font-size: 16px;
}

#container{
	width:100%;
	max-width:1000px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#fff;
    border-radius: 25px;
	box-shadow: 5px 5px 5px #ff4040;
}



.header{
	padding-top:15px;}
footer{
	width:100%;
	height:50px;
}
#content{
	width:97%;
	min-width:275px;
	max-width:1000px;
	text-align:left;
	overflow:auto;
}
h2, h3{
	text-align:center;
	font-weight:bold;
}
.row img{
	padding:15px;
}
.row p{
	padding:15px 25px;
	text-align:left;
	font-size: 16px;
}
.row .locations p{
	text-align:center;
	font-size: 16px;	
}
p{
	font-size: 16px;
}

a{
	text-decoration:none;
}
.red{
	color:#ff6666;
}


.location img{
	padding: 0;
}