*{margin:0 auto;padding:0;}
body {
	background: url(../images/bg.jpg);
	font: normal 10pt arial, helvetica, sans-serif;
}
p {
	margin-bottom: 40px;
	padding: 0;
	line-height: 1.5;
}
#wrapper {
	width: 820px;
}
#header {
	position: relative;
	height: 110px;
}
	#logo {
		position: absolute;
		top: 20px;
		left: 20px;
		float: left;
	}
	#header_contact {
		position: absolute;
		top: 35px;
		right: 40px;
		float: right;
	}
		#header_contact ul {
			list-style-type: none;
			text-align: right;
		}
		/*#header_contact ul li#phone {
			font: bold 16pt arial, helvetica, sans-serif;
			color: #fff;
		}*/
		#header_contact ul li {
			padding-top: 10px;
		}
		#header_contact ul li img {
			position: relative;
			top: 4px;
		}
		#header_contact ul li#email a {
			font: bold 14pt arial, helvetica, sans-serif;
			color: #50a8e2;
		}
#container {
	text-shadow: 1px 1px 0px #fff;
	position: relative;
}
	#top {
		background: url(../images/top.png) repeat-y;
		height: 20px;
		width: 820px;
	}
	ul#nav {
		position: absolute;
		top: 30px;
		right: 20px;
		list-style-type: none;
		float: right;
	}
		ul#nav li {
			float: left;
			display: inline;
			margin-right: 10px;
			padding: 9px 20px;
			height: 17px;
			width: 44px;
			background: url(../images/nav_bg.png) no-repeat;
			text-align: center;
			font-size: 10.5pt;
			color: #777;
			text-shadow: 1px 1px 0px #fff;
		}
		ul#nav li a {
			text-decoration: none;
			color: inherit;
		}
		ul#nav li:hover, ul#nav li.active {
			cursor: pointer;
			background: url(../images/nav_bg.png) -84px no-repeat;
			color: #fff;
			text-shadow: -1px -1px 0px #4397ce;
		}
	#content {
		background: url(../images/content.png) repeat-y;
		width: 780px;
		padding: 60px 20px 20px 20px;
	}
		#left_panel {
			position: relative;
			width: 200px;
			background: #ff0;
			float: left;
		}
			#photo {
				position: absolute;
				top: 15px;
				left: 0px;
				float: left;
			}
			#about {
				float: right;
				width: 600px;
			}
			#address {
				position: absolute;
				top: 200px;
				font-family: helvetica, sans-serif;
				line-height: 1.5;
			}
		#right_panel {
			width: 780px; /*480*/
			float: right;
		}
			table {
				width: 100%;
			}
			table.list_header {
				padding: 10px 40px;
				font: normal 12pt helvetica, arial, sans-serif;
			}
			table.list_header td.header_date {
				width: 250px;
			}
			table.list_header td.header_title {
				font-weight: bold;
				width: 400px;
				text-align: center;
			}
			table.list_header td.header_city {
				width: 200px;
				text-align: right;
			}
			table.list_container {
				padding: 10px 40px;
				font: normal 10pt helvetica, arial, sans-serif;
			}
			ul {
				list-style-type: none;
				margin: 0 20px 20px 20px;
			}
			ul li {
				line-height: 1.5;
			}
			ul li a {
				color: #000;
			}
			ul li.list_title {
				font-weight: bold;
			}
			ul ul {
				margin-left: 40px;
			}
			ul ul li {
				list-style-type: disc;
				padding-left: 20px;
			}
			table td {
				/*background: #ff0;*/
			}
			div.title {
				/*width: 120px;*/
				margin: 0 30px;
				padding-bottom: 5px;
				border-bottom: solid 1px #ddd;
				font-size: 16pt;
				font-weight: bold;
			}
			.headline {
				font: bold 11pt arial, helvetica, sans-serif;
			}
			.strong {
				font-weight: bold;
			}
			.divider {
				margin: 0 10px 20px 10px;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #fff;
			}
	#bot {
		background: url(../images/bot.png) repeat-y;
		height: 20px;
		width: 820px;
	}
#contact {
	margin: 10px auto;
	display: block;
	width: 470px;
}
#contact label {
	display: inline;
	font-weight: bold;
	float: left;
	font-size: 16px;
	padding: 5px 0px;
	color: #777;
}
#contact .row, #contact .row_error {
	margin-bottom: 5px;
	padding: 10px;
	/*background: #ddd;*/
	border-bottom: solid 1px #ddd;
	text-align: right;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

}
#contact .row label {
	vertical-align: top;
}
#contact .contact_field {
	background: #fff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	height: 20px;
	width: 300px;
	padding: 2px;
	font-size: 12px;
	color: #000;
}
#contact textarea {
	height: 150px;
	width: 305px;
	background: #fff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #000;
}
#contact .row_error {
	background: url(../images/error.gif);
}
#contact .row_error label, #contact .row_error #math {
	color: #fff;
	text-shadow: 1px 1px 0px #333;
}
.fields, .fields_error {
	font-weight: bold;
}
.fields_error {
	color: #ff0000;
}
#success {
	margin: 10px 0px;
	padding: 10px 10px 15px 10px;
	background: #f8f8f8;
	color: #777;
}
#success h1 {
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	float: none;
	font-size: 18px;
	color: #555;
}
#success h2 {
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 14px;
	color: #888;
}	

#footer {
	padding: 20px 0;
}
	#footer ul {
		list-style-type: none;
		text-align: center;
	}
	#footer ul li {
		display: inline;
		padding: 0 20px;
		font-weight: bold;
		font-size: 10pt;
	}
	#footer ul li a {
		color: #50a8e2;
		text-decoration: none;
	}
.highlight li:hover, .highlight li:focus {
	color: #50a8e2;
	-webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
	outline: 0 none;
	cursor: default;
}
a.glow:hover, a.glow:focus
{
	text-decoration: underline;
	color: #50a8e2;
	-webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
	outline: 0 none;
}
.clear{clear:both;}