@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
STRUCTURAL
------------------------------------------------------------
*/

/*
------------------------------------------------------------
page
------------------------------------------------------------
*/

body 
{
	background:black;
	color:#ddd;
	height:100%;
}
/*
------------------------------------------------------------
wrappers
------------------------------------------------------------
*/


#wrap 
{
	width:964px;
	margin:auto;
	margin-top:40px;
}

#wide-wrap
{
	width:100%;
	background:black;
	padding:40px 0px 40px 0px;
}

#top-wrap 
{
	width:964px;
	margin:auto;
	margin-bottom:40px;
	
}

#mid-wrap 
{
	width:964px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}

#bottom-wrap 
{
	width:964px;
	margin:0px 0px 20px 0px;
	
}

.left-col 
{
	float:left;
	width:154px;
}

.right-col 
{
	float:right;
	margin-left:47px;
	width:762px;
}