﻿/* -------------------------------------- */
/*          CSS Library - Boxes           */
/* -------------------------------------- */
/* - Version  : 1.0                     - */
/* - Developer: Martin M. Mune          - */
/* - Date     : 08 MAR 09               - */
/* -------------------------------------- */
/*                 Notes                  */
/* -------------------------------------- */
/* Body area: 1014px                      */
/*                                        */
/*                                        */
/* -------------------------------------- */

/* -----       Narrow Boxes         ----- */
.lhs-box			{width: 230px;
				border: 1px solid #000000;
				height: auto;
				background: #cccc99;
				margin-right: 3px}

.lhs-box p			{margin-left: 5px;
				margin-right: 5px;
				margin-top: 5px;
				margin-bottom: 5px;}

.rhs-box			{width: 230px;
				border: 1px solid #000000;
				height: auto;
				background: #cccc99;
				margin-left: 3px;}

.rhs-box p			{margin-left: 5px;
				margin-right: 5px;
				margin-top: 5px;
				margin-bottom: 5px;
				text-align: justify;}

.mid-box			{width: 484px;
				border: 1px solid #000000;
				height: auto;
				background: #cccc99;
				margin-left: 3px;
				margin-right: 3px;}

.mid-boxalert		{width:480px;
				border: 3px solid #ff0000;
				height: auto;
				background: #ffffff;
				margin-left: 3px;
				margin-right: 2px;}

.mid-boxbio			{width:484px;
				border: 1px solid #000000;
				height: auto;
				background: #cccc99;
				margin-left: 3px;}

.mid-box p			{margin-left: 5px;
				margin-right: 5px;
				text-align: center;}

.float-box		{float: left;
				width: 98%;
				height: auto;
				border: 1px solid #000000;
				background: #cccc99;
				margin: 10px;}

.float-box p		{margin-top: 0px;
				margin-bottom: 0px;
				text-align: center;}


