body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;17/04/2009
	padding: 0px;
	background-color: #000000;
}

h1{
	font-size: 14px;
}

h2{
	font-size: 12px;
}

#container {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contact {
	font-size: 14px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	float: right;
}

#contact #tel {
	float: left;
	width: 150px;
	text-align: left;
}

#logo{
	float:left;
	margin:5px 0 0 10px;
}

#maincont {
	border: 1px solid #666666;
	padding: 3px;
	clear: both;
}
#main {
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
}
#main #slogan{
	position:absolute;
	color:white;
	margin:70px 0 0 90px;
	z-index:100;
}

#main #rightcol {
	float: right;
	width: 350px;
}
#main #menu {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#main #text {
	margin-right: 0px;
	margin-left: 14px;
	overflow: auto;
	height: 470px;
}
#main #text p {
	width: 300px;
}
#menu a {
	margin-right: 7px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CCCCCC;
}

.warning{
	background:#990000;
	border:red 1px solid;
	color:black;
	padding:4px;
	margin-bottom:2px;
	margin-right:20px;
}

.inp{
	background:#333333;
	width:200px;
	border:1px #cccccc solid;
	color:white;
	padding:2px 0;
	margin:2px 0;
}

#submit input{
	background:#333333;
	width:200px;
	border:2px #cccccc solid;
	color:white;
	padding:2px 0;
	margin:10px 0;
	cursor:pointer;
}

#submit input:hover{
	
	border:2px white solid;
	
}

#tel{
	width:145px
}
#pref{
	width:50px
}

a{
	color:white;
}

a:hover{
	color:red;
}





.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	border: #888 solid 1px;
}
.jScrollPaneDrag {
	position: absolute;
	background: black;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



#leftcol{
	float:left;
	width:550px;
	height:550px;
	margin-left:15px

}

#subfooter{
	width:930px;
	color:#ccc;
	font-family:sans-serif;
	margin:6px auto;
	font-size:10px;
	text-align:center;
}