* { margin: 0; padding: 0; outline: none; }

p, h1, h2 {
	margin-bottom: 5px;
}

BODY  {
	color: #000;
	font-size: 13px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bg.gif);
}

#wrap {
	width: 745px;
	margin: 0 auto;
}

#top {
	background-image: url(top.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	width: 745px;
	height: 69px;
}

#header {
	width: 741px;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 10px;
}

#header #logo {
	float: left;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	width: 241px;
	height: 158px;
	text-indent: -10000px;
}

#header #text {
	float: left;
	margin-left: 20px;
	margin-top: 17px;
	border: 0px solid blue;
	width: 420px;
	text-align: justify;
}
	

#bottom {
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	width: 745px;
	height: 29px;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
}

#container {
	margin-left: 1px;
	width: 741px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
}

#menu {
	width: 165px;
	float: left;
	padding-left: 10px;
	background-color: #f8e6f2;
}

#contents {
	width: 550px;
	float: left;
	padding-left: 10px;
}

.clear {
	clear: both;
}

ul {
	list-style-type: none;
	margin-left: 10px;
}

li {
	margin-bottom: 5px;
}

a {
	color: #df0d9c;
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
}

#keywords {
	text-indent: -100000px;
