﻿@charset "utf-8";
html, body, table {
	height:100%;
} 

.Leondiv {
	width: 1024px;
}
#shadow {
	background-image: url(imgs/dropshadow.jpg);
	background-repeat: repeat-y;
	width: 1064px;
	left: 50%;
	top: 0%;
}

#topDiv
{
	width:702px;
	height:39px;
	background-image: url(imgs/topbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:30px;

}
#middleDiv
{
	width:702px;
	height:auto;
	background-image: url(imgs/repeatbox.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-left: 0px;
	margin-bottom:0px;
	padding-left: 30px;

}
#bottomDiv
{
	width:702px;
	height:35px;
	background-image: url(imgs/bottombox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:30px;
}

#leontext
{
	padding-right: 60px;	
	text-align:left;
	margin-top:0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
}

p {
	margin-top: 0px;
	margin-bottom:0px;
}

li {
	margin-top: 0px;
	margin-bottom:0px;
}
