@charset "utf-8";
/* CSS Document - global.css */
/*
Author: 		David W Bullock
Company: 		Roller Sports Promotions
Created on:		01-May-2010
Created for:	Downlands Artistic Skating Club

Coypright &copy; Roller Sports Promotions, May 2010

This file holds the global layouts for this site.  Each element will be repeated throughout out the site.
*/ 

#container { /* sets the size and background of the main page container */
	margin: 0 auto; width: 960px; height: auto; padding: 5px; background: #FFFFFF;}

#header {
	margin: 0 auto; width: 960px; height: 150px; padding: 0px; background: url(../../../images/global/background/header-bg.jpg) repeat-x;}

#nav {
	float: left; margin: 5px 0px 5px 0px; width: 190px; height: 630px; padding: 5px; background: #ffffff; border: none;}

#mdl_clm {
	float: left; margin: 5px; width: 530px; height: 750px; padding: 5px; background: none;}

#rt_clm {
	margin: 5px auto; width 190px; height: 800px; background: none; borer: 1px dotted black;}

#footer {
	margin: 0 auto; width: 950px; height: 20px; padding: 5px; line-height: 1.8em; background: #666;}


