@charset "utf-8";
/* CSS Document */

.menuMarker {
	margin-left:565px;
}

#suBody {
	width:98%;
	text-align:justify;
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#373434;

}
	#leftSide {
		width:450px;
	}
		#contacts div {
			margin-bottom:25px;
			}
				#contacts div span {
					display:block;
					float:left;
					width:120px;
				}
				#contacts div textarea {
					width:250px;
					height:80px;
				}
	
	#rightSide {
		width:280px;
		height:300px;
		float:right;
		border:1px #888;
		border-left-style:dashed;
		padding-left:25px;
		font-size:12px;
		line-height:18px;
	}