/* CSS Document

light purple #A47BA5
dark purple #854085
pink #F14167

 */

body {
	margin:0 auto;
	color:#A47BA5;
	font-family:"Century Gothic";
	}
	
h2 {
	color:#854085;}

p {
	color:#A47BA5;
	font-family:"Century Gothic";
	padding-left:5px;}
	
	
a, a:visited {
	color:#F14167;
	}
	
ul {
	color:#854085;
	font-family:"Century Gothic";
}
	
.showtitle {
	font-weight:bold;
	color:#854985;
	font-size:20px;
	text-transform:uppercase;}
.credits{
	font-weight:bold;}
	
#pagewrap {
	background-image:url(images/new/lavie3.png);
	background-repeat:no-repeat;
	width: 872px;
	min-height:700px;
	padding-top:150px;
	padding-left:40px;
	}
	
#nav {
	width:162px;
	float:left;
	padding-top:60px;
	overflow:hidden;
	text-align:right;
	}
	
	#nav ul {
		list-style:none;
		}
		#nav li{
			list-style:none;
			padding:15px 0 15px 0;}
	
#pagename {
	float:right;
	}

		
	#yeltop {
		width:572px;
		height:66px;
		background-image:url(images/new/yeltop.png);
		overflow:hidden;
		padding-right:130px;
		background-repeat:no-repeat;
		float:right;
		}
		
		#yeltop h2 {
			padding-top:10px;}
		
	#yelmid {
		width:650px;
		min-height:100px;
		background-image:url(images/new/yelmid.png);
		overflow:hidden;
		padding-right:52px;
		background-repeat:repeat-y;
		float:right;}
		
	#yelbtm {
		background-image:url(images/new/yelbtm.png);		
		padding-right:130px;
		width:572px;
		height:66px;
		overflow:hidden;
		background-repeat:no-repeat;
		float:right;
		}
