@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	background-image:url(img/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-family:Tahoma, sans-serif;
	font-size:15px;
	/*text-align:justify; */
}
table {
	background-position:top;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
table.gallery td {
	text-align: center;
}
table.normal {
	margin:0px; 
	border:none;
	float:left;
}
table.normal td {
	border:none;
	vertical-align:middle;
	padding-top:3px;
}
td {
	padding:0px;
	vertical-align:top;
}
a {
	color:#FFFFFF;
}
a img {
	border:none;
}
h1,h2,h3 {
	font-size:18px;
	padding-bottom:5px;
	margin-bottom:5px;
	line-height:25px;
	margin-top:0px;
}
h1 {
	font-size:22px;
}
h3 {
	font-size:17px;
	margin-top:10px;
	margin-bottom:0px;
}
p {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:0px;
}


table.main_outer {
	/* background-image:url(img/bg_main_toplyr.gif); */
	background-repeat:repeat-y;
	background-position:top;
}

table.main {
	background-image:url(img/bg_main2.jpg);	
	background-repeat:no-repeat;
	background-position:top;
}
table.main td.main_left {
	width:140px;
	padding-left:12px;
	padding-top:12px;
}
table.main td.main_right {
	padding-left:5px;
	padding-right:17px;
	padding-top:21px;
}
table.left {
	width:125px;
	border:#505153 1px solid;
	border-bottom:0px;
	margin:0px;
}
table.left td {
	/* background-image:url(img/bg_left.jpg);  */
	background-repeat:repeat-x;
	border-bottom:#505153 1px solid;
}
table.left#search td{
	background-image:url(img/bg_search.jpg);
	background-repeat:repeat-x;
	border-bottom:#505153 1px solid;
	height:43px;
}

table.article {
	width:627px;
	margin:0px;
	margin-top:7px;
}
hr {
	width:627px;
	margin-left:0px;
	background-color:#404042;
	height:1px;
	border:#1C1819;
}

table.article td.img_right {
	padding-left:15px;
}

form#contact input, form#contact textarea {
	width:250px;
	background-color:#333333;
	border-color:#333333;
	color: #ffffff;
	font-family:Tahoma, sans-serif;
	font-size:15px;
}
input[image] {
	margin-left:auto;
	margin-right:auto;
}
table.form {
	border-collapse:separate;
}
table.form td {
	border-bottom: #333333 1px dotted;
}