/* GENERAL STYLES */
/* Layout 
------------------------------------*/
#container {
        text-align: left;
	position: relative;		
        margin: 0 auto;       
}

html > body #container { /* FF, Opera & IE7 */
	width: 95%;
	min-width: 780px;
	max-width: 1000px; 
} 

#header {
	position: relative;
	height: 40px;
}

#sidebar, #content, #secondaryNav {
	position: relative;
	float: left;
	display: inline;
	width: 23%;
}

#sidebar {
	margin-right: 2%;
} 

#content {
	width: 50%;
}

#secondaryNav {
	float: right;
}

#footer {
	clear: both;
	height: 50px;
}

/* EDITOR PROPERTIES */
