/* Negroponte's Predictions CSS Document 
Vanessa Garcia
3/18/08
Portfolio I
all original code */

@charset "UTF-8";

body {
/* zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0; 
	padding: 0;
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center; 
	background-color: #17161F;
}
h2 {
	color: #7F5E25;
}

.dimension   {
	height: 600px;
	width: 800px;
}

#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	text-align: left;
	/* [disabled]background-image: url(../images/bg_03.jpg); */
	height: 100px;
	/* [disabled]background-repeat: no-repeat; */
}
#header .addthis_toolbox {
	text-align: right;
	/* [disabled]float: right; */
	margin-top: -5px;
}
#logo  {
	margin-top: 7px;
\
	width: 133; 
	/* [disabled]height: 138; */
	border: 0;
	/* [disabled]float: left; */
}
#mainContent  {
	margin-top: -2px;
}
#footer  {
	text-align: center;
	color: #FFF;
	/* [disabled]background-image: url(../images/bg_06.jpg); */
	height: 50px;
	/* [disabled]background-repeat: no-repeat; */
	padding: 10;
	margin-top: -10px;
}
#footer  p  {
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin: 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 13px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
