p
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

h1
{
	font-family: Verdana, sans-serif;
	font-weight:normal;
	color: #ff0000;
	font-size: 16px;
	line-height: 1.7;
}

h2
{
	font-family: Verdana, sans-serif;
	font-weight:bold;
	color: #ff0000;
	font-size: 12px;
	line-height: 1.7;
}

h3
{
	font-family: Verdana, sans-serif;
	font-weight:normal;
	color: #ff0000;
	font-size: 9px;
	line-height: 1.7;
}

h4
{
	font-family: Verdana, sans-serif;
	font-weight:bold;
	color: #ff0000;
	font-size: 9px;
	line-height: 1.2;
}



body
{
	background: #ffffff  ;
}

a:link
{
	color: #ffffff;
	text-decoration: none

}

a:visited
{
	color: #efe94c;
	text-decoration: none
}

a:focus 
{
outline: 0;
}

#wrapper
{
	width: 800px;
	height: 600px;
	margin: auto;
	margin-top:20px;
	border: solid 1px;
}

#wrapper2
{
	width: 800px;
	height: 900px;
	margin: auto;
	margin-top:20px;
	border: solid 1px;
}


#header
{
	width: 800px;
	height: 184px;
	border: solid 0px;
	
}

	

#menu
{
	width: 208px;
	height: 400px;
	float: left;
	border: solid 0px;
	background-color: #ffffff;
}



#middle
{
	width: 800px;
	height: 416px;
	background-color: #ffffff;
	border: solid 0px;
}

	
#txt
{
	width: 550px;
	height: 400px;
	padding: 10px;
	float: left;
	border: solid 0px;
}



