body
{
	padding:0px;
	margin-left:-980px;
	font-family:sans-serif;
	font-size:12px;
	color:#646464;
}
div#magnus
{
	border-top:1px solid #b6b8b7;
	position:relative;
	width:980px;
	margin-left:50%;
	/*padding-left:10px;
	padding-right:10px;*/
}

div#header
{
	background:url(images/svfu_logo.png) top left no-repeat;
	height:120px;
}

div#menu_top
{
	background:#535e60;
	height:40px;
}
div#promo
{
	height:155px;
	margin-top:4px;
	/*background:url(images/promo_photo.jpg) top left no-repeat;*/
	background:#eee;
	/*display:none;*/
}
div#center
{
}
div#left
{
	width:180px;
	padding-right:10px;
	float:left;
	/*background:#fafafa;*/
}
div#content
{
	float:left;
	width:980px;
	padding-bottom:10px;
	margin-bottom:40px;
	overflow:hidden;
	/*
	width:578px;
	border-right:1px solid #eee;
	border-left:1px solid #eee;*/
}
div#right
{
	padding-left:10px;
	width:180px;
	float:left;
	/*background:#fafafa;*/
}
div#top, div#bottom
{
	clear:both;
}
div#top
{
	border-bottom:4px solid #b3b9b7;
	margin-bottom:25px;
	padding-bottom:4px;

}

div#contact
{
	background:url(images/phone.jpg) top left no-repeat;
	padding-left:35px;
}
div#contact span
{
	color:#1f9bd9;
	font-size:18px;
	font-weight:bold;
}
div#footer1
{
	border-top:1px solid #535e60;
	padding:15px 15px 15px 220px;
	font-size:10px;
}

h1
{
	color:#333;
	text-transform:uppercase;
	border:none;
	background:url(images/h1.jpg) left bottom repeat-x;
	
}
div#left h1
{
	margin-left:0px;
	background:none;
}
a
{
	color:#046295;
}
div#content p
{
	text-align:justify;
	clear:both;
}

div#content img
{
	padding:1em;
}

div#navigation
{
	font-size:11px;
}
table.table_data tr td
{
	padding:0.5em;
	border-bottom:1px solid #ccc;
}
table.table_data tr th
{
	background:#eee;
	padding:1em;
}
/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}