/* Default CSS Document */

/** BODY ELEMENTS **/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: #fff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-align: center;
}

/** MAIN CONTAINERS **/

div#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	background-color: #ffc6c6;
	padding: 10px;
}

div#content {
	background-color: ffc6c6;
}

div#center {
	background-color: white;
	padding: 10px;
	margin-right: 200px;
}

div.column {
	width: 180px;
	padding: 10px;
	background-color: #ffc6c6;
}

div#right {
	float: right;
}

div#footer {
	clear: both;
	background-color: #ffc6c6;
	padding: 10px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.block {
	background-color: #cfc;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.code {
	font-family: "Courier New", Courier, mono;
	background-color: #e5e5e5;
	border: 1px solid #bfbfbf;
}

/** SUB CONTAINERS **/

* {
	
}

/** LISTS **/

* {
	
}

/** TYPOGRAPHY **/

div.title {
	font-size: 18px;
	font-weight: bold;
}

div.heading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.block .heading {
	font-size: 12px;
	margin-top: 0px;
}

/** FORMS **/

* {
	
}

/** END **/
