body
{
text-align: center;
margin: 0;
padding: 0;
width: 100%;
background-color: #454545;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #333;
}
#container
{
margin-left: auto;
margin-right: auto;
width: 1024px;
text-align: left;
background-image: url(images/back.gif);
background-position: center;
}
#bottom
{
	background-image: url(images/bottom.gif);
	width: 1024px;
	height: 63px;
}
#logo{
	background-image: url(images/rose_up.jpg);
	width: 947px;
	height: 197px;
	margin-left: 7px;
}
#menu{
	position: relative;
	margin-left: 675px;
}
ul{
	list-style-type: none;
	text-align: left;
	margin: 0px;
   padding: 0px;
}
li{
	float: left;
}
ul.a{
	list-style-type: circle;
}
li.a{
	float: none;
	margin-right: 20px; 
}
#inside{
	margin-left : 35px;
}
#left-menu{
	margin: 5px;
	padding: 0;
}
a{
	text-decoration: none;
	color: #444;
}
.left
{
LETTER-SPACING: 0.04em; 
LINE-HEIGHT: 1.9em; 
FONT-SIZE: 12px; 
cursor:hand;
vertical-align:middle;
padding: 4px;
width: 190px;
height: 20px;
border-left: solid 1px #eeeeee;
border-top: solid 1px #ffffff;
border-right: solid 1px #eeeeee;
border-bottom: solid 1px #dfdfdf;
background-color: #ffffff;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FBFEFF' ,endColorStr= '#EAF8FF' ,gradientType= '0' );
}
a:hover{
	text-decoration: underline;
	color: #800;
}
h2{
font-weight:normal;
font-size:18px;margin-top:20px;
}
#content{
	float: left;
}
.fleft{
	float: left;
	padding: 0px;
}
.text{
	font-size:12px;
}
#contact{
	font-size: 12px;
}
.form, .frmsub{
	color: #333; 
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	vertical-align: middle;
	border: 1px solid #ccc;
	padding:3px;
	color: #444;
	background-color: #F8F8F8;	
	width: 300px;
}
.frmsub{
	width:100px;
	margin-right:5px;
}
label.inp{
padding:3px;
width:150px;
text-align:right;
float:left;
margin-right: 5px;
}

label.error {
color: #a00;
font-size: 10px;
font-family:Verdana, Helvetica, Arial;
}
