* {	padding: 0;
	margin: 0;
}

a img { border:none } /* Gets rid of IE's blue borders */

.clear	{clear: both}

body	{	background: url(style/images/top-bg.jpg);
			background-position: top;
			background-repeat: repeat-x;
			background-color: #000000;
}

p	{	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 15px;
}

a	{	color: #996600;
		text-decoration: none;
}

h2	{	font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 18px;
}

#page-wrap	{	width: 850px;
				margin: 0px auto;
}

#top-bar	{	background: url(style/images/top-bar-bg.jpg);
				background-position: top;
				background-repeat: no-repeat;
				width: 850px;
				height: 185px;
				padding-top: 20px;
}

#top-bar p	{	color: #FFFFFF;
}

h1#logo	{	width: 171px;
			height: 139px;
			background: url(style/images/logo.jpg);
			background-position: top left no-repeat;
			text-indent: -9999px;
			margin-left: 20px;
			float: left;
}

form#searchform	{	float: right;
					margin-right: 30px;
}

#top	{	background: url(style/images/content-top-bg.jpg);
			background-position: top;
			background-repeat: no-repeat;
			height: 27px;
			width: 850px;
}

#content	{	background: url(style/images/content-bg.jpg);
				background-repeat: repeat-y;
				padding: 0 75px 15px 85px;
}

#left-col	{	float: left;
				width: 510px;
}

#sidebar	{	float: right;
				width: 145px;
			}
			
			#sidebar ul	{	font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 12px;
							line-height: 18px;
							margin-bottom: 15px;
			}
			
#footer	{	background: url(style/images/footer-bg.jpg);
			background-position: top;
			background-repeat: no-repeat;
			width: 850px;
			height: 111px;
			text-align: center;
}

.small p	{	font-size: 11px;
}

#archives	{	list-style: none;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 22px;
				margin-top: 10px;
}
