* {	margin:0;padding:0;}

Body {
	color:#000000;
	font:1em/1em Tahoma,Verdana,sans-serif;
	background-color:#818E90;
	}

a {
	text-decoration:none;
	font-weight:bold;
	border-bottom: #000000 1px solid;
	}
a:link {
	color: #007890;
	border-color: #909090;
	}
a:visited {
	color: #444444;
	border-color: #909090;
	}
a:hover {
	border-color: #E26D97;
	}
a:active {
	color: #E26D97;
	border: 0;
	}

h1 {
	width: 450px;
	height: 275px;
	background:url(pig-header.jpg) right top no-repeat;
	text-indent: -9999px;
	}
h2 {
	font-size: 0.875em;
	}

p {
	font-size: 0.8125em;
	line-height: 1.5384em;
	padding: 0.5385em 0 0 0;
	}
ul {
	font-size: 0.8125em;
	line-height: 1.5384em;
	list-style: circle outside;
	margin: 0 0 0 1em;
	padding-top: 0.5385em;
	}

#center {
	width: 450px;
	margin: 20px auto;
	text-align:center;
	}
#content {
	width: 450px;
	text-align:left;
	}
#content div {
	margin: 0 0 1.375em;
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #555555 #000000 #000000 #555555;
	padding: 15px;
	}
#content div#intro {
	width: 418px;
	}
#content div div {
	border:0;
	margin:0;
	padding:0;
	}
#content div div#sites, #content div div#etc {
	width: 288px;
	}

img#site {
	float: left;
	padding: 30px 0 0 15px;
	}
img#exit {
	float: right;
	padding: 0 15px 0;
	}

.floatL {
	float:left;}
.floatR {
	float:right;}
.clear {
	clear:both;
	height:1px;
	}