/* Containing Boxes */

body
	{
	background-color: #000000;
	background-image:url('../images/bg/black-blue.jpg');
	background-repeat:repeat-x;
	background-position:top right;
	font-family: garamond,san-serif;
	color: #000000;
	}

div.border
	{
	width: 742px;
	background-color: #ffffff;
	border: 3px solid #000000;
	padding: 3px 3px 3px 3px;
	}

div.container
	{
	border: 1px solid #000000;
	padding: 0px 10px 10px 10px;
	background: #ffffff url('../images/bg/otherlands-sky.jpg') no-repeat top center;
	text-align: left;
	}

div.left
	{
	width: 160px;
	background: transparent url('../images/bg/design.jpg') no-repeat scroll 50% 120px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	text-align: center;
	float: left;
	}

div.links
	{
	margin: 0px 0px 10px 0px;
	text-align: center;
	padding: 5px;
	font-size: 15px;
	font-variant: small-caps;
	}

div.content
	{
	background: transparent url('../images/feather-ghost.jpg') no-repeat scroll top center;
	margin: 135px 20px 5px 200px;
	padding: 4px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	}

div.footer
	{
	background-color: transparent;
	padding: 8px;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: center;
	}

div.buy
	{
	width: 700px;
	padding: 4px;
	}


/* Text */

p
	{
	text-indent: 20px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	}

p.block
	{
	text-indent: 0px;
	margin: 0px 0px 18px 0px;
	color: #000000;
	}

p.right
	{
	float: right;
	}

span.order
	{
	font-size: 16px;
	font-variant: small-caps;
	}

span.left
	{
	margin-top: 5px;
	font-size: 16px;
	font-variant: small-caps;
	}

span.featured
	{
	font-size: 18px;
	font-variant: small-caps;
	margin-left: 10px;
	}

ul.news
	{
	list-style: outside url('../images/diamond.jpg')
	}

li
	{
	margin: 0px 0px 10px 0px;
	}

span.links
	{
	font-size: 19px;
	font-variant: small-caps;
	}

span.title
	{
	font-weight: bold;
	font-size: 20px;
	}

span.pagetitle
	{
	font-size: 25px;
	font-variant: small-caps;
        	text-decoration:underline;
	}

span.letter
	{
	font-family: garamond;
	font-size: 30pt;
	letter-spacing: -3px;
	line-height: 28.8px;
	}

span.date
	{
	font-size: 15px;
	color: 000000;
	font-weight: bold;
	}

ul
	{
	font-size: 14px;
	}

img.arrow
	{
	margin: 4px 0px 4px 0px;
	}

span.signature
	{
	float: right;
	}

span.rights
	{
	font-size: 14px;
	}

a:link
	{
	color:#275472;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
a:visited
	{
	color:#275472;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
a:hover
	{
	color:#000000;
	font-style:normal;
	font-weight:normal;
        	text-decoration:underline;
	}

