* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #F7F7F7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
}
#wrapper #logo {
	height: 84px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #headerImg {
	background-repeat: no-repeat;
	height: 250px;
	background-color: #FF9C00;
}
#wrapper #left {
	height: 550px;
	width: 550px;
	float: left;
}
#wrapper #bottomleft {
	float: left;
	width: 550px;
}

#wrapper #right {
	height: 200px;
	width: 250px;
	float: right;
	background-color: #CCC;
}
#wrapper #left #txtfeedback {
	height: 425px;
	width: 530px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#wrapper #left #cmdsend {
	text-align: left;
	float: right;
}

#wrapper #footer {
	height: 40px;
	clear: both;
	background-color: #CCCCCC;
	text-align: right;
}
p {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrapper #Navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9C00;
	height: 35px;
}
#wrapper #Navigation a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF9C00;
	display: block;
	height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	line-height: 32px;
}
#wrapper #Navigation a:hover {
	background-color: #FFCC00;
}
