@charset "UTF-8";
/* CSS Document */
body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	font: 10px "Times New Roman", Times, serif;
	font-weight:100;
	background-color: #000;
	background-image:url(http://www.johnirwindesign.com/images/web-bg-main.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#title{
}
#navigation{
}
#content{
	z-index:2;
}
#proj{
}

.proj h1{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #99cccc;
	font-style: normal;
}
.quot{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #72909C;
	font-size: 15px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(http://www.johnirwindesign.com/images/quote.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.quot2{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #72909C;
	font-size: 15px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(http://www.johnirwindesign.com/images/quote2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.proj h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999;
	font-style: italic;
}
.proj body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-style: normal;
	line-height: 15px;
}
>footer i{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	font-weight:100;
	color:#fff;
	line-height:12px;
}
.footer h1{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	font-weight:100;
	color:#FFF;
	letter-spacing:0.3em;
}
.footer h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCC;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
	font-style: italic;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.navigation a:visited {
	color: #FFF;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.navigation a:hover {
	color: #999;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.navigation a:active {
	color: #CCF;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.navigation a:link {
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.proj a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #72909C;
	font-style: italic;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.proj a:visited {
	color: #72909C;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.proj a:hover {
	color: #999;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.proj a:active {
	color: #CCF;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.proj a:link {
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
.copyright{
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color:#666;
	font-style: italic;
	text-decoration: none;
	letter-spacing:0.3em;
	border:none;
}
	
