body {
  margin: 0px; padding: 0px;
  background-color: #ffffff;  
  font-family: Verdana; font-size: 10px; font-weight: normal; color: #959494;
}

A:link, A:visited, A:active { text-decoration: none; color: #959494; font-weight: normal; }

#container { width: 1000px; margin: 0 auto; }
#container div { position: relative; }

#header { float: left; width: 1000px; height: 175px; background-image: url('images/backgroundHeader.png'); }
#contactPanel { float: right; width: 214px; height: 25px; margin-top: 25px; background-image: url('images/backgroundContact.png'); line-height: 20px; }
#contactPanel div { float: left; }
#contactPanel div img { display: inline; margin: 3px 5px 0px 10px; }

#menu {
	float: left;
	width: 200px;
	margin: 30px 20px 20px 30px;
}
#menu img { margin-bottom: 30px; }
#menu a { font-size: 10px; font-weight: normal; color: #959494; text-decoration: none; line-height: 25px; }
#menu a:hover { color: #1ca1ec; }

#content { float: left; width: 750px; }
#contentBoxes { float: left; width: 633px; height: 413px; margin: 35px 0px 5px 5px; background-image: url('images/backgroundContent.png'); }
.contentBox { float: left; width: 260px; height: 150px; padding: 25px; overflow: hidden; }
.contentBox:hover { background-color: #dbf2fc; }
#topLeft { margin: 7px 0px 0px 7px; }
#topRight { margin: 7px 0px 0px -1px; }
#bottomLeft { margin: 0px 0px 0px 7px; }
#bottomRight { margin: 0px 0px 0px -1px; }

#footer { float: left; width: 950px; height: 60px; margin-top: 20px; padding: 25px; background-image: url('images/backgroundFooter.png'); background-repeat: repeat-x; }
#footer { font-size: 9px; }
