/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* STARTS HERE */

body { 
	width: 800px;
	margin: auto;
	font: .7em/220% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #f48221;
	background-color: #1993d2;
	background: url(../images/background.gif);
	text-align: left;
	}
		
/* FRAMEWORK */

#container {
	width: 750px;
	height: 100%;	
	background: url(../images/background.jpg) no-repeat fixed;
	background-color: #ffffff;
	margin-top: -10px;
	margin-bottom: -10px;
	}

#content {
	width: 500px;
	margin: -20px 50px 0 150px;
	padding: 20px;
}

/* TITLES */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1993d2;
	text-align: left;
	margin: 0 0 30px 0;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	margin: 30px 0 10px 0;
	color: #ffffff;
	background-color: #f48221;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	margin: 30px 0 10px 0;
	color: #ffffff;
	background-color: #1993d2;
	}

.blue {
	color: #1993d2;
	}

/* CLASS STYLES */

.footer	{
	color: #c1c1c1; 
	text-align: right;
	margin: 80px 0 20px 0;
	}

/* LINKS */

a:link, a:visited, a:active	{
	color: #1993d2; 
	font-weight: normal; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

.footer a:link, .footer a:visited, .footer a:active	{
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: underline;
	}

.footer a:hover {
	color: #1993d2;
	text-decoration: none;
	}

/* MISC */

.noindent {
	text-indent: 0;
}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
img {
	border:0;
	}

.listindent {
	text-indent: 5px;
	list-style-position: outside; 
	list-style-type: square; 
	padding: 6px; 
	margin-left: 100px;
}

.image_floatright {
	float: right;
	margin: 20px 30px 20px 30px;
	}

.image_floatleft {
	float: left;
	margin: 20px 30px 20px 30px;
	}
	
.clear {
	clear: both;
	}
