body {
	margin: 0;
	background: #e2f1f1;
	position: relative;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	color: #222;
}

a {color: #4c331f}

.content {
	background: white;
	margin:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #97bcc1; 
	padding: 5px;
	text-align: left;
	clear: both;
}

.header {
	width: 95%;
	margin: 0px auto;
	text-align: left;
	height: 140px;
}


.footer {
	margin: 5px;
	color: #98b9bc;
	font-size: smaller;
	
}

.logo {
text-align: center;


}

.menu {
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background: #76251b;
	color: white !important;
	padding: 5px;
	margin: 5px;
	margin-bottom: 10px;
	
}

.menu a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.cams {
	width: 320px;
	height: 240px;
	margin: 0px auto;
}
.cams-menu {
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #97bcc1;
	background: white;
	margin: 5px;
	clear: both;
}

li {
	list-style: none;
	padding: 5px;
	border-top: 1px solid #97bcc1;
}

.cams-menu a {
	text-decoration: none;
	border-top: 1px solid #97bcc1;
}

.t {
	border:none !important;
}

.m {

}

img, a img {
	border: none;
}