#header {
	clear: both;
	height: 100px;
	width: 616px;
	padding: 0px 1px;
	border: 1px solid RGB(255,204,204);
	border-bottom: 2px solid #999;
	background: #fff url(images/header_01.jpg) repeat-x;
}

#content { 
	float: left;
	display: block;
	width: 616px;
	padding: 1px;
	border: 1px solid #fff;
	background: #fff url(images/logotopL.gif) no-repeat center;
}
#footer {
	float: left;
	clear: both;
	width: 616px;
	background-color: #eef;
	font-size: small;
	padding: 1px;
	border: 1px solid #fff;
	text-align: center;
}

body { 
	font-size: 1.0em;
	font-family: Verdana, "Times New Roman", times, sans-serif;
	color: #000000;
	background-color: #ccc;
	margin: 0px;
}

.page {
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #ccc;
}

a {
	color: #f33;
	text-decoration: none;
	padding-bottom: 0px;
}

h1,h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	line-height: 50%;
	font-size: 28px;
	color: #eee;
}

h2 {
	font-size: 18px;
	color: #fff;
}

a:link {
	color: #f33;
	border-bottom: 2px dotted #fcc;
}

a:visited {
	color: #966;
	border-bottom: 2px dotted #fcc;
}

a:hover {
	color: #f00;
	border-bottom: 2px solid #f99;
}

a:active {
	color: #966;
	border-bottom: 2px double #f66;
}

