
#main {
	width:888px;
	margin:34px auto 20px auto;
	background: #000;
	}
	
#container {
	width:888px;
	overflow:hidden;
	}
	
#header {height:335px;width:100%;background-image:url(Img/header.jpg)}

.title{
	width: 100%;
	height: 25px;
	float: left;
	background-image:url(Img/title.gif);
	background-repeat: no-repeat;
	margin: 5px 0 10px 0;
}

#middle {
	width:808px;
	margin: 0 0 0 40px;
	height: auto !important;
	min-height:250px;
	height:250px;
	background-image: url(middle.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
	padding:0;
	}
* html #middle {height:250px;}


/**************************/
/* Admin Form Layout      */
/**************************/
.form   {
	padding:0 0 0 24px;
	width: 765px;
	}

.form .block1 {
	float:left;
	padding:0 0 0 31px;
	width: 355px;
	}
.form .block2 {
	float:right;
	width:355px;
	}

.application 
{
	padding:0px;
	width: 764px;
	margin: 0 0 0 40px;
	}


/*************************/
/* Navigation Side Menu  */
/*************************/

#navigation 
{	float: left;
	width: 181px;
	margin:0;
	}

/*************************/
/* Toplinks  */
/*************************/	
#toplinks{
}	