@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa'), local('Comfortaa-Regular'), url('/theme/Comfortaa.woff') format('woff');
}

@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url('/theme/Pontano.woff') format('woff');
}


body{
	margin:0px;
	padding-top:3px;
	border-top:5px solid #999;
	background-color:#EDECEC;
	font-family: 'Pontano Sans', 'Comfortaa', cursive;
	font-size:14px;
	color:#333333;
}


a{
	font-family: 'Pontano Sans', 'Comfortaa', cursive;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}

a:hover{	border-bottom:1px dotted #999; }

h1{ font-size:22px; color:#689FAA; }
p{ font-size:14px;}


#content{
	margin:0 auto;
	padding:20px;
	width:960px;
}



#content #logo{
	float:left;
	height:120px;
}

#content #logo #title{
	font-size:30px;
}

#content #logo #title_2{
	color:#787878;
}





#content #menu{
	float:right;
}

#content #menu ul{
	list-style: none outside none;
}

#content #menu ul li{
	display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#content #menu ul li a{
	margin:0px 8px;
	font-size:16px;
}



.clear{
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
.line{
	border-top: 1px dashed #DBDBDB;
	margin:50px 60px;
}

