/* @group Reset Default Values */

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

/* @end*/




/* @group Common */

html, body {
	height: 100%;
	min-width: 700px;
	}
	
body {
	background: #FFF;
	text-align: center;
	font: normal 0.8em/140% 'Lucida Grande', Helvetica, Arial, sans-serif;
	}

a {
	text-decoration: none;
	color: #07B;
	}
a:hover {
	color: #048;
	background-color: #EEF;
	text-decoration: underline;
	}

textarea, input {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	}

.small {
	font-size: 85%;
	}

.hide {
	display: none;
	}
/* @end */
	
	
	
	
	
/* @group Structure */

#layoutTop {
	width: 100%;
	height: 50%;
	margin-top: -120px;
	visibility: hidden;
	}

#layout {
	clear: both;
	height: 240px;
	margin: 0 auto;
	position: relative;
	width: 685px;
	float: right;
	}

#header {
	display: block;
	width: 685px; height: 70px;
	background: transparent url(project1x365.gif) no-repeat center left;
	text-indent: -99999px;
	}

#friends {
	width: 550px; height: 150px;
	list-style: none;
	margin: 0 0 0 135px; padding: 0;
	float: right;
	background: transparent url(friends.jpg) no-repeat top right;
	}
#friends li {
	float: left;
	height: 150px;
	}
#friends li a {
	float: left;
	display: block;
	height: 150px;
	text-indent: -99999px;
	background-image: url(friends.jpg);
	background-repeat: no-repeat;
	}
#friends li a#fontaine {
	width: 166px;
	background-position: 0px 0px;
	}
#friends li a#clement {
	width: 173px;
	background-position: -166px 0px;
	}
#friends li a#wes {
	width: 211px;
	background-position: -339px 0px;
	}
#friends li a#fontaine:hover {
	background-position: 0px -150px;
	}
#friends li a#clement:hover {
	background-position: -166px -150px;
	}
#friends li a#wes:hover {
	background-position: -339px -150px;
	}
#tagline {
	width: 550px;
	height: 20px;
	float: right;
	text-indent: -99999px;
	background: transparent url(tagline.gif) no-repeat center left;
	}
/* @end */
	
	
	
	