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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	line-height: 2em;
	color: #CCC;
	background-color:#056576;
	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:320px;
	text-align:center;

}

#nav	{
	background:none;
	text-align:right;
	padding:20px;
	
	
}

#content	{
	padding:20px;
	background:none;
	
}

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

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

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

.boxedcap	{
	font-size:70px;
	padding:0;
	float:left;
	margin:15px 1px 2px 0;
}
.sep	{
	background-image:url(images/separator.png);
	background-repeat:no-repeat;
	background-position:center right;
	height:1px;

}