/* $Id: index.css 25 2009-03-20 14:51:51Z osTiN $ */

html, body
{
	color: #000;
	font-family:Georgia, Times new Roman, Serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
}

h1
{
	color:#c00;
	font-family:Georgia, Times new Roman, Serif;
	font-size:24px;
	text-align:center;
}

h2
{
	font-family:Georgia, Times new Roman, Serif;
	font-size:18px;
	text-align:center;
}

a:link, a:visited
{
	color: #c00;
}


a:hover, a:active
{
	color: #1457aa;
	text-decoration: none;
}

hr
{
	border:0;
	border-top:solid 2px #ccc;
	margin:20px 0;
}

#main
{
	position:relative;
	padding:20px 0;
}

#content
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;

	border:solid 2px #ccc;

	width:546px;
	margin:0 auto;
	padding:25px;
	background:#fff;
}

#content_SL
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;

	border:solid 2px #ccc;
	border-top:0;
	
	width:600px;
	margin:0 auto;
	padding:25px;
	background:#fff;
}

#head1
{
	background-image:url(vizov/ls_head_1.jpg);
	margin-bottom:20px;
	
	height:230px;
}
#head2
{
	background-image:url(vizov/ls_head_2.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:20px;

	height:124px;
}


input.submit
{
	color:#090;
	font-weight:bold;
	font-size:120%;
}
input.reset
{
	color:#c00;
	line-height:120%;
}

#copyright
{
	font-family:Verdana,Sans-serif;
	font-size:10px;
	text-align:center;
}