/* CSS Document */

body,html
{
	height:100%;
	width:100%;
	background-color:#009900;
}

#container
{
	width:760px;
	height:590px;
	background-color:#FFFF99;
	margin:auto;
	border:#FFFFFF solid 10px;
	border-left:none;
	border-top:none;
}

#menu
{
	width:760px;
	height:30px;
	background-color:#FFFF99;
	border:#FFFFFF solid 10px;
	border-right:none;
	/*background-image:url(image/menu.jpg);*/
	
}

#contact
{
	width:140px;
	height:550px;
	background-color:#FFFF99;
	border:#FFFFFF solid 10px;
	border-top:none;
	border-bottom:none;
	border-right:none;
}

#contact2
{
	width:130px;
	height:540px;
	background-color:#FFFFFF;
	border:#FFFFFF solid 10px;
	background-image:
	border-top:none;
	border-bottom:none;
}

#content
{
	height:540px;
	width:590px;
	background-color:#ffff99;
	float:right;
	overflow:auto;
	
}

#content1
{
	height:540px;
	width:590px;
	background-color:#ffff99;
	float:right;
	overflow:auto;
	overflow:auto;
	
}

font
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a
{
	color:#009900;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:none;
	font-size:20px;
}

