/* v1.0 | 20080212 */ 

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Site styling */

body {
	font-family: Helvetica,arial,sans-serif;
	background: url(../images/background.jpg);
	}

#wrapper{
	width:600px;
	margin: 0 auto;
	position: relative;
	}

h1,h2,h3{
	text-align: center;
	}

h1{
	background: url(../images/title.png) no-repeat center;
	width: 412px;
	height: 110px;
	margin: 40px auto 10px;
	text-indent: -5000px;
	}	
	
h2{
	background: url(../images/subtitle.png) no-repeat center;
	width: 380px;
	height: 34px;
	margin: 0 auto 20px;
	text-indent: -5000px;
	}
	
div#ryan{
	margin: 20px 0 35px 227px;
	height: 323px;
	width: 202px;
	}

h3 {
	padding: 8px 0 8px;
	margin-bottom: 10px;
	}	

h3 a {
	color: #fff;
	padding: 8px 10px 8px;
	font-size: 14px;
	text-decoration: none;
	}
	
h3.facebook a {
	background: rgb(54,80,119);
	}
	
h3.email a {
	background: rgb(239,71,48);
	}
	
p.smallssws{
	font-size: 5px;
	color: #ccc;
	position: absolute;
	right: 4px;
	bottom: 4px;
	}