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

/* COLOUR PALETTE

orange: #fed100

*/

/* STARTS HERE */

body { 
	width: 936px;
	height: 100%;
	margin: 5px auto auto auto;
	font: .8em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #ffffff;
	background-color: #ffffff;
	text-align: left;
	}

#random-container {
	margin: auto;
	width: 936px;
	height: 574px;
}
	
#container {
	margin: auto;
	width: 936px;
	height: 574px;
	background: url(../images/splash01.jpg) no-repeat;
}

#nav	{
	font-size: 11px;
	margin: 495px 0 0 80px;
	position: absolute;
}
	
a.nav:link, a.nav:visited, a.nav:active	{
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

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

a:hover {
	text-decoration: none;
}

a.navcontact:link, a.navcontact:visited, a.navcontact:active	{
	color: #fed100; 
	font-weight: normal; 
	text-decoration: none;
	}

a.navcontact:hover {
	text-decoration: underline;
	}

.yellowtext {
	color: #fed100; 
	font-weight: bold;
	}

.yellowdivider {
	color: #fed100; 
	font-weight: normal;
	}


.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;
	}

.quote {
	font-style: italic;
	}
