* {
	margin:			0;
	padding:		0;}

html {
	background: 	rgb(196,196,53) url(../img/bkg_nonIE.gif) no-repeat;
	background-position: 0 0;}

body {
	background: 	url(../img/ellips_nonIE.gif) no-repeat;
	background-position: 0 120px;}

/* layout */

#wrapper {
	position:		relative;
	height:			580px;
	width:			1000px;
	text-align:		left;}

#banner {
	position:		absolute;
	top:			25px;
	left:			16px;
	width:			1000px;
	height:			55px;
	background:		url(../img/banner.gif) no-repeat;}

#addressLeft, #addressRight {
	position:		relative;
	padding:		5px 0;
	float:			left;
	top:			25px;
	width:			410px;
	height:			45px;
	text-align:		right;}

#addressRight {
	text-align:		left;
	float:			right;}

#container {
	position:		absolute;
	top:			140px;
	left:			16px;
	width:			1000px;
	height:			273px;}

#ellips {
	width:			424px;
	height:			273px;
	float:			left;}

#pageTitle {
	margin:			0;
	margin-top:		7px;
	padding:		0;
	padding-left:	15px;
	width:			400px;
	height:			30px;
	float:			left;
	color: 			rgb(69,65,7);
	font: 			14px/17px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	letter-spacing:	3px;
	text-transform:	uppercase;}

#content {
	width:			541px;
	height:			227px;
	padding-top:	4px;
	float:			left;
	overflow:		auto;}

#menu {
	position:		absolute;
	top:			493px;
	left:			120px;
	width:			760px;
	height:			58px;}

#footer {
	position:		absolute;
	top:			554px;
	left:			244px;
	width:			510px;}

/* text */

#addressLeft p, #addressRight p {
	color: 			rgb(233,233,184);
	letter-spacing:	1px;
	font: 			11px/14px "Trebuchet MS", Verdana, Helvetica, sans-serif;}

#addressRight a {
	color:			rgb(233,233,184);
	text-decoration:none;}

#addressRight a:hover {
	color:			rgb(69,65,7);
	text-decoration:underline;}

#content h1 {
	padding:		0 25px 0 15px;
	color: 			rgb(69,65,7);
	font: 			13px/25px "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	letter-spacing:	1px;
	font-weight:	bold;}

#content p {
	padding:		0 25px 0 15px;
	margin-bottom:	10px;
	color: 			rgb(69,65,7);
	font: 			13px/17px "Trebuchet MS", Verdana, Helvetica, sans-serif; }

.emphasis {
	letter-spacing:	1px;
	font-weight:	bold;}

/* list in content */

ul.contentUl {
	list-style-type:circle;
	padding:		0 25px 0 15px;
	margin-bottom:	10px;
	margin-left:	15px;
	color: 			rgb(69,65,7);
	font: 			13px/17px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	list-style-position:outside;}
