/* 

Copyright:	James Carroll 2010, All Rights Reserved.
Author:		James Carroll
Website: 	http://jamescarroll.org/

Contact:	hi@jamescarroll.org

*/

/* Reset Stylesheet */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Layout */

body {
	background-color:#333;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#container {
	width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	display: inline;
}
/* Text */

span.contact {
	width: 376px;
	margin: 20px 212px 0 212px;
	text-align: center;
	display: block;
	float: left;
	display: inline;
}
h1 {
	background-image:url(images/h1.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	display: block;
	width: 759px;
	height:130px;
	text-indent: -10000px;
	margin: 130px 0 40px 21px;
	float: left;
	display: inline;
}
p {
	width: 376px;
	text-align: justify;
	display: block;
	margin: 0 212px 20px 212px;
	float: left;
	display: inline;
}
span.large {
	width: 305px;
	height: 20px;
	margin: 20px 248px 30px 248px;
	background-image:url(images/large.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	display: block;
	text-indent: -10000px;
	float: left;
	display: inline;
}
p.footer {
	width: 376px;
	margin: 60px 212px 0 212px;
	text-align: center;
	display: block;
	color: #999;
	float: left;
	display: inline;
}
a {
	color: #999;
	text-decoration:underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
