/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
p { margin: 20px 0 0 0 }

/*----------------------*/

body {
	background:url(../images/bkSlice.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}
#container {
	width: 929px;
	height: 844px;
	margin: 0 auto;
	background:url(../images/background.jpg) no-repeat;
}
#mainContent {
	padding: 275px 110px 0 120px;
	color: #6684B2;
	line-height:1.5em;
}
#leftColumn {
	float: left;
	width: 325px;
	padding: 0 25px 0 0;
	margin: 0 25px 0 0;
	border-right: 1px solid #6684B2;
}
#rightColumn {
	float:left;
	width:320px;
}
#footer {
	clear:both;
	float: left;
	width:685px;
	margin: 50px 0 25px;
	padding: 5px 0;
	text-align:center;
	font-size:10px;
}

.download:link, .download visited {
	color:#6684b2;
	border:1px solid #6684b2;
	padding: 10px 10px 10px 35px;
	background:url(../images/download.png) no-repeat 5px center;
}
.download:hover {
	border: 1px solid #000066;
	color:#000066;
}
.imgBorder {
	border:1px solid #CCC;
	padding: 2px;
}
/*-----text------*/
a:link, a:visited {
	color:#6684b2;
	text-decoration:underline;
}
a:hover {
	color:#000066;
}
h1 {
	margin: 15px 0 10px;
	font-size:1.5em;
}
h2 {
	margin: 5px 0;
	font-size:1em;
	font-weight:bold;
}
ul {
	padding: 10px 0 0 25px;
}
ul li {
	list-style:square;
}
blockquote {
	margin: 10px 15px;
}
ol {
	padding: 0 0 0 25px;
}
.pjoy {
	float: right;
	padding: 0 0 0 5px;
}
td {
	padding:0 5px 20px 5px;
}
.highlight {
	padding:5px;
	background:#FFFFCC;
	border:2px dotted #ccc;
	font-size:16px;
	text-align:center;
	line-height:26px;
}
.photos {
	height:64px;
	background:url(../images/lphoto.png) no-repeat left top;
	padding:0 0 0 64px;
	margin: 0 0 20px;
	font-size:16px;
}
.comments {
	padding:5px;
	border:1px solid #eee;
}