@charset "utf-8";
/* CSS Document */

*	{
	padding:0;
	margin:0;
}

html	{

	background-image:url(images/strip.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	line-height: 2em;
	color: #CCC;
	
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

#wrap	{
	width:1000px;
	margin:0 auto;
}

#header		{
	height:246px;
	text-align:center;

}

#nav	{
	background:#faf2e8;
	text-align:right;
	padding:20px;
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#5B3B7A;
	border-bottom:2px solid #7A4928;
	
	
}

#nav a	{
	color:#5B3B7A;
	text-decoration:none;
	font-weight:bold;
}

#content	{
	padding:20px;
	background:#faf2e8;
	background-image:url(images/girl.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#5B3B7A;
	clear:both;
	
}

#footer	{
	color:#5B3B7A;
	font-size:.85em;
	line-height:1.3em;
	background:#faf2e8;
	background-image:url(images/footbg.jpg);
	background-position:bottom left;
	background-color:#faf2e8;
	background-repeat:no-repeat;
	text-align:center;
	border-top:1px solid #666;
	padding:20px 0 0 0;
	clear:both;
	
	
}

.rcol	{
	width:200px;
	height:550px;
	float:right;
	margin-right:50px;
	padding:20px;
	text-align:center;
}

a {
	color:#CCC;
	text-decoration:underline;
}

ul	{
	margin:0 0 0 150px;
}

.pix	{
	clear:both;
	
	
	text-align:center;
	padding:20px;
}