@charset "utf-8";
body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#F5F5F5;
	color:#666;
}
h1
{
	font-size:1.2em;
	color:#09C;
	
}
h2
{
	font-size: 1em;
	color:#999;
	font-style: italic;
	margin:0;
	padding:0;
}
h3
{
	font-size: 0.8em;
	color:#09C;
	font-style: italic;
}
a
{
	text-decoration:none;
	color:#999;
}
a:hover
{
	color:#F60;
	font-size: 1.1em;
}
p
{
	text-indent: 1em;
	text-align:justify;
}
p span
{
	font-style:italic;
}
#box
{
	min-width: 800px;
	margin: 2em 0 0 2em;
}
#header
{
	width: 100%;
	height: 100px;
}
#menu
{
	height: 2em;
	font-size: 1em;
	line-height: 2em;
	margin: 1em 0 2em 0;
}
#menu ul li
{
	display:inline;
}
#wifi
{
	font-size: 0.9em;
	text-align:justify;
	font-style:italic;
	color:#666666;
}
#wifi img
{
	float:left;
}

#content
{
	margin-top: 2em;
	margin-left: 135px;
	margin-right: 10%;
}
.activ
{
	font-size: 1.3em;
	color: #09c;
}
.imgl
{
	float:left;
	margin-right: 0.5em;
	border: 5px solid #09c;
}
.img
{
	margin-right: 0.5em;
	border: 5px solid #09c;
}
.imgr
{
	float:right;
	margin-left: 0.5em;
	border: 5px solid #09c;
}
.videl
{
	font-size: 0.9em;
	font-style:italic;
	color:#09c;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #09c;
	border-left-color: #09c;
	padding: 5px;
}
.clear
{
	clear:both;
}
.cont
{
	font-size:2.2em;
	text-align:center;
}
.tel
{
	font-size: 3em;
	text-align:center;
}