body {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	padding:5px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
}	
a, a:visited {
	color: #702B2B;
	text-decoration: none;
}
a:hover {
	color:#660000;
	text-decoration:underline;
}
#header {
	width:100%;
	height:120px;
	float:left;
	background-color:#702B2B;
	background-image:url(../sample2/images/mta_golden_small.png);
	background-position:left;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-top:#000 1px solid;
	border-bottom:#FFCC00 10px ridge;
	text-align:center;
}

#navbar {
	float:left;
	width:100%;
	text-align:center;
	background-color:#000;
	border-right:#000 2px solid;	
}		


#middle {
	width:100%;
	float:left;
	clear:left;
	margin-top:0;
	padding-top:0px;
	height:400px;
	overflow:auto;
	vertical-align:top;
	background-color:#FFFFCC;
	background-image:url(../sample2/images/curtain_right.png);
	background-position:right;
	background-repeat:no-repeat;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}

	#mid_left {
		width:135px;
		float:left;
		height:400px;
		background-image:url(../sample2/images/curtain_left.png);
		background-position:left;
		background-repeat:no-repeat;
		text-align:left;
		line-height:0.9em;
		padding-left:5px;
	}
	#mid_right {
		float:right;		
		width:280px;
		max-height:360px;
		margin:20px 20px 20px 0;
		padding:10px;
		vertical-align:top;
		background-image:url(../images/semi_trans_bg.png);
		border:#000 1px solid;
	}
	#mid_center {
		margin-left:145px;
		margin-right:350px;
		vertical-align:top;
	}
	#photo_mid_center {
			float:right;
			vertical-align:top;
			padding:15px 5px 5px 5px;		
		}

#footer {
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:25px;
	padding-top:10px;
	background-color:#FFFFCC;
	border-top:#FFCC00 medium ridge;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

/* see the horiz_menu.css for menu styles */