html
{
	margin: 0;
	padding: 0;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	text-align: center;
}






body {
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	/*margin: 0;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat;
	background-color: #258B2F;
	width: 750px;
	margin: 0 auto;
	padding: 0 25px;
	text-align: justify;
}
#container {
	width: 750px;
	background-color: #FFFFFF;
}
#container .bottom_border {
	float: left;
	width: 710px;
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: 2pt;
	padding: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

#container #left_top {
	background-color: #FF841A;
	float: left;
	width: 300px;
	border-top-width: 2px;
	height: 100%;
}
#container #left_top .logo_box {
	float: left;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5781E;
	border-bottom-color: #1C8927;
	background-color: #FFFFFF;
	text-align: center;
}
#container #left_top .navigation_pane {
	float: left;
	width: 75%;
	background-color: #D3CBB4;
	text-align: left;
	padding-left: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
}
#container #left_top .navigation_pane a,#container #left_top .navigation_pane a:visited  {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}
#container #left_top .navigation_pane a:hover,#container #left_top .navigation_pane a:active{
	font-weight: normal;
	color: #FF7417;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}


#container .top_black {
	float: left;
	width: 380px;
	background-color: #000000;
	color: #FFFFFF;
	border-right-width: 50px;
	border-right-style: solid;
	border-right-color: #F5781E;
	text-align: left;
	padding-left: 20px;
	height: 30px;
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 16px;
}
#container .picture {
	float: left;
	width: 450px;
	background-color: #999999;
	color: #FFFFFF;
}
#container #main #sub_heading {
	float: left;
	width: 91%;
	background-color: #7D270B;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: left;
}
#container #main {
	float: left;
	width: 450px;
	background-color: #FFFFFF;
}
#container #left_top #message {
	float: left;
	width: 90%;
	background-color: #FF841A;
	padding: 15px;
	text-align: justify;
}
#container #left_top #photo {
	float: left;
	width: 90%;
	background-color: #FF841A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-align: left;
}
#container #left_top #wat {
	float: left;
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
}

#container #main #other_main #write_main {
	float: left;
	width: 93%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #258B2F;
	text-align: justify;
	padding: 15px;
}

#container #main #other_main {
	float: left;
	width: 100%;
}
#container #main #other_main #inner_photo {
	float: left;
	width: 50%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#container #main #other_main #inner_contebt {
	float: left;
	width: 40%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
}
#container #left_top #Editable {
	float: left;
	width: 90%;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-top: 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container #main #other_main #inner_contebt a {
	color: #010100;
}
