/* CSS Document */

	body {
		margin:0px 0px 0px 0px; padding:0px; 
		background:#EBEBEB;
		}
	
	#ContentFrame {
		width:800px;
		height:600px;
		margin:50px auto;  /*Right and left margin widths set to "auto" */
		background-image: url("../images/web/bg.jpg");
		background-repeat: no-repeat;
		}


	#Header {
		width:740px;
		height:65px;
		margin:15px auto;
		padding: 25px 0px 0px 0px;
		color:#FFFFFF;
		}

	#OrangeLine {
		width:740px;
		height:1px;
		margin:0 auto;
		margin-bottom: 7px;
		background:#e08c20;
		}

	#ImageTextContainer {
		width:740px;
		margin:0 auto;
		}

	#Image {
		width:225px;
		height:351px;
		float:left;
		}

	#Text {
		width:500px;
		height:351px;
		float:right;
		background-image: url("../images/web/contentbg.jpg");
		background-repeat: no-repeat;
		}


	#Content{
		width:470px;
		height:320px;
		float:left;
		padding:15px;
		overflow:auto;
		background:none;
		font-family: Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:small;
		font-weight: normal;
		}

	
		
	#Footer {
		width:740px;
		height:80px;
		margin:0 auto;
		font-family: Trebuchet MS, Arial, Arial Narrow, Verdana, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		color:#CCCCCC;
		}
