@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color: #FFFFFF;
	background-image:url(img/headerbg.jpg);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: helvetica;
}
#wrapper{
	position:relative;
	width:900px;
	margin:auto;

}
#header{
	position:relative;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	margin:0px;
	top:0px;
	height:315px;
}
#menu{
	position:relative;
	width:560px;
	height:21px;
	left:310px;
	top:267px;
}
#container{
	position:relative;
	width:900px;
	margin:auto;
	top: 0px;
}
#frontleft{
	position:relative;
	float:left;
	width:425px;
	padding-left:5px;
	padding-right:5px;
	top:0px;
}
#frontright{
	position:relative;
	float:right;
	width:450px;
	padding:5px;
}

#maininfo{
	position:relative;
	float:left;
	width:670px;
	padding:5px;
	font-size:12px;
	line-height:16px;
}
#clientmaininfo{
	position:relative;
	float:left;
	width:600px;
	margin-left:40px;
	padding:5px;
	font-size:12px;
	line-height:16px;
}
#schedulemaininfo{
	position:relative;
	float:left;
	width:400px;
	padding:5px;
	font-size:12px;
	line-height:16px;
}
 #leftpic{
 	position:relative;
	float:left;
	width:200px;
	padding:5px;
}
 #rightpic{
 	position:relative;
	float:right;
	width:260px;
	padding:5px;
}
#bottom{
	position:relative;
	clear:both;
	margin:auto;
	width:900px;
	text-align:center;
	font-size:12px;
	color:#FF6600;
}
.textheader{
	font-size:18px;
	font-weight:bold;
	color:#C60;
	
}
.date{
	font-size:16px;
	color:#F60;	
}
.schedetails{
	font-size:13px;

	
}
a:link{
	color:#C60;
}
a:visited{
	color:#C60;
	
}