/* STYLES ========================================================== */
	
	
body {
	background-color: #f3f4f9;
	font-family: Helvetica, sans-serif, Arial, Tahoma, Verdana;
	text-align: -moz-center;
	color: #91a3c0;
	line-height: 16px;
	}
	
#container {
	background-image: url(images/layout/main-content-mbg.jpg);
	backgound-repeat: repeat-y;
	}
	
#branding, #navi, #container {
	width: 928px;
	}
	
#branding {
	height: 219px;
	background-image: url(images/layout/branding.jpg);
	}
	
	#branding h1, #branding h2,
	#branding h3 {
		display: none;
		}
	
#navi {
	height: 64px;
	background-image: url(images/layout/navi-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	}
	
	#navi ul {
		padding: 15px 0px 65px 70px;
		}
		
		#navi li {
			padding-right: 15px;
			}
	
#main-content {
	text-align: left;
	width: 928px;
	background-image: url(images/layout/main-content-bbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 20px 65px 40px 65px;
	font-size: .75em;
	}
	
	#main-content h2 {
		font-size: 16px;
		padding-bottom: 15px;
		margin-top: 20px;
		}
	#main-content h3 {
		font-size: 13px;
		padding-bottom: 15px;
		margin-top: 25px;
		}
		
		
	#main-content p {
		width: 750px;
		}
		
	#main-content a img {
		border-width: 4px;
		border-color: white;
		}
		
		
	#main-content table tr td.preview {
		width: 400px;
		vertical-align: top;
		padding-bottom: 40px;
		padding-right: 12px;
		}
		
		#main-content table tr td.preview img {
			border-width: 4px;
			border-color: white;
			}
		
		#main-content table tr td.descript {
			width: 350px;
			vertical-align: top;
			}
		
		#main-content table tr td.logo-preview {
			width: 250px;
			vertical-align: top;
			padding-right: 10px;
			}
			
		
.block-list li {
	display: block;
	}
	
#footer {
	text-align: left;
	background-image: url(images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 103px;
	width: 928px;
	}
	
	#footer ul {
		padding: 15px 0px 0px 70px;
		}
		
		#footer ul a {
			font-size: .7em;
			}
	
li {
	display: inline;
	}
	
h1 {
	color: #7c91b5;
	font-size: 4em;
	}
	
h2 {
	color: #9797a0;
	font-size: 2.5em;
	}
	
h3 {
	color: #9797a0;
	font-size: 1.5em;
	}
	
a {
	color: #7b95b8;
	font-size: 12px;
	}
	
	a:hover {
		color: #fff;
		}
		
		
p.brand-descript {
	padding-bottom: 25px;
	font-size: .9em;
	}
	
span.brand-descript-cat {
	font-weight: bold;
	}
	
span.skill-level {
	font-style: italic;
	}
	
#latest-work {
	width: 800px;
	}

#latest-work-descript {
	padding-top: 20px;
	}