/*-----------------------------------------------------------------------
   AUTHOR:  	Boutros AbiChedid 
   START DATE:  October 30, 2009
   PURPOSE: 	Screen stylesheet for the Design Concepts course. 
 -----------------------------------------------------------------------*/


/**************** Main Content ****************/

body {
	background: #F1F1F1;
	color:#1B1B1B;  
	cursor: default;
	font:0.87em 'Trebuchet MS', Arial, sans-serif;
}

#wrapper {
	margin:10px auto;
	text-align: center;
}

/************ Footer -- Bottom of the Page ************/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px 5px 0;
	text-align: center;
	border: 0px;	
	color: #808080;
	background-color: inherit;
	font-size: 0.9em;
}

#footer a {
	color: #3a4a3f;
	background-color: inherit;
	text-decoration: underline;
}

#footer a:link {
	color: #008080;
	background-color: inherit;
}
 
#footer a:visited {
	color: #f00;
	background-color: inherit;
} 

#footer a:hover, #footer a:active  {
	text-decoration: none;
	color: #191919;
	background-color: inherit;
}

#footer span {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.0em;
}

#footer p + p {
	font-variant: small-caps;
	font-weight: bold;
	color:#003399;
	font-size:1.0em;
	background-color: inherit;
}

a.contact {
	font-size: 0.9em;
}

p {
	margin-top:35px;
	font-size: 1.0em;
}
