@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* Header */
div#header {
	width:100%;
	height:80px;
	background: #FFFFFF url(title.gif) no-repeat left top;
	text-indent: -10000px;
}

#logo {
	display:block;
	width:230px;
	height:80px;
	text-decoration:none;
	border: 0px none #FFFFFF;
}
/* Header END */


/* Footer */
#footer {
	clear: both;
	background: #66CC66;
	width: 757px;
	border-top: 1px dotted #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

#footer a {
	text-decoration:none;
}

div.otherslink {
	margin-left:20px;
}

.otherslink li {
	list-style:none;
	display:inline;
	margin-left:10px;
}

.copyright p {
	text-align:right;
	line-height:1.2em;
}

/* Footer END */
