﻿body
{	
	text-align:center;
}

#wrapper
{
	width: 780px;
	
}

#header
{
	height: 170px;
	background-image: url(Images/NSE.gif);
	font-size: 1em;
	color: #800080;
	background-repeat: no-repeat;
	border-bottom: #0000cc thick solid;
}
#leftside
{
	width:75px;
	height:500px;
	float:left;
	padding:5px;
}
#content
{
	width:630px;
	padding:20px;
	text-align:left;
	
}
.eventtitle
{
	font-size: 1.2em;
	color: maroon;
	font-family: 'Arial Black' , Arial;
}

.pagetitle
{
	font-size:2.0em;
	color: maroon;
}
.tablecontent
{
	font-size: 1.3em;
	padding-left:15px;
}
