/* frame */
body {
	background-color: #dfdccf;
}
	
#main {
	width: 				980px;
	margin:				0px auto;
	border:				solid 1px #888888;
	/*background-color: 	#f3776f; ---- this changes the background colour */
}

#main_wrapper {
	width: 		100%;
	height:		100%;
	position:	relative;
	top:		0px;
}

#content_bar { 
	/*background-color: 	#eece0d; */
	 background-repeat: 	no-repeat; width:				100%; 
	/*position:			absolute; */
	/*left:				0; */
	top:				325px;
	/*border:				solid 1px #e20089;*/
}


#content_wrapper {
	width: 				100%;
	height:				100%;
	position:			relative;
}

#copy_element { 
	width:				500px; 
	position: 			relative; 
	left:				100px; 
	margin-top:			16px;
	margin-bottom:		32px;
}

#copy_element_full { 
	width:				780px; 
	position: 			relative; 
	left:				100px; 
	margin-top:			16px;
	margin-bottom:		32px;
}

#right_wrapper { 
	width:				304px; 
	position:			absolute; 
	left:				675px; 
	top:				0; 
}

#right_element {
	width:				275px;
	top:				16px;  
	margin-bottom: 		16px;
	/*border:				solid 1px #e20089;*/
 }
 
 #bottom_bar {
 	width:				880px;
 	padding-left:		100px;
 	padding-top:		8px;
 	padding-bottom:		8px;
 }


/* text styles */
p, td, ul { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 18px; vertical-align: top; margin: 0; padding: 0; }
li { position: relative; left: 50px; padding-left: 10px; }

h1 { font-size: 18px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 22px; margin: 0 0 20px; padding: 0; }
h2 { font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 17px; margin: 0; padding: 0; }
h3 { font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 11px; margin: 0; padding: 0; }

hr {
	border: 0;
	/*color: #e20089;*/
	/*background-color: #e20089;*/
	height: 1px;
}

/* classes */
.para {margin: 16px 0 0}
.emphasis { color: #fff; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 20px; padding-bottom: 14px; }
.subtext { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 11px; vertical-align: top; margin: 0; padding: 0; }
.quote { color: 	#a87093; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 18px; margin-top: 16px; margin-left: 32px; }
.quote_citation { font-style: italic; padding-left: 75px; }


a.pink:link 		{color: #e171b6; text-decoration: none; }
a.pink:visited 		{color: #e171b6; text-decoration: none; }
a.pink:hover 		{color: #e20089; text-decoration: underline; }
a.pink:active 		{color: #e20089; }

a.darkpink:link 	{color: #e20089; text-decoration: none; }
a.darkpink:visited 	{color: #e20089; text-decoration: none; }
a.darkpink:hover 	{color: #e171b6; text-decoration: underline; }
a.darkpink:active 	{color: #e171b6; }

a.white:link 	{color: #ffffff; text-decoration: none; }
a.white:visited {color: #ffffff; text-decoration: none; }
a.white:hover 	{color: #ffffff; text-decoration: underline; }
a.white:active 	{color: #ffffff; }
object { margin: 0; padding: 0; }

