/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* COLOUR PALETTE

Orange: e88b24
Blue: 239dd9

*/

/* STARTS HERE */

body { 
	width: 1000px;
	margin: auto;
	font: .6em/175% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #333333;
	background-color: #c1c1c1;
	background: url(../images/background.jpg) fixed no-repeat; 
	text-align: left;
	}
		
/* FRAMEWORK */

#container {
	width: 1000px;
	height: 100%;
	position: fixed;
	}

#left {
	float: left;
	width: 100px;
	margin: 0;
	}
	
		
#logo {
	margin: 25px 0 25px 27px;
	width: 116px;
	padding: 0px;
	}
	
#nav {
	margin: 0px 0px 50px -25px;
	width: 150px;
	padding: 0px;
	text-align: right;
	}
		
#middle {
	width: 310px;
	margin: 29px 10px 20px 155px;
	}
		
#right {
	float: right;
	margin: 34px 262px 0 0;
	width: 246px;
	padding: 0px;
	}


/* CLASS STYLES */

.orange {
	color: #e88b24;
	font-weight: bold;
}

.blue {
	color: #239dd9;
	font-weight: bold;
}

.footer	{
	color: #c1c1c1; 
	text-align: center;
	margin: 20px 0 20px 0;
	}

.footerjustified	{
	color: #c1c1c1; 
	text-align: justify;
	}

.superscript {
	color: #c1c1c1; 
	font-size: .8em;
	vertical-align: super;
	}

.superscriptdefinition {
	color: #c1c1c1; 
	font-size: .9em;
	}
	

/* TITLES */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0 0 10px 0;
	}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	}
	



/* FORM STYLE */

form {
	margin: 3em auto;
	width: 80%;
	}

label {
	display: block;
	font-weight: bold;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	width: 160px;
	}
	

/* LINKS */

a:link, a:visited, a:active	{
	color: #e88b24; 
	font-weight: bold; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	
#nav a:link, #nav a:visited, #nav a:active	{
	color: #e88b24; 
	}

#nav a:hover {
	text-decoration: none;
	}

/* MISC */

.floatright {
	float: right;
	margin: 20px 20px 20px 40px;
	}

.floatleft {
	float: left;
	margin: 20px 40px 20px 20px;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}

img {
	border:0;
	}

h1 + p {
	font-weight: bold;
	}

#rightside img {
	margin-bottom: 30px;
}

ul {
	margin-left: -15px;
}


