#left, #right {width: 200px;}
#left {float: left;}
#right {float: right;}

#body_wrapper {}

/* two column */
.two #main {width: 470px; float: left;}
.two #right {width: 470px;}

/* two column left */
.two_left #main {width: 740px; float: left;}

/* two column right */
.two_right #main {width: 740px; float: right;}

/* three column */
.three #main {width: 520px; float: left; margin-left: 20px;}

/* three column right */
.three_right #right {float: left; margin-left: 20px;}
.three_right #main {width: 520px; float: right;}

/* three column left */
.three_left #main {width: 520px; float: left; margin-right: 20px;}

/* three column splash */
.splash #left, .splash #right, .splash #main {width: 306px;}
.splash #main {float: left;}
.splash #left {margin-right: 21px;}

/* home */
.home #left, .home #right, .home #main {width: 306px;}
.home #main {float: left;}
.home #left {margin-right: 21px;}

/* one column */
.one #main {float: left;}



#top:after, #content_wrapper:after, #footer_wrapper:after, #middle_wrapper:after { content : '.'; display : block; height : 0; clear : both; visibility : hidden; }

#copyright, #powered_by {text-align: center;}

