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

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align: center;
	margin: 0 auto;
	width: 800px;
	/*min-width:840px;for netscape browsers*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	background-color: #000;
	color: black;
	background: url(../images/layout/background.jpg) left top repeat-x;
}

#Container
{
	float: left;
	width: 800px;
	text-align: left; /* Counteract to IE5/Win Hack */
	background-color:#FFF;
}

#Header
{
	float: left;
	width: 790px;
	height: 50px;
	text-align: left;
	font-size: 45px;
	font-style:italic;
	font-weight: 100;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-left: 10px;
}

#Content
{
	float: left;
	width: 800px;
	padding-bottom: 20px;
	background-color:#FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#Footer
{
	float: left;
	width: 980px;
	height: 306px;
	color: black;
	background: url(../images/layout/footer-back.jpg) left top no-repeat;
}

#Copyright
{
	float: left;
	width: 800px;
	color: black;
	text-align: center;
	padding-left: 0px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.SingleColumn
{
	float: left;
	width: 650px;
	text-align: left;
	padding-top: 50px;
	margin-left: 85px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}

.SingleColumn li
{
	text-indent:-50px;
	padding-left: 40px;
	list-style: none;
	padding-bottom: 12px;
}

.NarrowColumn
{
	float: left;
	width: 650px;
	margin-left: 85px;
	margin-right: 0px;
}

.NarrowColumn img
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.RightImage
{
	float: right;
}

