﻿/* Miss WashingtonLayout StyleSheet */

body         { background-color: #FFFFFF; margin: 0px; text-align: center; background-image:url('http://misswashington.org/images/pgbkrg.jpg') }
.wrapper	 { width:920px; border: 1px solid #808080; }

/* Home page layout */

.header		{
	height: 90px;
	width: 920px;
	background-image: url('http://misswashington.org/images/layout_01.jpg');
	background-repeat: no-repeat;
}

.topNav		{height: 34px; width: 920px; }

.leftHome 	{
	height: 303px;
	width: 201px;
	background-color: #C0C0C0;
}

.centerWrapper {width: 920px; }

.centerHome  {
	height: 303px;
	width: 253px;
	background-image: url('http://misswashington.org/images/layout_11.jpg');
	background-repeat: no-repeat;
}
.centerTop	{height: 165px; }
.centerBottom {height: 135px; }

.rightHome  {
	height: 303px;
	width: 466px;
	background-repeat: no-repeat;
}
.rightLeft	{width: 175px; height: 303px; }
.rightRight	{width: 290px; height: 303px;  }


.homeStageLeft	 {height: 280px; width: 454px; background-image:url('http://misswashington.org/images/layout_13.jpg') }
.homeStageRight	 {height: 280px; width: 466px; background-image:url('http://misswashington.org/images/layout_14.jpg') }

.footer	 {height: 63px; width: 920px; background-image:url('http://misswashington.org/images/layout_15.jpg') }
.footerRight {width: 450px%; text-align: right; }
.footerLeft {width: 450px; text-align: left; }