html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	background-color: #ffffff;
	
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

.maintable
{
	width: 1000px;
	height: 100%;
}

.contenttable
{
	width: 900px;	
}

.content_logoarea
{
	width: 100%;
	height: 100px;	
}

.logotd
{
	width: 	600px;
}

.content_search_slot1
{
	width: 600px;
	height: 200px;
	background-color: #C4DF45;
	
	border-left: #ffffff solid 4px;
	border-top: #ffffff solid 4px;
	border-bottom: #ffffff solid 4px;
}

.searchtable
{
	width: 	500px;
	height: 150px;
	text-align: left;
}

.searchheader
{
	height: 50px;	
}

.searchinput
{
	height: 50px;
}

.searchinput_input
{
	width: 500px;
	height: 30px;
	font-size: 16px;
}

.searchflags
{
	height: 50px;
}

.searchsubmit
{
	height: 50px;
}

.content_search_slot2
{
	width: 300px;
	background-color: #F7F7F7;
	border: #ffffff solid 4px;
	vertical-align: middle;
	text-align: center;
	/*
	border-right: #ffffff solid 2px;
	border-top: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	*/
}

.wordlisttable
{
	width: 900px;
	/*border: #cccccc solid 1px;*/	
	border: #ffffff solid 4px;
}

.wordlistheader
{
	padding-top: 20px;
	/*padding-bottom: 10px;*/
	padding-left: 10px;	
}

.wordlist_1
{
	width: 450px;
	height: 30px;
	padding: 10px;
}

.wordlist_2
{
	width: 450px;	
	height: 30px;	
	padding: 10px;
}

.lastwords
{
	padding-top: 10px;
	padding-left: 10px;	
}

.sitebottom
{
	height: 40px;
	border-top: #ffffff solid 10px;
	background-color: #9DBB01;
	padding-left: 10px;
	vertical-align: middle;
}

.wordlistbanner
{
	padding-top: 10px;
	padding-bottom: 20px;	
	padding-left: 10px;	
}

