* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family: arial;
	size: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	background: white;
	border: 0px solid black;
}

#header {
	margin: 0px;
	width: 700;
	background: url(images/header.jpg) no-repeat center top;
	min-height: 208px;
	text-align: right;
	vertical-align: top;
	color: #f77500;
	font-size: 35px;
}

#nav {
	float: left;
	width: 700px;
	height: 30px;
	background: #2F68AF;
	border-top: #f77500 4px solid;
	border-bottom: #f77500 4px solid;
}

#main {
	float: left;
	width: 700px;
	min-height: 280px;
	background: #fff;
	font-family: arial;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-top: 5px;
	border: 0px black solid;
	}
	
#footer {
	clear: both;
	width: 700px;
	background: #f77500;
	font-family: arial;
	font-size: 10px;
	text-align: right;	
}


#left {
	width: 440px;
	float: left;
	background: transparent;
	font-family: arial;
	font: 11px;
	line-height: 16px;
	text-align: justify;
	padding-left: 10px;
	padding-top: 15px;
}

#right {
	float: right;
	width: 230px;
	border: 2px dotted #f77500;
	padding-left: 3px;
	margin: 3px;
	background: #eee;
	font-size: 10px;
	line-height: 18px;
	margin-top: 15px;
}



#form {
	float: left;
	width: 230px;
	margin: 4px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 17px;
	letter-spacing: 0px;
	font-size: 12px;
	border-top: 2px black dotted;
	border-right: 2px dotted black;
	margin-left: 88px;


}

#form_right {
	float: left;
	width: 240px;
	margin: 4px;
	padding: 5px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 17px;
	letter-spacing: 0px;
	font-size: 12px;
	border-top: 2px black dotted;
	margin-right: 20px;

}



date {
	font-size: 14px;
	color: #f77500;
	border-width: 1px;
}

/*Menu formatting*/

#menu {
	float: left;
	padding-left: 45px;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 30px;
	text-align: center;
}

#menu li {
	float: left;
}

#menu li#contact {
	margin: 0;
}

#menu li a {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	height:30px;
	unicode-bidi: bidi-override;
	direction: ltr;
	color: white;
}

#menu li a b {
	font-weight: normal;
}

.home #menu li#home a,

#menu li a:hover,
#menu li a:active,
#menu li a:focus {
	color: #fff;
	font-weight: bold;
	font-variant: normal;
	background: #f77500;
}