body, div, h1, h2, h3, img {
	margin: 0;
	padding:0;
	border:0;
	font-size:100%;
}

p {
font-family:"Trebuchet MS1", Helvetica, sans-serif;
font-size:12px;
color: #4c5c4c;
line-height: 25px;
margin: 0px 30px 0 0;
}

h1 {
margin: 10px 15px 8px 15px;
font-family:"Trebuchet MS1", Helvetica, sans-serif;
font-size:14px;
}

.tag {
font-family:"Trebuchet MS1", Helvetica, sans-serif;
font-size:24px;
font-weight: lighter;
color: #747373;
line-height: 34px;
margin: -4px 0 0 1px;
}

.redtag {
font-family:"Trebuchet MS1", Helvetica, sans-serif;
font-size:24px;
font-weight: lighter;
color: #A10300;
line-height: 34px;
margin: -4px 0 0 1px;
}

.box {
margin: 0 15px 15px 15px;
line-height: 20px;
}

:focus{
outline:0;
}

/****** Main Layout ******/
#content {
	width:960px;
	height:600px;
	margin:auto;
}
#header {
	width:960px;
	height:100px;
	float:left;
}
#left {
	width:380px;
	height:480px;
	float:left;
}
#right {
	width:580px;
	height:480px;
	float:left;
}
#footer {
	width:960px;
	height:30px;
	float:left;
}


/****** Header *******/
#logo {
	background:url(images/logo.jpg);
	width:139px;
	height:63px;
	float:left;
	margin-top:26px;
	margin-left:-3px;
	text-indent:-9999px;
}
	#logo span { display: none }
	
#menu {
	width:250px;
	height:27px;
	float:right;
	margin-top:67px;
}
a#schedule {
	background:url(images/scheduleRO.jpg);
	width:161px;
	height:27px;
	float:left;
	margin-right:6px;
	text-indent:-9999px;
}
#schedule:hover {
	background-position:-161px;
}
#view {
	background:url(images/viewRO.jpg);
	width:83px;
	height:27px;
	float:left;
	text-indent:-9999px;
}
#view:hover {
	background-position:-83px;
}
#divideTop {
	background: #d8cfcf;
	width:960px;
	height:1px;
	float:left;
}


/****** Content Left ******/
#about {
	background:url(images/about.jpg);
	width:103px;
	height:25px;
	float:left;
	margin-top:39px;
}
#key {
	/*background:url(images/yourKey.jpg);*/
	width:281px;
	height:56px;
	float:left;
	margin:31px 0 12px -2px;
}

/****** Content Right ******/
#services {
	background:url(images/services.jpg);
	width:174px;
	height:26px;
	margin-top:39px;
}
#phone {
	background:url(images/phone2.jpg);
	width:334px;
	height: 28px;
	float:right;
	margin-top: 15px;
	margin-right: -20px;
}
#email {
	width: 117px;
	height: 28px;
	float:right;
	margin-top:-15px;
	margin-right:32px;
}
#camPic {
	background:url(images/camPic.jpg);
	width:246px;
	height:179px;
	margin: 23px 0 0 -9px;
	float:left;
}
#videoBox {
	background: #f8f8f8;
	border: #E6E4E4 thin solid;
	width:334px;
	height:159px;
	margin: 19px 0 6px 0;
	float:right;
}
#pcPic {
	background:url(images/pcPic.jpg);
	width:246px;
	height:178px;
	margin: 0 0 0 -9px;
	clear:left;
	float:left;
	
}
#trialBox {
	background: #f8f8f8;
	border: #E6E4E4 thin solid;
	width:334px;
	height:161px;
	margin: 7px 0 0 0;
	float:right;
}

/****** Footer ******/
#divideBottom {
	background: #d8cfcf;
	width:960px;
	height:1px;
	float:left;
}

