/* Reset first */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* General */

body {
	margin: 0;
	padding: 0;
	font-size: 1.05em;
	line-height: 1.55em;
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-family: "TradeGothicLTStdRegular", Helvetica;
	text-align: center;
}

#topper, #bottomer {
	width: 100%;
	background: #ff0;
	margin: 0;
	padding: 20px 0;
	overflow: visible;
}

.inside {
	font-size: 1.2em;
	line-height: 1.6em;
	width: 700px;
	padding: 20px;
	overflow: visible;
	text-align: left;
	margin: 20px auto;
}

	.inside ul {
		margin: 20px 0;
	}

#main {
	width: 700px;
	padding: 40px 0;
	overflow: visible;
	text-align: left;
	margin: 0 auto;
}

#bottomer {
	background: #eee;
}
	#bottomer h2 {
		padding: 20px 0;
	}

a:link, a:visited {text-decoration: none; color: #06f;}
a:link:hover, a:visited:hover {text-decoration: underline;}

p {
	margin: 0 0 15px 0;
}

strong {
	font-weight: bold;
}

ul strong {
	font-weight: bold;
	font-size: 0.9em;
	color: #777;
	letter-spacing: 0.03em;
}

ul em {
	display: block;
	margin: 0 0 7px 0;
}

ul#videos li, ul#press li, ul#books li {
	float: left;
	margin: 0 30px 25px 0;
	font-size: 0.8em;
	color: #ccc;
	width: 200px;
}

ul#press li {
	height: 70px;
}

ul#books img {
	width: 200px;
	height: auto;
}

ul.networks {
	float: left;
	margin: 25px 30px 25px 0;	
	width: 200px;
}


h2 {
	font-weight: bold;
	font-size: 0.9em;
	color: #555;
	letter-spacing: 0.03em;
	padding: 70px 0 20px 0;
	display: block;
	clear: both;
}

ul {
	margin: 0 0 10px 0;
}

ol li {
	margin: 0 0 15px 0;
	list-style: decimal outside;
	padding: 0 20px;
}

iframe {
	display: block;
	margin: 20px 0;
}

@media handheld, only screen and (max-width: 710px) {
	
	
	
	
}