/*
	index.css
	styles for the home page
*/

@import "default5.css";

#camtype {
	width: 40%;
	margin: 10px;
	float: right;
	background-color: #293D48;
	border-bottom: 3px solid #AA1A23;
	border-top: 3px solid #AA1A23;
}

#camtype {
}

#camtype p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px;
	text-align: justify;
}

