/* ==============================================================
Filename: default.css
Template: Default Template
Author: Chris Schmitz
Contact: chris@beperceived.com
Date Created: 10/5/2009
Media: Screen
-----------------------------------------------
Notes: The main style information for the Perception website
http://www.beperceived.com
============================================================== */

/* --------------------------------------------

Table of Contents

	1. Main Container

	
-------------------------------------------- */

#container {
	background: #ddd;
	font-family: tahoma;
	margin: 150px auto 0;
	padding: 25px;
	width: 750px;
	-moz-box-shadow: 0 0 15px #777;
	-moz-border-radius: 15px;
}

#container h2 {
	color: #DF4545;
	font-size: 3em;
	margin: 10px 0 15px;
	text-align: center;
}

#container p {
	color: #777;
	line-height: 1.5em;
}

#container a {
	color: #555;
}

#container a:hover {
	color: #000;
}

