@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background: #000 url('images/logo.gif') no-repeat;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12pt;
	color: #ffecec;
}

div,li,img{
	behavior: url('iepngfix.htc');
}
#logo-header{
	height: 200px;
}
#title {
	font-size: 24px;
	font-weight: bold;
	margin-left: 70px;
}

ul {
	margin-top: 0;
}

li {
	list-style: none;
}

#menu {
	padding: 0;
	margin:0 0 0 30px;
}
#menu li{
	margin:0;
	padding: 6px 0 0 30px ;
	background: url('images/list.png') no-repeat;
	height: 30px;
	
}
#menu li a{
	text-decoration: none;
}

#menudiv {
	position: absolute;
	left:0px;
	top:0px;
	width:300px;
	z-index:1;
}

.icenter {
	position: relative;
	left: 150px;
}

#phone {
	font-weight: bold;
	color: #fd4f4f;
}

#photo td {
	width: 260px;
	height: 200px;
}

#photo td img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

a {
	font-weight: bold;
}

a:link {
	color: #fd4f4f;
}

a:visited {
	color: #fac0c0;
}

a:hover {
	color: #ff1010;
}

a:active {
	color: #ff1010;
}
