/*----------------------------------------------------------------------
# ARTIS FLUES v1.0 - 16 Feb 2007 @ 02:37 PM +0100 ZulloP
# ----------------------------------------------------------------------
# Copyright (c) 2006-2007 Web Revolution. All Rights Reserved.
# Author: Web Revolution - Creative Concepts & Advertising Innovation
# License: Copyrighted Commercial Software
# Website: http://www.webrevolution.org
#                _                           _       _   _             
#  __      _____| |__    _ __ _____   _____ | |_   _| |_(_) ___  _ __  
#  \ \ /\ / / _ \ '_ \  | '__/ _ \ \ / / _ \| | | | | __| |/ _ \| '_ \ 
#   \ V  V /  __/ |_) | | | |  __/\ V / (_) | | |_| | |_| | (_) | | | |
#    \_/\_/ \___|_.__/  |_|  \___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_|
------------------------------------------------------------------------*/


/*------------------------------------
#	FIXED WIDTH STYLE
--------------------------------------*/

/* main container */
div#wrapper{
	width: 960px;
}

/* center content block */
div#centerblock_wrap{ /* 3 columns layout */
	float: left;
	width: 520px;
}
div#centerblockright_wrap,
div#centerblockleft_wrap{ /* 2 columns layout */
	float: left;
	width: 740px;
}
div#centerblockfull_wrap{ /* 1 column layout */
	float: left;
	width: 960px;
}
div#centerblock{
	margin: 0 20px;
}