/* CSS Document */

body
{
margin: 0px;
behavior: url("csshover.htc");
font: normal 10pt helvetica;
color: #333333;
background: #252525;
background-image: url(images/bg02.gif);
background-repeat: repeat-x;
}

img
{border: 0;
}


/* div stuff */
div#title {
width: 100%;
height: 220px;
margin-right: auto;
margin-left: auto;
background-image: url(images/bg01.gif);
background-repeat: repeat-x;
}

div#title h1 {
background-image: url(images/01.jpg);
background-repeat: no-repeat;
margin: 0px;
margin-right: auto;
margin-left: auto;
width: 800px;
height: 220px;
}

div#container {
position: relative;
margin-right: auto;
margin-left: auto;
background: #111;
width: 620px;
height: auto;
padding: 10px 0px;
background-image: url(images/bg03.gif);
background-repeat: no-repeat;
background-position: bottom;
}

div#title h1 span, h2 span, h3 span{
display: none;
}

div#title p{
margin: 0px;
}

div#text1 {
position: relative;
width: 400px;
margin-left: 180px;
color: #999;
}

div#text1 p{
color: #999;
font: normal 9pt Helvetica;
line-height: 18px;
text-align: justify;
}

div#text1 h1{
color: #66ccff;
font: bold 12pt Helvetica;
text-align: justify;
}

div#text1 a{
color: #99CCFF;
font: normal 9pt Helvetica;
text-align: justify;
}

div#text1 a:hover{
color: #3366CC;
font: normal 9pt Helvetica;
text-align: justify;
background: #99CCFF;
text-decoration: none;
}

div#text1 li{
line-height: 18px;
margin-right: 25px;
}

div#text1 img{
margin-right: auto;
margin-left: auto;
}

div#text1 p.link a{
color: #99CCFF;
font: normal 9pt Helvetica;
text-align: justify;

}

div#text1 p.link a:hover{
color: #3366CC;
font: normal 9pt Helvetica;
text-align: justify;
background: #111;

}


/*Navigation bar*/

.navi {
width: 100px;
position: absolute;	
top: 10px;
margin-left: 5px;
height: 20px; 
}


.navi ul{
display: block;
width: 120px;
list-style-type: none;	
padding: 0px;
margin: 0px;
margin-left: 5px;
background: #111111;
}

.navi ul li{
position: relative;
height: 20px; 
}

.navi ul li a {
display: block; 
text-decoration: none; 
color: #99CCFF;
width: 110px; 
height: 20px; 
text-align: center; 
border: 1px solid #333; 
background: #111111; 
line-height: 19px; 
font-size: 11px;}

.navi ul li:hover a {
color: #3366CC;
background: #99CCFF;
}

.navi ul li ul{
display: none;
margin-left: 0px;
}

.navi ul li:hover ul {
display:block; 
position:absolute; 
top:0;
margin: 0px; 
left: 112px; 
width: 105px;}

.navi ul li:hover ul li a.hide {
color: #3366CC;
background: #99CCFF;
}

.navi ul li:hover ul li:hover a.hide {
width:110px;
}

.navi ul li:hover ul li a {
display:block; 
color: #999;
background: #222; 
width:150px;
}

.navi ul li:hover ul li a:hover {
color: #3366CC;
background: #99CCFF;
}

/* news php stuff */

table.sn {
border-width: 0;
background-color: #111;
width: 400px}

td.sn-title {font-family: Arial;
border-width: 0;
color: #999;
font-size: 14px;
font-weight: bold}
              
td.sn-date {
font: normal 10pt Arial;
border-width: 0;
padding: 2px;
background-color: #111;
color: #666;
font-size: 09px}
             
td.sn-post {
color: #ccc;
font: normal 12px Arial;
text-align: justify;}






#contact-area {
	width: 400px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 220px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 10px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 70px;
}

#contact-area textarea:focus, #contact-area input:focus{
	border: 2px solid #66ccff;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

#contact-area input.checkbox {
	margin-top: 3px;
	width: 15px;
	border: 2px solid #ccc;
}

#contact-area select{
	padding: 5px;
	width: 150px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 10px;
	border: 2px solid #ccc;
}


label {
	float: left;
	text-align: right;
	width: 150px;
	padding-top: 5px;
}

.past {text-decoration: line-through}
