/************************************
 pragmaMx  Content Management System
 Copyright (c) 2005 pragmaMx Dev Team - http://pragmaMx.org
 ***********************************
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 ***********************************
 $Source: /home/cvs/pragmamx/stable/themes/mx-default/style/style.css,v $
 $Revision: 1.6.4.1 $
 $Author: tora60 $
 $Date: 2006/03/05 12:17:46 $
************************************/

html, body {
			margin: 0px;
			background-color: #efefef;
		}
		.sidebox {
			margin: 0;
			width: 400px;
			background: url(../images/sbbody-r.gif) no-repeat bottom right;
			font-size: 100%;
		}
		.boxhead {
			background: url(../images/sbhead-r.gif) no-repeat top right;
			margin: 0 0 2;
			padding: 0;
			text-align: center;
		}
		.boxhead h2 {
			background: url(../images/sbhead-l.gif) no-repeat top left;
			margin: 0;
			padding: 20px 30px 5px;
			color: white; 
			font-weight: bold; 
			font-size: 1em; 
			line-height: 1em;
			
		}
		.boxbody {
			background: url(../images/sbbody-l.gif) no-repeat bottom left;
			margin: 0;
			padding: 5px 20px 30px;
		}
		
