body
{
	background-color: #E1E1E1;
	padding:0px;
	margin:0px;
	font-family: 'Arial', arial, monospace;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color:#666666;
}
img
{
	border: 0px;
}
p
{
	font-family: 'Arial', arial, monospace;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
h1
{
	color: #000000;
	font-family: 'Arial', arial, monospace;
	font-size: 19px;
	font-weight: strong;
	font-style: normal;
}
h2
{
	color: #5E1B00;
	font-family: 'Arial', arial, monospace;
	font-size: 12px;
	font-weight: strong;
	font-style: normal;
}
#wrapper
{
	background-color: #E1E1E1;
	valign: middle;
	border-width: 1px;
	border-color: #000000;
	width:680px;
	height:500px;
	margin:0px;
	padding:0px;
	border:0px;
}
#top
{
	background-image: url(images/top.jpg);
	background-position: 0% 0%; 
	position: relative;
	top: 0px;
	float: left;
	width: 100%;
	height: 10px;
	margin:0px;
	padding:0px;
	border:0px;
	z-index: 1;
}
#topleft
{
	background-image: url(images/topleft.jpg);
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	margin:0px;
	padding:0px;
	z-index: 2;
}
#topright
{
	background-image: url(images/topright.jpg);
	position: relative;
	float: right;
	top: 0px;
	right: 10px;
	width: 10px;
	height: 10px;
	margin:0px;
	padding:0px;
	z-index: 2;
}
#left
{
	background-image: url(images/left.jpg);
	position: relative;
	margin-left: 0px;
	float: left;
	width: 10px;
	height: 100%;
	margin:0px;
	padding:0px;
	border:0px;
}
#right
{
	background-image: url(images/right.jpg);
	position: relative;
	right: 0px;
	float: left;
	width: 10px;
	height: 100%;
	margin:0px;
	padding:0px;
	border:0px;
}
#bot
{
	background-image: url(images/bot.jpg);
	position: relative;
	float: left;
	bottom: 10px;
	width: 100%;
	height: 10px;
	margin:0px;
	padding:0px;
	border:0px;
	z-index: 1;
}
#botleft
{
	background-image: url(images/botleft.jpg);
	position: relative;
	float: left;
	bottom: 10px;
	left: 0px;
	width: 10px;
	height: 10px;
	margin:0px;
	padding:0px;
	z-index: 2;
}
#botright
{
	background-image: url(images/botright.jpg);
	position: relative;
	float: right;
	bottom: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	margin:0px;
	padding:0px;
	z-index: 2;
}
#title
{
	position: relative;
	top: 0px;
	float: left;
	width: 100%;
	height: 87px;
	border:1px;
	text-align: left;
	padding: 10px;
	padding-left: 30px;
}
#main
{
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%; 
	float: left;
	filter:alpha(opacity=70)
	margin-left:0px;
	margin-right:0px;
	width: 660px;
	height: 100%;
	margin:0px;
	padding:0px;
}
#content
{
	background-color: #FFFFFF;
	opacity:.80;
	float:left;
	width: 400px;
	overflow:auto;
	position: relative;
	top: 40px;
	left: 120px;
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 3px;
	font-size: 12px;
	padding: 4px;
	margin: 6px;
	color: #333333;
	text-align: left;
}
