* { margin: 0; padding: 0; }

@font-face {
	font-family: 'SegoeEP';
	src: url('fonts/SegoeWP.ttf');
}

body {
  background: #000 url(../images/stone.png);
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ccc;
  text-align: center;
}

a {
  color: #878787;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a img{
  border: 0;
}

p {
  padding: 0 0 10px 0;
  text-align: justify;
}

ul {
  margin-left: 1.3em;
  margin-bottom: 10px;
}

li{
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: normal;
  font-size: 39px; 
  font-family: 'SegoeEP', Arial, sans-serif;
  color: #cccccc;
  text-transform:uppercase;
  clear: both;
}

h2 {
  font-weight: normal;
  font-size: 24px; 
  font-family: 'SegoeEP', Arial, sans-serif;
  color: #878787;
  margin: 30px 0 0 0;
}

h3 {
  font-weight: normal;
  font-size: 28px; 
  font-family: 'SegoeEP', Arial, sans-serif;
  color: #faa71a;
  text-transform:uppercase;
  clear: both;
}

h4 {
  font-weight: normal;
  font-size: 20px; 
  font-family: 'SegoeEP', Arial, sans-serif;
  color: #cccccc;
  margin: 0 0 5px 0;
  text-transform:uppercase;
}

hr {
  height: 2px;
  background-color: #282828;
  border: 1px solid #282828;
  margin: 3px 70px 0 0;
}

.body {
  width: 1000px;
  text-align: left;
  margin:auto;
}

.contentWrapper {
  padding: 35px;
}

.clearDiv {
  clear: both;
  height: 1px;
}

.projectWrapper {
  margin: 40px 0 0 0;
  clear: both;
}

.project {
  width: 415px;
  margin: 0 50px 0 0;
  float: left;
  cursor: pointer;
  display: block;
}

.projectDetail {
  margin: 12px 0 0 0;
}

.projectGalleryThumb {
  background: url(../images/projectGallery.png);
  float: left;
  width: 183px;
  height: 104px;
  border: 4px solid #5c5c5c;
  margin: 0 20px 0 0;
}

.silverlightLogo {
  background: url(../images/SilverlightLogo.png);
  float: left;
  width: 183px;
  height: 104px;
  border: 4px solid #5c5c5c;
  margin: 0 20px 0 0;
}

.info {
  padding: 0 0 7px 0;
}


