@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CONTACT : 	Scoozy Events Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		s_contact.css
	Date:			September 1, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	.contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.contentSpace {
		width:740px;
		padding:0 0 0 20px;
	}
	.contentSpace ul#navBar {
		margin:0 0 0 15px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	.content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.content {
		width:253px;
		padding:24px 0 98px 468px;
		background:url(../images/bg_contact.jpg) 0 24px no-repeat;
	}
		.content h3 {
			width:115px; height:27px;
			margin:0 0 60px 0;
			background:url(../images/h3_contact.png) 0 0 no-repeat;
		}
		.content span {
			width:216px;
			margin:0 0 22px 0;
			font:normal 17px Arial, Helvetica, sans-serif;
			color:#ff3366;
			display:block;
		}
			.content span.email {
				margin:61px 0 0 0;
			}
				.content span.email a {
					color:#ff3366;
				}	
					.content span.email a:hover {
						color:#462820;
					}				
