/*
Screen is 1024px wide
Vertical scrollbar is 17 px wide
IE has 2px of border at left and right so... WIDTH = 1003 (IE) or 1007 (FF)

For resetting, look at http://meyerweb.com/eric/tools/css/reset/

#777744
#888866
#999966
#ccaa77


*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, sub, sup, b, u, i, ol, ul, li, fieldset, form, label, legend, table, tr, th, td { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; }
html { overflow:-moz-scrollbars-vertical; }
img { margin:0px; padding:0px; border:0px; }
h1, h2, h3, h4, h5, h6, p { margin-top:15px; margin-bottom:10px; }
ol, ul { list-style:none; margin-left:10px;}
.clear { clear:both; }

body {
	line-height:1.2;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:90%;
	background-image:url(images/grad.jpg);
	background-color:#886;
	background-repeat:repeat-x;
}

a, a:link, a:visited, a:active { text-decoration:underline; cursor:hand; color:#fff; font-weight:bold; }
a:hover { color:#ca7; }

#menu a, #menu a:link, #menu a:visited, #menu a:active { text-decoration:none; }

#main {
	width:941px;
	padding:10px;
	color:#000;
	text-align:left;
	background-color:#fff;
}

#main a, #main a:link, #main a:visited, #main a:active {
	text-decoration:underline;
	color:#774;
	font-weight:bold;
}
#main a:hover {
	color:#ca7;
}

#footer {
	width:961px;
	text-align:right;
	margin-top:10px;
}

#main #rightColumn {
	float:right;
	width:225px;
	text-align:center;
	border-left:1px solid #ca7;
	padding-left:10px;
}

#main #leftAndCenterColumn {
	width:680px;
	min-height:230px;
}

#main p {
	margin-left:20px;
}

#main ul {
	margin-left:40px;
}

#main ul ul {
	margin-left:20px;
}

#main li {
	margin-left:20px;
}

#main #contentList div {
	height:18px;
	float:left;
	overflow:hidden;
	margin-top:2px;
	padding-left:5px;
}

#main #contentList .fieldName { width:120px; }
#main #contentList .fieldPlace { width:90px; }
#main #contentList .fieldTime { width:150px; }
#main #contentList .fieldDetails { width:300px; }
