html, body, div , img, a{
  margin:0px;
  padding:0px;
}
img{
  border:0px;
}

body {
  text-align:center;
  background:url("bodybg.jpg") center repeat-y;
}

.body {
  width:697px;
  margin:0 auto;
  position:relative;
  text-align:left;
  border-left:1px solid white;
  border-right:1px solid white;
}
#header {
  width:697px;
  height:66px;
}
#logoPicture {
  float:left;
}
#topNavigation {
  position:relative;
  float:right;
}
#topButtons{
  background:url("topicons.jpg") left top no-repeat;
  width:176px;
  height:26px;
  padding-top:40px;
  vertical-align:top;
}

.home-link{
  padding-right:12px;
}
.projects-link{
  padding:0 17px 0 11px;
}
.contacts-link{
  padding:0 10px 0 8px;
}
a.navigation-link{
  vertical-align:top;
  height:21px;
  font-family: tahoma;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color:#AF0303;
}
a.navigation-link:hover {
  color:#AF0303;
  text-decoration:underline;
}
a.navigation-link:visited {
  color:#AF0303;
  text-decoration: none;
}
.topSeparator{
  display:block;
  height:6px;
  width:697px;
  background-color:#395A87;
  font-size:1px;
}
#mainPicture{
  float:right;
}
.main-menu{
  background:url("menubg.jpg");
  display:block;
  width:156px;
  height:23px;
  font-weight:bold;
  font-size:14px;
  padding-left:30px;
  padding-top:6px;
  text-decoration:none;
  font-family:arial;
  color:#7A7A7A;
}
.main-menu:hover{
  color:#AF0303;
}
#mainMenuHolder{
  padding-top:1px;
}
#bottomSeparator{
  clear:both;
  display:block;
  background:url("btmspr.jpg");
  width:697px;
  height:10px;
  font-size:1px;
  border-top:1px solid white;
}


#bottom {
  float:left;
  padding:10px 0 0 55px;
  font-family: tahoma;
  font-size: 10px;
  font-weight: normal;
  color:#5E5E5E;
  height:30px;
}
#bottom a {
  color:#5E5E5E;
  text-decoration:none;
}
#copyRight{
  float:right;
  margin-right:55px;
}

#newsHolder{
  width:184px;
  background: url('../images/comma2.gif') no-repeat bottom right;
  float:left;
  border:1px solid white;
  border-left:none;
}
#newsHolder h2 {
  color:#395A87;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  margin:10px 0 0 10px;
  
}
#newsHolder #establishedAs
{
	font: 16px/normal Georgia, Tahoma, Arial;
	line-height: 18px;
	padding: 50px 10px;
	color: #888;
	background: url('../images/comma1.gif') no-repeat top left;
	margin: 20px 0 0 0;
}
#mainContenet{
  width:511px;
  float:right;
  border-left: 1px solid #D5D5D5;
  color:#6D6D6D;
}


#weeklyReview {
  width:511px;
  float:right;
  border-left: 1px solid #D5D5D5;
  color:#6D6D6D;
  background:url("reviewbg.gif") top repeat-x #F2F2F2;
}

#weeklyReview h2{
  color:#AF0303;
  font-family:arial;
  font-size:14px;
  margin:20px 0 0 18px;
}

#weeklyReview h1{
  color:#8E8E8E;
  font-family:arial narrow;
  font-size:20px;
  margin:5px 0 0 18px;
  padding:0 0 0 20px;
  background:url("reviewh1bg.gif") left no-repeat;
}

#weeklyReview .start {
  background:url("start.gif") left center no-repeat;
  padding:0 0 0 15px;
  margin: 0 0 0 230px;
  width:250px;
  color:#AF0303;
}

#weeklyReview p{
  color:#838383;
  font-family:tahoma;
  font-size:11px;
  margin:5px 0 0 18px;
  width:175px;
}


.floatleft{
  float:left;
}
.floatright{
  float:right;
}
.grey{
  color:#6D6D6D;
}
.red {
  color:#6D6D6D;
}
.clear{
  clear:both;
}
.fixer{
  width:40px;
}
#mainContenet h2 {
  background:url("contenth2.gif") left top no-repeat;
  margin:5px 0 10px 0;
  padding:1px 0 3px 32px;
  font-family:arial;
  color:#DA0000;
  font-size:20px;
}

.reviewHolder {
  margin-left:10px;
}

#mainContenet p{
  font-family:tahoma;
  font-size:12px;
  margin: 10px 0 0 45px;
}
#mainContenet .start {
  background:url("contentp.gif") left top no-repeat;
  padding:0 0 0 15px;
  margin: 0 0 0 30px;
}

#mainContenet ul {
	font-family: tahoma, arial;
	font-size: 12px;
	text-indent: 0;
	padding: 0;
	margin: 5px 0 20px 70px;
}
#mainContenet ul li {
	padding: 0;
	margin: 0 0 2px 0;
}
#mainContenet > ul li {
	margin: 0 0 9px 0;
}

