@charset "utf-8";
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {
	border: 0;
}

#wrapper {
	position: relative;
	margin: auto;
	width: 780px;
	padding: 0;
	text-align: center;
}

#border {
	width: 100%;
	height: 1100px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #C03;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #C03;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C03;

}

#logo {
	position: absolute;
	top: -1px;
	left: 0px;
	width: 780px;
}
#menu {
	position: absolute;
	top: 168px;
	left: 0px;
	width: 780px;
}
#content {
	position: absolute;
	padding: 5px;
	top: 571px;
	left: 0px;
	width: 770px;
	text-align:left;
}
#lowerlinks {
	position: absolute;
	top: 992px;
	left: 0px;
	width: 780px;
	height: 150px;
}

	
table, td
{
    border-color: #CCC;
    border-style: solid;
}

#homemenu {
	position:absolute;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	width:778px;
	left: 3px;
	top: 192px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#homemenu td
{
    margin: 0;
	width: 25%;
    padding: 2px;
    border-width: 1px 1px 0 0;
	text-align: center;
	height: 15px;
}


h1 {
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear {clear: both;
}
