/*
*{
	margin:0;
	border:0;
	padding:0;
	color:#111;
	font:1em/1.5em :Georgia, "Times New Roman", Times, serif;
	}  
  */
body{
	font-size:85%;
	position:relative;
	}

	

	
.outer{
	z-index:0;
	position: relative;
	width:977px;
	}

#tnav{
	top:215px;
	
	}

		
#contact{
	top:15px;
	/*float: inherit;*/
	margin: auto; /*aligns center*/
	/*vertical-align: middle;*/
	
	
	
	}
	#contactsml{
		border:0px dashed #333;
		
		padding:10px 10px 20px 60px;
		margin: auto;
		width:200px;
		}
		#contactsmr{
		border:0px dashed #333;
		padding:10px 10px 20px 60px;
		margin: auto;
		width:200px;
		}
	#contactform{
		border:1px dashed #333;
		padding:10px 10px 20px 10px;
		margin: 30px 20px;
		float:left;
		
		width:420px;
		}
				#contactform legend{
			font-size:1.1em;
			padding:0 0 0 10px; 	
			}

				input#submit{
								border:1px solid #333;
			float:left;
			margin:10px 0 0 0;
			cursor:pointer;
			padding:2px 10px;
			background:url(../images/bg-whiter.png);
			color:#000;
			}
			input#submit:hover{
			background:#333;
			color:#FFF;
				}
.formcontact p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 130px; /*width of left column containing the label elements*/
height: 1%;
}


.formcontact label{
float: left;
margin-left: -105px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.formcontact input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
font:1em/1.5em ;
font-family:Georgia, "Times New Roman", Times, serif;
width: 245px;
border:1px solid #333;
background:url(../images/bg-white.png);
padding:2px;
}

.formcontact textarea{	
font:1em/1.5em ;
font-family:Georgia, "Times New Roman", Times, serif;
border:1px solid #333;
background:url(../images/bg-white.png);
width: 250px;
height: 150px;
}
.mytnav{
border:1px dashed #333;
padding:10px;
float:center;
margin:30px 20px 0px 20px;
width:260px;
text-align:center !important;
}
.myinfo{
border:1px dashed #333;
padding:14px;
float:left;
margin:30px 20px 0px 20px;
width:360px;
text-align:right !important;
}
.myinfo p{
margin:0;
}
.myinfo h2{
font:1em/1.5em ;
margin-bottom:0;
}
	
#ie6{
	display:none;
	}
	

