/*	Cascading Style Sheet - Bridal Workshop		*/

body,td,th	{font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: 			#666;}

body 		{text-align: left; 
		background-color: 	white;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;}

/*		LINKS					*/
a:link 		{color: 			#666;
		text-decoration: none;}
a:visited 	{color: 			#666;
		text-decoration: none;}
a:hover 	{color: 			#CCC;
		text-decoration: underline;}
a:active 	{color: 			#666;
		text-decoration: none;}

/*		COPYRIGHT				*/
#copyright 	{padding:  4px 35px 4px 0px;
 		font-size: 9pt; 
		text-align: right;}

.table001 	{background-color:	white;
		text-align: center;}

.container 	{left : 50%; 
		margin-left : -450px; 
		padding : 0; 
		float : left; 
		width : 900px; 
		position : absolute; 
		top : 0; 
		z-index : 0;}

.style2 	{font-size: 16px;
		font-weight: bold;}

.dressPic 	{float: left;
		width: 210px;
		margin-left: 15px;
		z-index: 1;}

.mainContent 	{font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #666;
		text-align: left;
		float: right;
		width: 600px;
		height:auto;
		margin-top: 10px;
		margin-right: 30px;}

.aboutUsContent	{font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #666;
		text-align: left;
		float: right;
		width: 400px;
		height:auto;
		margin-top: 150px;
		margin-right: 50px;}


.curly 		{font-family: Monotype Corsiva, Edwardian Script ITC, Bickley Script, Brush Script MT, Bickley Script, Blackadder ITC; 
		font-size: 32px;
		font-weight: normal;
		background-color: 	white;
		color:	 		red;}

/*				NAV LIST TOP			*/
#navlistT			{margin: 0;
				padding: 0;
				text-align: right;}
#navlistT li			{list-style: none;
				display: inline;}
#navlistT li a			{color: 		rgb(55%, 45%, 45%);
				background-color: 	rgb(100%, 95%, 95%);
				padding: .4em 1em;
				text-decoration: none;}
#navlistT li a:hover 		{color: 		rgb(55%, 45%, 45%);
				background-color: 	rgb(95%, 90%, 90%);}
#navlistT li a:active 		{border: 1px solid 	red;
				color: 			red;
				font-weight: bold;
				padding: .4em 1em;}

.current			{color: 		rgb(55%, 45%, 45%);
				background-color: 	rgb(100%, 95%, 95%);
				font-weight: bold;}

/*			.class BUTTON			*/
.classButton  		{text-align: left;}
.classButton a:link  	{color: 		rgb(100%, 50%, 50%);
			text-decoration: none;}
.classButton a:visited 	{color: 		rgb(100%, 50%, 50%);
			text-decoration: none;}
.classButton a:hover 	{color: 		rgb(20%, 20%, 20%);}
.classButton a:active 	{color: 		rgb(100%, 10%, 10%);}






