/* CSS Document */

#frame {

	width:800px;
	/*\width:803px;*/
	/*w\idth:803px;*/
	width:expression(803 + "px"); /* should work for IE only, setting to 803 */
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#4e0c0b;
	height:700px;
	border:2px solid black;
}

#findUs {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	float:bottom;
	margin-top:15px;
	border:1px solid black;
	font:10px arial,sans-serif;
	line-height:15px;
}	
#findUs a:link {
	text-decoration:none;
	color:black;
	/*font-weight:bold;*/
}
#findUs a:visited {
	text-decoration:none;
	color:black;
}
#findUs a:hover {
	text-decoration:underline;
}

#leftcontent {
	width:524px;
	float:left;
	background-color:#4e0c0b;
}

#rightcontent {
	width:275px;
	border-left:1px solid black;
	height:700px;
	float:left;
	background-color:#4f5443;
	color:#c1c8bb;
	
}

#leftcontent a:link {
	text-decoration:none;
	color:#927803;
}
#leftcontent a:visited {
	text-decoration:none;
	color:#927803;
}

#leftcontent a:hover {
	text-decoration:underline;
}

#rightcontent a:link,a:visited {
	text-decoration:none;
	color:#c1c8bb;
}

#rightcontent a:hover {
	text-decoration:underline;
}

p {
	padding:0px 10px;
}

body {
	background-color:#CCCCCC;
	text-align:center;
}

