/* FILE: 	virgil.css 				*/
/* WEBSITE: 	Virgil Skilled Nursing Center		*/
/* DATE:	04/03/2009				*/
/* CODED BY:	Reece Runnells @ Analog Method		*/

@import 'reset.css';
@import 'layout.css';
@import 'pages.css';

				
/* BASIC STYLES */
*					{
					margin:0px;
					padding:0px;
					border:0px;}
				
a					{
					text-decoration:none;}
				
				
/* CONTROLLING CLASSES */
.sidebar				{					
					border-right:1px dotted #b2b2b2;
					height:100%;
					margin-bottom:30px;
					padding-right:20px;
					width:479px;
					float:left;}				

.nosidebar				{					
					height:100%;
					margin-bottom:30px;
					width:690px;
					float:left;}
					
.biggercontentnosidebar		{					
					height:100%;
					margin-bottom:30px;
					width:700px;
					float:left;}
				
.clear					{
					height:20px;
					clear:both;}