body{
margin: 0 auto;
background-color: #ffffff;
background-image: url(/bg/bg.jpg);
background-position: top center;
background-repeat: repeat;
background-attachment: fixed;
font-family: arial, tahoma, verdana, serif;
font-size: 7pt;
text-align: center;
color: #f5f5f5;}

ul,li {
	list-style-type: none; 
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	line-height: 8pt; 
	}

h1 {
margin-top: 2px;
margin-bottom: 4px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: #333333;
color: #ececec;
font-weight: bold;
font-size: 100%;
letter-spacing: 2px;
border-bottom: 1px dotted #ececec;
}

h2	{
	margin: 0;
	padding-bottom: 2px;
	padding-top: 4px;
	padding-left: 4px;
	font-size: 100%;
	text-align: left;
	color: #333333;
        border: 1px dotted #666666;
        background-color: #f5f5f5;
	}

#main{
margin: 0 auto;
width: 700px;
background-image: url(/);
background-repeat: ;
background-position: top;
background-color: #ffffff;
font-size: 10pt;
}

#head{
margin-top: 0 auto;
margin-bottom: 0;
width: 700px;
color: #f5f5f5;
padding-left: 1px;
border:0; 
}

#menu{
margin: 0;
width: 696px;
border: 0;
padding-left: 0;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
background-color: #ffffff;
}

#menu a:link, #menu a:visited{
margin-top: 0;
margin-right: 2px;
padding-left: 12px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 12px;
color: #333333;
font-weight: normal;
text-decoration: none;
background: transparent;
border: 0}

#menu a:hover, #menu a:active{
margin-top: 0;
margin-right: 2px;
padding-left: 12px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 12px;
color: #ffffff;
font-weight: normal;
text-decoration: none;
background-color: #2288ff;
border: 0
}

#contactform {
padding-left: 50px;
padding-right: 50px;
}

.screenshot{
	width: 135px;
	height: 125px;
	padding-left: 5px;
	margin: 0;
	float: left;
	}

a:link img, a:visited img {
        border: 1px solid #333333;
        }

a:hover img, a:active img  {
        border: 1px solid #666666;
        }

a:link, a:visited {
	font-weight: normal;
	color:#ff9900;
	text-decoration:none;
	margin: 0;
	background: transparent;
	padding-left: 2px;
	}

a:hover, a:active{
	font-weight: normal;
	color:#ccffff;
	text-decoration: underline;
	background: transparent;
	margin: 0;	
	padding-left: 2px;
	}

#footer {
      	margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 25px;
	background: transparent;
	font-family: Tahoma, sans-serif, verdana; 
	font-size: 8pt; 
	color: #333333; 
        font-weight: normal;
	text-align: center;
        border: 0;  
	}

#footer a:link, #footer a:visited {
	font-weight : normal; 
	text-decoration :none;
	color: #000000;
	background: transparent; 
	}

#footer a:hover, #footer a:active {
	font-weight : normal; 
	text-decoration : underline;
	color: #000000;
	}


