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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/background.jpg) repeat top left;
}

h1#header {
	font-size:2.5em;
	margin: 0 auto;
	padding: 0;
}


#wrapper_out {
	margin: 0 auto;
	width: 910px;
}

#cross_bar {
		background: #000099;
		width: 100%;
		height: 40px;
		display: block;
		position: relative;
		top: 117px;
		left: 0;
		z-index: -1;
}

#vs_header_logo {
	background: url(../images/Vendors_Supply_logo.gif) no-repeat top left;
	height:144px;
	width:100px;
	position: relative;
	top: 40px;
	left: 0;
	float: left;
}

#slogan {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-style:italic;
	color: #FFFFFF;
	margin-right: 15px;	
	margin-top: 3px;
	text-align: right;
}

#celebrate {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color:#ffffff;
	margin-left:0px
	
}

#info_wrapper {
	 
	background: url(../images/info_shadow.png) no-repeat top left; 
	height: 630px;
	width: 520px;
	display: block;
	
	float: right;
	position: relative;
	right: 0px;
	top: 0px;	
}

#info {
	display: block;
	height: 550px;
	width: 490px;
	background:#FFFFFF;
	
	position: relative;
	left: 12px;
	top: 12px;
}

#whoarewe {
	font-size: 1.1em
}

#lower_bar {
	height: 40px;
	display: block;
	position: relative;
	top: 30px;
	z-index: -1;
	width: 800px;
	
	background: #000099;
	color:#FFFFFF;
}

#lower_bar p {
	padding-top: 10px;
	padding-left: 15px;
	
	font-weight:bold;
}