a
{
	text-decoration:		none
}

img
{
	border:					0
}

body
{
	background-image:		url(/images/jercbkg.png);
	background-position:	top left;
	background-repeat:		no-repeat;
}

.sidebar
{
	position:				absolute;
	left:					55px;
	top:					205px;
	width:					130px;
	height:					150px;	
}

.sidebartext
{
	font-family:			"Trebuchet MS";
	font-weight:			bold;
}

.logo
{
	position:				absolute;
	left:					40px;
	top:					40px;
	width:					160px;
	height:					160px;
}

.maintext
{
	position:				absolute;

	top:					100px;
	font-family:			Verdana;
	font-size:				13px;

	left:					235px;
	right:					5%;
}

.inlinebox
{
	position:				static;	
	margin-left:			40px;
	width:					400px;
	border-style:			solid;
	border-width:			1px;
	padding:				5px;
	background-color:		rgb(255,230,230)
}

.codesnip
{
	font-family:			Lucida Console;
	font-size:				13px;
	margin-left:			40px;
	width:					70%;
	border-style:			dashed;
	border-width:			1px;
	padding:				5px;
	background-color:		rgb(230,230,255)	
}