/* CSS Document */
html
{
	overflow: scroll;
}
body
{
	background-color: #c0bfbb;	
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	background-image: url(images/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#wrapper
{
	width: 700px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
#flash
{
	width: 700px;
	height: 300px;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
}
#contact
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0c1260;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	text-align: left;
}
#contact .title
{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	color: #d50c06;
}
#contact .data
{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
#contact #right
{
	text-align: left;
	width: 50%;
	float: right;
}
#contact #left
{
	text-align: left;
	width: 50%;
	float: left;
}
.clear
{
	margin: 0px;
	height: 1px;
	font-size: 1px;
	clear: both;
	line-height: 0px;
	overflow: hidden;
}

