html {
	min-height: 100%;
	height: auto;
	background-color:#000000;
}
body{
	background-color:#000000;
	background-image:url(../img/back/body_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
h1{
	border-bottom:1pt solid #555555;
	color:#555555;
	font-size:medium;
}
h2{
	margin:20px;
	color:#888888;
	font-size:small;
}
.logo{
	background-image:url(../img/big/logo.png);
	background-repeat: no-repeat;
	height:164px;
	background-position:right;
}
.menu{
	margin-top:120px;
	color:#FFFFFF;
}
a:link { font-weight:bold; color:#333}
a:visited { font-weight:bold; color:#333}
a:focus { font-weight:bold; color:#333}
a:hover { font-weight:bold; color:#000}
a:active { font-weight:bold; color:#333}
a.menu_item{
	background-image:url(../img/back/menu_item.gif);
	background-repeat:no-repeat;
	height:50px;
	color:#FFFFFF;
	text-decoration:none;
	padding:20px 10px 20px 10px;
}
a.menu_item:link {color:#FFFFFF; text-decoration:none; font-weight:normal;}
a.menu_item:visited {color:#FFFFFF; text-decoration:none;  font-weight:normal;}
a.menu_item:focus {color:#FFFFFF; text-decoration:none;  font-weight:normal;}
a.menu_item:hover {color:#777777; text-decoration:none;  font-weight:normal;}
a.menu_item:active {color:#FFFFFF; text-decoration:none;  font-weight:normal;}


.main_back{
	background-image:url(../img/back/main.jpg);
	background-repeat:repeat-y;
}
.top_back{
	height:20px;
	background-image:url(../img/back/top.jpg);
	background-repeat:no-repeat;
	width:540px;
}
.main{
	padding:20px 20px 0 20px;
	width:500px;
	min-height: 50px;
	height: auto;
}
.foot{
	height:150px;
	background-image:url(../img/big/foot.png);
	background-repeat:no-repeat;
}
.footer{
	border-top:1pt solid #555555;
	width:300px;
	float:right;
	text-align:right;
	margin-right:15px;
}
.detail
{
	padding-left:10px;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-left:3pt solid #888888;
}
.csc-mailform-field{
	padding:10px;
	float:right;
	vertical-align:top;
}
label{
	padding:5px;
	margin:0 20px 0 20px;
	font-weight:bold;
}
tr{
	background-color:#E9E9E9;
	border-bottom:1pt solid #CCC;
}
tr:hover{
	background-color:#DDDDDD;
}
td{
	padding:0 10px 0 10px;
}
.clear{
	height:0px;
	padding:0px;
	margin:0px;
	border:none;
}


