
body,
html {
	font-family: 'Verdana';	
	font-size: 10pt;
	margin:0;
	padding:0;
	color:#000;
	background-image:url('/images/Rose_Flower.jpg');
/*	background: #a7a09a;   a grey color */
}
#wrap {
	height: 10px;
	width:760px;
	margin:0 auto;
	background: #d85989; 
	display: table;
}
#header {
   	padding: 0px;
        margin: 0px;
	background-color: pink;
}
h1 {
	margin: 0;
/*
	font-family: helvetica, arial; 
*/
	font-family: 'Comic Sans MS';	
	font-size: 30pt;
	color: white;
}


#navigation
{
	width: 100%;
	float: left;
	background: #000;
        margin: 0;
        padding: 0;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial; 
	font-size: 12pt;
	font-style: italic;
	color: white;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
}

#navigation li a:hover { background: white; color: black }

#fullmain {
	width: 750px;
	height: 500px;
	padding: 10px;
	background-color: white;
	overflow: auto;
}

#main {
	float:left;
	width: 370px;
	height:200px;
	padding: 10px;
	background-color: white;
	overflow: auto;
}
h2 {
}

#sidebar {
	float:right;
	width: 340px;
	height:200px;
	padding:10px;
	background-color: white;
	overflow: auto;
}

#mediummain {
	float:left;
	width: 370px;
	height:400px;
	padding: 10px;
	background-color: white;
	overflow: auto;
}
#mediumsidebar {
	float:right;
	width: 340px;
	height:400px;
	padding:10px;
	background-color: white;
	overflow: auto;
}

#tallmain {
	float:left;
	width: 370px;
	height:470px;
	padding: 10px;
	background-color: white;
}
#tallsidebar {
	float:right;
	width: 340px;
	height:470px;
	padding:10px;
	background-color: white;
	overflow: auto;
}


#column1 {
	float:left;
	width: 370px;
	padding: 10px;
	background-color: white;
	overflow: auto;
}
#column2 {
	float:right;
	width: 340px;
	padding:10px;
	background-color: white;
	overflow: auto;
}





#toppanel {
	clear:both;
        height: 240px;
	padding:5px 2px 2px 10px;
	background: white;
	display: table;
	width: 748px;
}
#toppanel p {
	margin:0;
}
* html #toppanel {
	height:200px;
}


#bottompanel {
	clear:both;
        height: 240px;
	padding:5px 2px;
	background: #99c; /*  lilac */
	display: table;
	width: 756px;
}
#bottompanel p {
	margin:0;
}
* html #bottompanel {
	height:200px;
}





.contacts {
  border: solid purple 1px;
  padding: 2px 5px 2px 5px;
}


.calcolumn {
  float: left;
  height: 20px;
  width: 80px;
  background: #bbe; /*  lilac */
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 4px;
  padding-top: 3px;
  text-align: center;
}



.calday {
  float: left;
  height: 190px;
  width: 80px;
  background-color: white;
  margin-left: 3px;
  margin-bottom: 4px;
  font-size: 10px;
}

.caltime {
  display: table;
  margin: 0 auto;
}


.calendar {
  display: table;
}

.rotated90 {
    /* CSS3 then proprietary code */
    rotation: 90deg;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


.timeline_td {
  border-color: red;
  padding-bottom: 5px;
}


