body {
	margin:0;
	width:100%;
}

div#cornertopleft, div#cornertopright, div#cornerbottomleft, div#cornerbottomright, div#corneritopleft, div#corneritopright, div#corneribottomleft, div#corneribottomright {
	width:25px;
	height:25px;
	background:#fff;
}

div#cornertopleft {
	position:absolute;
	background-image:url(/images/curve-topleft.gif);
	top:0px;
	left:0px;
}
div#cornertopright {
	position:absolute;
	background-image:url(/images/curve-topright.gif);
	top:0px;
	right:0px;
}
div#cornerbottomleft {
	position:absolute;
	background-image:url(/images/curve-bottomleft.gif);
	bottom:0px;
	left:0px;
}
div#cornerbottomright {
	position:absolute;
	background-image:url(/images/curve-bottomright.gif);
	right:0px;
	bottom:0px;
}

div#corneritopleft {
	position:absolute;
	background-image:url(/images/curve-reversed-topleft.gif);
	top:0px;
	left:100%;
}
div#corneritopright {
	position:absolute;
	background-image:url(/images/curve-reversed-topright.gif);
	top:0px;
	right:100%;
}
div#corneribottomright {
	position:absolute;
	background-image:url(/images/curve-reversed-bottomright.gif);
	bottom:0px;
	right:100%;
}

div#splash {
	height:100px;
	background-color:#666699;
	position:absolute;
	top:15px;
	left:165px;
	color:#FFFFFF;
	min-width:540px;
	max-width:1000px;
}

div#text {
	margin:16px 0px 16px 65px;
	white-space:nowrap;
}
div#splash div#text h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	margin:0;
}
div#splash div#text h3 {
	font-family:Courier New, Courier, mono;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	margin:0;
}
div#splash div#text h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	font-style:italic;
	margin:0;
}

div#sidebar {
	width:200px;
	height:210px;
	background-color:#666699;
	float:left;
	position:absolute;
	top:115px;
	left:15px;
}

div#lsidebar {
	width:150px;
	height:200px;
	float:left;
	position:absolute;
	top:350px;
	left:15px;
}

div#sidebar div#menu a {
	width:100%;
	display:block;
	position:relative;
	left:0px;
	top:25px;
	padding-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	text-decoration:none;
	color:#fff;
}
div#sidebar div#menu a:hover {
	background:#fff;
	color:#000;
}

div#spike {
	width:50px;
	min-height:300px;
	height:auto;
	background-color:#666699;
	float:left;
	position:relative;
	top:325px;
	left:165px;
}

div#body {
	height:100%;
	position:absolute;
	top:115px;
	left:215px;
	margin:15px 15px 15px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	max-width:600px;
}

div#body h1 {
	font-size:22px;
	font-weight:bold;
}

div#body h2 {
	font-size:18px;
	font-weight:bold;
}
