	div#top_image {
	  width: 955px;
		height: 390px;
		margin: auto;
		background: url(/images/pic_frame_contact.png) no-repeat;
		position: relative;
	}
	
	div.mainLeft {
	  float: left;
		width: 400px;
		border: 0;
	}
	div.mainRight {
	  float: right;
		width: 400px;
		border-top: 0px;
	}
	
	a.socialnetwork { padding-left: 20px; background-repeat: no-repeat; margin-bottom: 8px; display: block;}
	a.facebook { background-image: url(/images/facebook.gif); }
	a.twitter { background-image: url(/images/twitter.gif); }
	a.ustream { background-image: url(/images/ustream.gif); }
	a.redbubble { background-image: url(/images/icon_redbubble.png); }
	a.flickr { background-image: url(/images/flickr.gif); }
	a.youtube { background-image: url(/images/youtube.gif); }
	
	form#contact_form div { margin-bottom: 5px; }
	
	form#contact_form input, form#contact_form textarea {
		border-color:#1E5E6F #CCCCCC #CCCCCC #1E5E6F;
		border-style:solid;
		border-width:1px;
		margin:5px 0 0;
		width:390px;
	}
	
	form#contact_form button { width: 395px; height: 30px;}
	
	div.notice_message { background-color: #ffff88; border: 1px solid #bbbb00; padding: 3px; margin:10px 0;}
	div.error_message { background-color: #ffbbcc; border: 1px solid #660011; padding: 3px; margin:10px 0;}