/*-----------------------------------------------------------------------------
Primary Style Sheet

version:   1.0
author:    Peter Ong
email:     peter@designbyinstinct.com
website:   http://www.designbyinstinct.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
	}

/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: center;
	background-color: #2d2b2c;
}

/* =Layout
-----------------------------------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: #ffe4e9;
}

#primaryContent {
	background: #ffff66;
	width: 65%;
	float: left;
	padding-right: 2.5%;
	padding-left: 2.5%;
} 

#secondaryContent {
	background: #d5d7ff;
	width: 25%;
	float: right;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

#footer {
	background: #dcffd6;
	clear: both;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#navigation {
	
}




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/