/* - - - GLOBAL HEADER - - - */

body {			background-color:#C6C5C5;
				margin-top:0px;}

#mainwrapper {	width:852px;
				margin-left:auto;
				margin-right:auto;
				background-color:#FFF;}
				
#header {		height:153px;
				overflow:hidden;}

#navigation {	height:24px;
				background-image:url(/wsimages/navigation_bg.jpg);}
				
/* - - - MAINPAGE TEMPLATE - - - */

#mainContent #ill1 {	width:577px;
						height:161px;
						overflow:hidden;
						float:left;}
							
#mainContent #ill2 {	width:275px;
						height:161px;
						overflow:hidden;
						float:left;}
							
#mainContent #content {	clear:both;
						padding:32px 38px;}
						
/* - - - SUBPAGE TEMPLATE - - - */

#subpageContent #col1 {		width:577px;
							min-height:400px;
							overflow:hidden;
							float:left;
							background-image:url(/wsimages/col_divider.gif);
							background-repeat:repeat-y;
							background-position: right;}
							
#subpageContent #col2 {		width:275px;
							overflow:hidden;
							float:left;}
						
#subpageContent #content {	padding:32px 38px;}

#col3Content {				padding:10px;}
						

/* - - - GLOBAL FOOTER - - - */

#footer {		clear:both;
				height:24px;
				background-image:url(/wsimages/footer_bg.jpg);}	
				
#devBy { 		width:852px;
				margin-left:auto;
				margin-top:20px;
				margin-right:auto;
				margin-bottom:20px;
				text-align:right;}		