html, body, table {
	min-height: 100%;
	width: 100%;
	height: 100%;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	line-height: 18px;
	color:#999;
}

body {
	margin: 0;
	padding: 0;
	background:#333 url(../img/bgr.jpg);
}

h1 {
	display:none;
}

h2 {
	display:none;
}

h3 {
}

h4 {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:13px;
}

h5 {
}

table {
    top: 0;
    left: 0;
	border:none;
}

td {
    height: 99%;
    text-align: center;} /*for stupid MSIE */

p {
    font-size: 1em;
}

/*p+p {
    text-indent: 2em;
}*/

b{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:13px;
	border-bottom: #99cc00 1px solid;
}

a:link, a:visited, a:active {
	color: #99cc00;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ccff33;
	background-color: #cc3300;
}

.buttons {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	width:100%;
	border: 1px dashed #99cc00;
	background-color: #333;
}

.buttons2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #99cc00;
	text-decoration: none;
	border: 1px solid #99cc00;
	background-image:url(../img/sq.jpg);
	background-repeat:repeat;
	background-color: #333;
}

.menu{
	display:none;
}

.left{
	margin:0;
	padding:0;
	float:left;
	width:180px;
}

.right{
	margin:0;
	padding:0;
	float:right;
	width:180px;
}

.nav{
	margin:0;
	padding:0;
}

.nav ul{
	margin:0;
	padding:0;
}

.nav li{
	display:inline;
	margin-right:5px;
}

.none{
	display:none;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid #cc3300;
	padding: 2px;
	background-color: #333;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #cc3300;
}

#header{
	width:850px;
	margin: 0 auto;
	padding: 0 1em;
	height:20px;
	background: /*#FF6666*/ url(../img/header.gif) center center no-repeat;
/*	border-top: #999 1px solid;
	border-left: #999 1px solid;
	border-right: #999 1px solid;*/
}

#footer{
	width:850px;
	margin: 0 auto;
	padding: 0 1em;
/*	background:#b7392d;
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	border-right: #999 1px solid;*/
}

#container {
	position: relative;
	width: 850px;
	border: 1px solid #999;
	text-align: left; /*corrects for IE hack*/
	padding: 1em;
	margin: 0 auto;
	height: 250px;
	background: #333;
}

#nav{
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0px;
}

#nav a:link, a:visited, a:active{
	color: #99cc00;
	text-decoration: none;
}

#nav a:hover{
	color:#fff;
	text-decoration: none;
	background:#666;
}

#text{
	width: 375px;
	padding: 0 15px 0 0;
	height: 220px;
	margin: 0px;
	float: right;
	overflow: auto;
	background: #333;
	list-style-image: url(../img/list_bgr.jpg);
}

#design{
	width: 375px;
	padding: 0;
	height: 220px;
	margin: 0px;
	float: right;
	background: #333;
}

#pic{
	float: left;
	width: 375px;
	top: 0px;
	right: 0px;
	padding: 15px;
	height: 195px;
	background: #333 url(../img/bgg_1.jpg) repeat;
}
img{
	border:none;
}

#contactform {
	width:170px;
}

#contactform fieldset {
	border:none;
}

#contactform fieldset label {
	display:block;
	float:left;
	width:60px;
	margin-top:5px;
}

#contactform fieldset input {
	width:110px;
}

#form{
}
