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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** Generic Styles **/

body {
	color: #959595;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
#main_wrap {
	background: url(../images/shadow.gif) 50% 100% no-repeat;
	margin: 0 auto;
	padding-bottom: 60px;
	width: 960px;
	}
	
#sidebar {
	float: left;
	width: 350px;
	}
	
#content {
	float: right;
	width: 590px;
	}
	
/** Text Styles **/

h1 {
	color: #848484;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.3em;
	}
	
h2 {
	font-size: 1.4em;
	}
	
a {
	color: #959595;
	}
	
p {
	line-height: 1.3em;
	margin-bottom: 1em;
	}
	
/** Sidebar **/

#sidebar #logo {
	}
	
#sidebar #about {
	font-size: 0.9em;
	margin-bottom: 1em;
	}
	
#sidebar #infopack {
	margin: 0 0 1em;
	}
	
#sidebar #testimonials {
	background: url(../images/quote.gif) 0 0 no-repeat;
	font-style: italic;
	margin: 10px 0 20px 0;
	padding-top: 2.5em;
	text-indent: 4em;
	}
	
#sidebar #myspace {
	margin: 0.5em 0;
	background: url(../images/myspace.png) 0 40% no-repeat;
	padding-left: 20px;
	}
	
#sidebar #sharethis_0 {
	font-size: 0.7em;
	}

/** Content **/

#content #slogan {
	height: 76px;
	}
	
	#content #alist {
		text-align: right;
		padding: 0.3em 0;
		}
	
	 #content #alist a {
		font-size: 0.9em;
		text-align: right;
		background: url(../images/alist.png) 100% 50% no-repeat;
		padding-right: 24px;
		}
	
	#content #slogan h1 {
		margin-top: 10px;
		}
		
#content #gallery {
	margin: 20px 0;
	}
	
	#content #gallery a {
		margin-right: 5px;
		border: none;
		text-decoration: none;
		}
		
		#content #gallery a img {
			background-color: #999;
			margin-bottom: 10px;
			padding: 4px;
			}

/*-- Clearfix Hack --*/

	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

<!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>

	.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

<!--[endif]-->

	.clearfix {display: inline-block;}  /* for IE/Mac */

<!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

<!--[endif]-->

