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

.menuMarker {
	margin-left:565px;
}

#suBody {
	width:98%;
	text-align:justify;
	margin:10px 0;
	color:#373434;

}
	#leftSide {
		width:450px;
	}
		#contacts div {
			margin-bottom:25px;
			text-align:left
			}
				#contacts div span {
					display:block;
					float:left;
					width:120px;
				}
				#contacts div textarea {
					width:250px;
					height:80px;
				}
	
	#rightSide {
		width:280px;
		height:290px;
		float:right;
		padding:10px 0 0 25px;
		line-height:18px;
		background:url(../images/gradientOrizontal.gif) repeat-y;
	}
