A.menu {
	font-size: 10pt;
	font-weight: 100;
	font-family: "Arial Narrow","Arial";
	color: "#311800"
}

A.link {
	text-decoration:none;
	color: "#5A2121";
	font-weight: bold
}

A.visited {
	text-decoration: none;
	color: "#914D3D";
	font-family: "Arial","Arial Narrow";font-weight: bold
}

A.active {
	text-decoration: none;
	color: "#AE6B64";
	font-family: "Arial","Arial Narrow";font-weight: bold
}

A.hover {
	text-decoration: none;
	color: "#E92E1B";
	font-family: "Arial","Arial Narrow";font-weight: bold
}

 .corners {
	height:auto;
	width:1200px;
	background:#00618b;
	margin:20px;
	padding:30px;
	-moz-border-radius:15px;    /* Firefox */
	-webkit-border-radius:15px;
 
 }

 
 .main corners {
	height:100%;
	width:1200px;
	background:#C2D9EB;
	margin:20px;
	padding:30px;
	-moz-border-radius:15px;    /* Firefox */
	-webkit-border-radius:15px;
 
 	
 }
  
 .leftside corners {
	height:auto;
	width:120px;
	background:#ffffff;
	margin:20px;
	padding:30px;
	-moz-border-radius:15px;    /* Firefox */
	-webkit-border-radius:15px;
 
 }
 
 .rightside corners {
	height:auto;
	width:100px;
	background:#ffffff;
	margin:20px;
	padding:30px;
	-moz-border-radius:15px;    /* Firefox */
	-webkit-border-radius:15px;
 
 }
 


.bg1 {
	height:auto;
	width:200px;
	float:left;
	background:#990000;
	margin:20px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	
}

.bg2 {
	height:500px;
	width:200px;
	float:left;
	background:#990000;
	margin:20px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	
}

.bg3 {
	height:auto;
	width:200px;
	float:left;
	background:#990000;
	margin:20px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	
}
