/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;}

#pagewrap {
	margin:0 auto;
	width:700px;
	background-image:url(flexlayout/Mid.png);
	background-repeat:repeat-y;}
	
#footer{
	margin:0 auto;
	background:url(flexlayout/Footer.png) no-repeat;
	height:55px;
	text-align:center;
	width:700px;
}
	#footer p{
		padding:21px 90px 0;
		font-size:19px;
		font-weight:bold;}

img {border:none;}

#content {
	margin-left:90px;
	margin-right:80px;}
	
#nav {
	float:right;
	width: 69px;}
	
.orange {
	color:#FF3300}
	
#logo {
	width:492px;
	height:154px;
	background-image:url(flexlayout/Logo.png);
	overflow:hidden;
	float:left;
	}
	
.thumbbox {
	width:200px;
	height:200px;
	overflow:hidden;
	margin:0 auto;
	}	
