<!--

/* shiloh pepin css script */

/* globals */

html { width: 100%; height: 100%; background: #fff; }

body {
	margin: 25px auto 25px auto;
	padding: 0;
	width: 960px;
	color: #000;
	background: #4fdcff;
	font-family: Verdana, "Geneva", Tahoma, sans-serif;
	font-size: 1.2em;
}

a, a:active, a:hover, a:visited {
	text-decoration: underline;
	color: #000;
}

p {
	padding: 10px 10px 10px 10px;
	margin: 0;
	display: block;
}

h2 {
	font-size: 150%;
	padding: 0 10px 0 10px;
	margin: 0;
}

h3 {
	font-size: 110%;
	padding: 0 10px 0 10px;
	margin: 0;
}

ul, ul li {
	list-style-type: bullet;
	margin: 0;
	padding: 0 10px 0 20px;
}

/* corners */

.bottom div {
	background: url("/_images/bottomleft.gif") bottom left no-repeat;
	width: 100%;
	height: 11px;
}

.bottom {
	background: url("/_images/bottomright.gif") bottom right no-repeat;
	width: 100%;
	height: 11px;
}

.top div {
	background: url("/_images/topleft.gif") top left no-repeat;
	width: 100%;
	height: 11px;
}

.top {
	background: url("/_images/topright.gif") top right no-repeat;
	width: 100%;
	height: 11px;
}

.bottom2 div {
	background: url("/_images/bottomleft2.gif") bottom left no-repeat;
	width: 100%;
	height: 11px;
}

.bottom2 {
	background: url("/_images/bottomright2.gif") bottom right no-repeat;
	width: 100%;
	height: 11px;
}

.top2 div {
	background: url("/_images/topleft2.gif") top left no-repeat;
	width: 100%;
	height: 11px;
}

.top2 {
	background: url("/_images/topright2.gif") top right no-repeat;
	width: 100%;
	height: 11px;
}

/* split */

#left {
	float: left;
	width: 300px;
	display: block;
	height: 100%;
	padding: 0;
	margin: 10px 10px 10px 10px;
	background: #4fdcff;
	font-size: 70%;
}

#right {
	float: right;
	width: 600px;
	display: block;
	height: 100%;
	padding: 0;
	margin: 10px 10px 10px 10px;
	background: #80e6ff;
}

/* fix */

div.clear {
	width: 100%;
	clear: both;
}

-->