/* CSS Document */
.text{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;

}
p	{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}
h1{
	font-family:Tahoma;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
h2{
	font-family:Tahoma;
	font-size:13px;
	color:#FF0000;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.headerimage {
background-image:url(Images/header.jpg);
background-repeat:no-repeat;
width:745px;
height:125px;
overflow:hidden;
vertical-align:bottom;
text-align:right;
}
.clock {
background:none;
border:none;
margin-top:0px;
margin-left:4px;
margin-right:5px;
margin-bottom:0px;
padding:0px;
text-align:right;
vertical-align:bottom;
}
.clockcontainer {
margin-top:64px;
margin-bottom:20px;
}

.footer{
display:block;
}
.designsmart {
display:block;
float:left;
height:15px;
margin-left:10px;
}
.copyright {
display:block;
float:right;
height:15px;
margin-right:15px;
}