@import url('reset.css');
body {
	width: 960px;
	height: 910px;
	margin: auto;
	margin-top: 5px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
}
#left_column {
	width: 297px;
	height: 839px;
	float: left;
}
#slideshow {
	width: 297px;
	height: 363px;
	float: left;
}
#slides {
	overflow: hidden;
	height: 363px;
	width: 297px;
}
#contacts {
	width: 297px;
	height: 466px;
	margin-top: 10px;
	float: left;
}
#contacts_logo {
	width: 297px;
	height: 58px;
	background: url('../images/contacts_logo.gif') no-repeat;
}
#contacts_field {
	width: 295px;
	height: 412px;
	background-color: #f2f2f2;
	background-color: #f2f2f2;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
}
#contacts_field p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
	line-height: 8px;
	text-align: center;
}
#contacts_field a {
	text-decoration: none;
	color: #3A8BE8
}
#contacts_field a:visited {
	color: #3A8BE8;
}
#contacts_field a:hover {
	color: #3A8BE8;
	text-decoration: underline;
}
#logo {
	width: 653px;
	height: 143px;
	background: url('../images/logo.gif') no-repeat;
	float: right;
}
#nav {
	width: 653px;
	height: 50px;
	margin-top: 10px;
	float: right;
	background: url('../images/nav.gif') no-repeat
}
.menu li {
	float: left;
	padding-left: 42px;
	padding-top: 8px;
}
.menu a {
	font: 25px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
}
.menu a:hover {
	color: #666;
}
#content_field {
	width: 651px;
	margin: 10px 0px 0px 10px;
	background-color: #f2f2f2;
	float: left;
	border: 1px solid #999;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
}
#content_field p {
	padding: 5px 10px;
	line-height: 17px
}
#content_field h3 {
	padding: 10px 10px;
	line-height: 17px;
}
#post {
	border-bottom: 1px dotted #666;
}
#footer {
	width: 960px;
	height: 58px;
	background: url('../images/footer.gif') no-repeat;
	float: right;
	margin-top: 10px;
}
#footer p {
	text-align: center;
	padding-top: 22px;
	color: #FFFFFF;
}

#contacts_field p.nrml{
	line-height: normal;
}

table, tr, td, th {
	border:1px solid black;
}

td {
	padding: 3px;
}