body {
	background: #2e3a52;
	margin: auto;
	color: #dee0e5;
	font:12px Arial, Helvetica, sans-serif;
}
a {
	color: #dee0e5;
}
.main {
	width: 100%;
	margin: auto;
}
.header {
	background: url('images/header_bg.gif') repeat-x;
	height:57px;
}
.header_img {
	background: url('images/header.gif') no-repeat;
	height:57px;
	width: 422px;
}

.menu {
	height: 36px;
	background: url('images/bg_menu.gif');
	border-top: 2px solid #353D4E;
	border-bottom: 2px solid #353D4E;
}
.menu_item {
	font:10px Arial, Helvetica, sans-serif;
	color: #dee0e5;
	letter-spacing:.1em;
	line-height:16px;
	float: left;
	text-align: center;
	padding: 10px;
	display: block;
	border-right: 1px solid #353D4E;
	
}
.menu_item:hover {
	background: #475470;
}
.left {
	width: 230px;
	padding-top: 300px;
	border-right:  2px solid #353D4E;
	padding-bottom: 10px;
	vertical-align: top;
	background: 0px 10px  #475470 url('images/foto.png') no-repeat;
	
}
.right {
	vertical-align: top;
	background: url('images/sub_bg.gif') repeat;
}
.footer {
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	height: 100px;
	background: #2e3a52 url('images/footer.gif') repeat-x;
}
.table {
	width: 100%;
}
.border {
	width: 750px;
	border: 1px solid #353D4E;
}
.item_con {
	background: #475470;
	padding: 10px;
	width: 730px;
}
.title {
	background: #475470 url('images/title.gif');
	width: 740px;
	padding: 5px;
}
.main_body {
	padding: 10px;
	border-right: 2px solid #353D4E;
	background: #414e6b;
	width: 750px; 
	height: 100%;
	vertical-align:  top;
	
}
img{
	border: 2px silver solid;
}
.events {
	line-height: 20px;
	padding-left: 10px;
}
input {
	border: 1px solid #353D4E;
	padding: 2px;
	background: url('images/title.gif');
	color: #dee0e5;
}
textarea {
	color: #dee0e5;
	background: #475167;
	border: 1px solid #353D4E;
	padding: 5px;
}
.table {
	color: #dee0e5;
	background: #475167;
	border: 1px solid #353D4E;
	text-align: left;
}
select.select {
	color: #dee0e5;
	background: #475167;
	border: 1px solid #353D4E;
}