/*** Resets all elements ***/
* { margin: 0px; padding: 0px; }

/*** Gives the body the dark gray background we used in PS ***/
body { background: #333; }

/*** Styles the links ***/
a, .colored { color: #4ce6fd; }

/*** Sets paragraph styles ***/
h1, p { margin: 0px auto 20px auto; width: 750px; }

h1, p, li {
   color: #ececec;
   font-family: Verdana, Arial;
   font-size: 12px;
   line-height: 18px;
   text-shadow: 1px 1px 1px #111; /*** New CSS3 Property that adds the shadow ***/
}

h1 { font-size: 16px; font-weight: bold; }

ul { margin: 0 auto 20px auto; padding: 0 0 0 20px; width: 730px; }

/*** Top section 100% color ***/
#top {
   background: #f1f1f1 url(img/bg-01.jpg);
   border-bottom: 1px solid #fff;
   margin-bottom: 30px;
   width: 100%;
}
/*** Topcon centers the page at 900px ***/
#topcon { margin: 0px auto; width: 900px;  }

/*** Styling the Logo ***/
#logo { width:445px; display: block; margin: 0px auto;  padding: 40px 0px; }

/*** Styles the twitter link ***/
a#twitter { color: #4ce6fd; }

