html, body{
    height: 100%;
    margin: 0px;
}
body {
	font-family: Arial;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    min-width: 1000px;
	color: #545454;
	background:url(images/bg.gif) repeat;
}
table tr, td, div{
    font-family: Arial;
    font-size: 12px;
    color: #545454;
    line-height: 1.5;
}
a{
	color: #4c76a4;
    text-decoration: none;
}
a:hover {
	color: #4c76a4;
    text-decoration: underline;
}
a:focus{
    outline: none;
}

.top_center{background:url(images/fon_top.gif) no-repeat top center;
}
.bot_center{ background:url(images/fon_bot.gif) no-repeat top center ;
}
.left_fon{ background:url(images/fon_left.gif) no-repeat top right ;
}
.center{
    padding: 40px 30px 30px 30px;
	background:url(images/flower.gif) no-repeat right top #FFFFFF;
}
h1{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #bf0046;
}
h2{
    font-size: 14px;
    padding: 0;
    margin: 0;
	color: #bf0046;
	
}
.logo{
	background:url(images/line_logo.gif)  no-repeat bottom left;
	height:50px;
	margin-bottom:30px;
}
.tel{
    font-family: Georgia;
    font-size: 18px;
	color: #bf0046;
}
.proj{
	background:url(images/proj_bg.gif)  repeat-y left;
	padding-top:10px;
	}
