﻿/*	Layout StudioDay	*/

#header
{
	display: none;
}

#top
{
	margin-top: 24px;
}

.content
{
	margin: 0;
	padding: 0;
	width: 485px;
	border-right: 1px dotted #ccc;
	overflow: auto;
	float: right;
}

.content div
{
  float: right;
  padding-right: 50px;
}

.content div p
{
	text-align: center;
}

.abstract
{
	margin: 0;
	padding: 0;
	width: 485px;
	overflow: auto;
}

.abstract div
{
  float: left;
  padding-left: 50px;
}

.abstract div p
{
	text-align: center;
}

.title
{
	display: none;
}

.button
{
  border: 1px solid #ccc;
  background-color: #eee;
  display: inline-block;
  /*background: url("/img/button.png");*/
  text-align: center;
  width: 100%;
}

a .button
{
  color: Black;
  font-weight: bold;
}

