* {
	padding:0;
	margin:0;
}

body {
	font-family:"Microsoft Sans Serif", Futura, Arial;
	font-size:0.75em;
	color:#000000;
}

ul.content {
	margin-left:14px;
}

a:active, a:link, a:visited {
	color:#961B1E;
	text-decoration:underline;
}

a:hover {
	color:#222222;
}

.readmore {
	font-size:0.9em;
}

.paraHeaders {
	color:#961b1e;
}

.instructorsNames {
	color:#961b1e;
	font-size:14px;
}

img {
	border:0;
}

#container {
	position:absolute;
	width:955px;
	margin-left:50%;
	left:-477.5px;

}

#logo {
	position:absolute;
	top:30px;
	left:37px;
	width:190px;
	height:50px;
	background-image:url(../images/logo/f8workshops.gif);
	display:none;
}

#menu {
	width:326px;
	height:12px;
	position:absolute;
	top:52px;
	left:464px;
}

#menu-currentWorkshops {
	position:absolute;
	left:505px;
	top : 66px;
	z-index:999;
	visibility:hidden;
	width : 286px;
}


#menu-currentWorkshops ul {
	list-style: none;
}

#menu-currentWorkshops li a {
	font-size:10px;
	color: #4D4D4D;
	text-decoration:none;
	background-color: #EEEEEE;
	display: block;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#menu-currentWorkshops a:hover {
	background-color: #D5D5D5;
	color: #BE1B0C;
	text-decoration:none;
}

#menu-pastWorkshops {
	position:absolute;
	left:643px;
	top : 66px;
	z-index:999;
	visibility:hidden;
	width : 286px;
}


#menu-pastWorkshops ul {
	list-style: none;
}

#menu-pastWorkshops li a {
	font-size:10px;
	color: #4D4D4D;
	text-decoration:none;
	background-color: #EEEEEE;
	display: block;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#menu-pastWorkshops a:hover {
	background-color: #D5D5D5;
	color: #BE1B0C;
	text-decoration:none;
}

#wrapper {
	position:absolute;
	top:100px;
	left:0px;
	width:955px;
	background-color:#F5F5F5;
	border-left-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-width:1px;
	border-right-width: 1px;
	border-top-width:1px;
	border-bottom-width: 1px;
	/*display:none;*/
}

#contentBox {
	width:768px;
	position:relative;
	left: 0px;
	top: 0px;
	background-color:#ffffff;
	border-right-color: #E0E0E0;
	border-right-style: solid;
	border-right-width: 1px;
	padding:5px;
}

#header-img {
	width:768px;
	/*height:260px;
	overflow:hidden;*/
	display:none;
}

#content {
	/*width:100%;*/
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: justify;
	background-color:#FFFFFF;	
}

#sidebar {
	position:absolute;
	top:7px;
	left:788px;
	width: 157px;
	
}

#sidebar p {
	display:block;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:10px;	
	text-align:center;
	font-size:0.85em;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #961B1E;
}
