/*****************************
* | created: 	8 July 2007
* | for: 		The Unofficial SAAF Website
* | by: 		activeice.co.za
* | author: 	Brett Reid
* | updated: 	8 July 2007
*/

@import url(default.css);

/* structural : start *************************************************************************************/

body { background:#fff;color:#000; }

/* hide all of this... */
#top, #logo, #content-shadow, #article-filter, #gallery-filter, .gallery-paging, #review-filter,
/*.sidebar*/#sidenav, #header, #nav, #search, #topnav, #review-paging, #event-filter, 
#event-paging, #footer { display: none; }

.sidebar 
{
	width:0%;
}

#left-width-img 
{
	display:none;
}

#content 
{
	position:fixed;
	color: #000;
	background: #fff;
	width: 100%;
}

#content-pad, #article-content
{
	width: 100%;
	background: #33FF00;
}

body, th, td, p, h1, h2, h3, h4, h5, input, select, textarea, button 
{
	font-size: 16px;
}

/* structural : end ************************************************************************************************/









