/* Global Styles */

body { background: #525252; margin-bottom: 40px; }


/* Link Styles */

a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }


/* Typographic Styles */

body { font-size: 100%; color: #fcfcf9; font-family: Georgia, serif; font-weight: normal; }

p { font-size: 16px; line-height: 24px; margin-bottom: 24px; }
	#contact p { font-size: 11px; line-height: 15px; }


/* Some Default Classes */
  
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.last { margin: 0; }
.hidden { display: none; }
.push { margin-bottom: 12px; }



/*** Containers ***/

#copy { width: 540px; margin-left: 120px; }

#images { margin-left: 120px; width: 390px; }
	#images img { margin-right: 5px; float: left; }

#contact { float: left; width: 220px; margin-left: 18px; }