/* general */

html, body, h1, h2, p, {
	margin: 0;
	padding: 0;
	}

body {
	width: 660px;
	margin: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	background-color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	}


/* typography */

a {
	text-decoration: none;
	color: #600;
	}

a:visited {
	text-decoration: none;
	color: #600;
	}

a:hover {
	text-decoration: none;
	color: #900;
	}



p {
	margin-bottom: 10px;
	}

p, .legals {
	width: 660px;
	text-align: left;
	color: #888;
	}

.legals {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	}


/* images */

img {
	float: left;
	margin-right: 10px;
	border: 0px;
	}


/* div styles */


.mainRowDiv {
	width: 660px;
	overflow: hidden;
	text-align: left;
	}