@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	line-height: 2em;
	color: #CCC;
	background-color:#666;
	background-attachment: fixed;
	background-image: url(images/bgstripe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

#wrap	{
	width:1000px;
	margin:0 auto;
}

#header		{
	height:300px;
	text-align:center;
	margin-top:30px;

}

#nav	{
	background:#000;
	text-align:right;
	font-weight:bold;
	padding:20px;
	border-left:5px solid #CCC;
	border-right:5px solid #CCC;
	
	
}

#nav a	{
	color:#FFF;
	padding:2px;
	font-weight:bold;
}

#nav a:hover	{
	color:#000;
	background-image:url(images/smallstripe.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
}

#content	{
	padding:20px;
	background:#000;
	background-image:url(images/contentstripe.jpg);
	background-repeat:repeat-x;
	border-left:5px solid #CCC;
	border-right:5px solid #CCC;
}

#footer	{
	
	background:#000;
	background-image:url(images/flwrcorner.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:center;
	border-top:1px solid #666;
	border-left:5px solid #CCC;
	border-right:5px solid #CCC;
	border-bottom:5px solid #CCC;
	
}

.rcol	{
	float:right;
	margin-right:50px;
	padding:20px;
	border:1px solid #ccc;
	text-align:center;
}

a {
	color:#CCC;
	text-decoration:underline;
}

#navtext	{
	float:left;
	font-weight:normal;
	line-height:1em;
	text-align:center;
}

#gallerythumb	{
	float:right;
	font-size:10px;
	line-height:1.25em;
	text-align:center;
	margin-right:50px;
	padding:20px;
	border:5px solid #ccc;
}