body {
	font: 7.5pt "Monaco", "Helvetica", Arial, Verdana, sans-serif;
}

a {
	
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2 {
	font: 12pt "Univers";
	
	font-size: 24px;
	text-transform: uppercase;
	margin: 0.25em 0;
}

strong {
	font-weight: normal;
	text-transform: uppercase;
	color: #0000ff;
}

strong:before {
	content: "• ";
}

#frame {
	width: 900px;
	margin: 50px 0 0 50px;
}

#footer {
  width: 900px;
  clear: both;
}

#content {
	position: relative;
	width: 900px;
	margin-top: 25px;
}

#content .row {
  width: 300px;
  float: left;
}

#content div.box {
  background-color: #fff;
	width: 250px;
	margin: 0 50px 25px 0;
	float: left;
	border-bottom: 1px solid #000;
}

#content div.box img {
	cursor: pointer;
}

#content div.box div.wrap {
	height: 160px;
	overflow: hidden;
	margin-bottom: 10px;
}

#content div.box .indicator {
  display: none;
  color: #e00;
}

#content h2 {
	font-size: 48px;
	margin: 0 0 10px 0;
	height: 50px;
}

#content h2.active, #content h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
	height: 50px;
}

#content div#popup {
  background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 10px;
}

#navi {
	height: 100px;
}

#navi div {
	width: 250px;
	height: 100px;
	margin: 0 50px 0 0;
	float: left;
	border-bottom: 1px solid #000;
}

#content #text {
  padding: 25px 50px 0 0;
}

label {
  margin: 5px 5px 0 0;
  width: 100px;
  display: block;
  float: left;
  text-align: right;
}

form div {
  margin-bottom: 15px;
}

img.titleimage {
  margin-bottom: 10px;
}

.profile_text{
	
	margin-top: 10px;
	
}

input{
	
	width: 245px;
	
}

img {
	behavior:	url("include/pngbehavior.htc");
}