/* CONTACT US ONLY */
#contactsubmit
{
	width:100px;
	display:block;
	text-align:center;
}
#body #inside #sidemenu
{
	display:none;
}
#body #inside #content
{
	width:97%;
}
#contact
{
	
}
	#contact #incontact
	{	
		background:url("../images/bg_striped.gif");
		border-top:5px solid #650000;
		border-bottom:5px solid #650000;
		width:70%;
		margin:20px auto;
		padding:10px;
		position:relative;
		font-size:0.9em;
	}
		#contact #incontact input
		{
			margin-bottom:5px;
			font-family:arial;
			font-size:1em;
		}
		#contact #incontact input[type="submit"]
		{
			cursor:pointer;
			height:auto;
		}

		#contact #incontact #contact-part1, 
		#contact #incontact #contact-part2
		{
			float:left;
			padding:10px;
			width:45%;
		}