body,html {
	background: #000000 url(../../images/bg.gif) repeat-x;
	font: 12px "Trebuchet MS", Arial, Verdana;
	margin: 0px;
	height: 100%;	
}
a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearer
{
	clear: both;
}
.break
{
	width: 100%;
	height: 1px;
	clear: both;
/*	border-top: 1px solid #555555;
*/
}

#nav {
	width: 773px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#nav .bar {
	position: relative;
	width: 100%;
	height: 36px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 11px;
	font-weight: bold;
}
#nav a {
	width: 100px;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#nav li {
	float:left;
}
#nav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #DDDDDD;
	background: #101010 url(../../images/nav/navMain_bg_off.gif) repeat-x;
	width: 143px;
	height: 21px;
	padding-top: 15px;
	padding-left: 10px;
	border-right: 1px solid #444444;
}
#nav li a:hover {
	color: #FFFFFF;
	background: #333333 url(../../images/nav/navMain_bg_on.gif) repeat-x;
}
#header {
	width: 773px;
	margin: 5px auto;
}
#contentBoxMain
{
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #ECECEC url(../../images/bg_content.gif) repeat-x;
	padding: 10px;
	margin-top: 10px;
}
#contentBoxMain .sideBar {
	width: 260px;
	float: left;
	padding-top: 20px;
}
#contentBoxMain .content {
	width: 470px;
	float: left;
	padding: 20px 10px 10px;
	line-height: 20px;
	color: #333333;
}
#contentBoxMain .content p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#contentBoxMain .content .header {
	font-size: 24px;
	color: #999999;
}
#contentBoxMain .mainPic {
}
#bottom
{
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #222222;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer
{
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
	background: #FFFFFF;
}
#news {
	float: left;
	width: 300px;
	font-size: 11px;
	position: relative;
}
#developments {
	float: left;
	width: 443px;
	font-size: 11px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	background: #000000;
}
#developments .inner
{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#developments .propBox {
	float:left;
	width: 48%;
	margin-right: 6px;
	color: #333333;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#developments .propBox .name {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
#developments .propBox .name a {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
#developments .propBox .desc {
	padding-right: 5px;
	padding-left: 5px;
	color: #CCCCCC;
}
#news .header,
#developments .header {
	padding: 7px 5px 5px;
	font-weight: bold;
	background: #FFFFFF url(../../images/news/bg_header.gif) repeat-x;
}
#news .item {
	background: #101010;
	border-top: 1px solid #3A3A3A;
	padding: 7px 5px 5px;
	color: #CCCCCC;
}
#news a {
	font-size: 12px;
	font-weight: bold;
}
#news .footer {
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
	border-top: 1px solid #3A3A3A;
}
div.module {
	background: url(../../images/modules/top_left.gif) top left no-repeat;
	width: 250px;
	margin-bottom: 10px;
  }
div.module ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
div.module li {
	float: none;
}
div.module li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 8px 18px 8px 8px;
	background: url(../../images/nav/subNav_bg_off.gif) no-repeat right center;
}
div.module li a:hover {
	text-decoration: underline;
	color: #333333;
	background: url(../../images/nav/subNav_bg_on.gif) no-repeat right center;
}
div.moduleHeader {
	background: url(../../images/modules/top_right.gif) top right no-repeat;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
  }
div.moduleHeader .title {
	background: #EEEEEE url(../../images/modules/bg_header.gif) repeat-x;
	padding-left: 5px;
	padding-top: 2px;
  } 
div.moduleBody {
	background: url(../../images/modules/right_border.gif) top right repeat-y;
	margin:0;
	padding: 1px 3px 3px;
  }
div.moduleBody .container {
	background: #EBEEF3 url(../../images/modules/subNav_bg_box.gif) repeat-x;
}  
div.moduleFooter {
  background: url(../../images/modules/bottom_left.gif) bottom left no-repeat;
  }
div.moduleFooter .container {
  background: url(../../images/modules/bottom_right.gif) bottom right no-repeat;
  padding:1em;
  display:block;
  margin:-2em 0 0 0;
  }
