body{
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/bkgrd_shoe.jpg);
	background-position:bottom right;
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#top_bar{
	height:20px;
	width:100%;
	z-index:-1;
	background-image:url(../images/top_bar.png);
	background-repeat:repeat-x;
	background-position:top right;
	top:0;
	left:0;
	/*position:fixed;*/
}

#logo{
	padding-top:20px;
	width:auto;
	height:auto;
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	margin-left:0px;
	float:left;
	clear:both;
}

#content{
	width:1000px;
	/*min-height:100%;
	background-color:#0066CC;*/
	margin-top:10px;
	margin: auto;
}

.msg_box{
	width:auto;
	height:auto;
	padding:12px;
	margin:10px 0px 10px 0px;
	clear: both;
}

.portfolio{
	background-image:url(../images/content_bkgd.png);
	background-repeat:no-repeat;
	width:580px;
	height:230px;
	padding:20px;
	font-size:16px;
}

