body, html {

	width:100%;
	height:100%;

}

body {

	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family: Verdana, Helvetica, Arial, "Lucida Sans", Tahoma,  sans-serif;

}

#wrapper {
	width:100%;
	min-height:100%;		
	margin:0px;
	padding:0px;

	border:0px solid blue;
}

#wrapper_head {
	width:100%;
	height:99px;
	margin:0px;
	padding:0px;
	background-image:url(../../assets/images/sprite-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;

	border:0px solid blue;
}

#page_head {
	width:960px;
	height:98px;
	margin:0px auto;
}

#nav_left{
	float:left;
	width:400px;
	height:80px;
	border:0px solid blue;
}

#nav_right{
	float: right;
	width:180px;
	height:80px;
	text-align: right;

	border:0px solid blue;
}

#nav_sub{
	float: right;
	width:920px;
	height:25px;
	text-align: left;
	margin:0px auto;
	padding: 5px 0 0 20px;

	border:0px solid blue;
}

#page_body {
	clear: both;
	min-height:300px;
	width:960px;
	margin:0px auto;
	padding-bottom: 150px;
/*	display:none;	*/

	border:0px dashed blue;
}

#page_sub {
	width:850px;
	height: 25px;
	margin:0px auto;
	padding-top: 25px;
	border:0px solid blue;
}

#wrapper_footer {
	position:relative;
	width:100%;
	height:150px;
	margin:-150px auto 0 auto;
	background-image:url(../../assets/images/sprite-bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#page_footer {
	vertical-align: bottom;
	width:960px;
	height:150px;
	margin:auto;
	background-image:url(../../assets/images/sprite.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}


/* PAGE ELEMENTS */

#wrapper_sub {
	width:960px;
	min-height: 300px;
	margin:0px auto;

	background-image:url(../../assets/images/bar_vert_center.jpg);
	background-position: center top;
	background-repeat: repeat-y;

	border:0px solid red;
}

/* left 3rd */
#left_body {

	float: left;
	width:320px;
	min-height: 375px;
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border:0px solid blue;

}

/* right 2/3rd */
#right_body {

	float: right;
	width:510px;
	min-height: 375px;
	padding: 0 0 0 0;
	margin: 0 100px 0 0;

	border:0px solid blue;

}

.foo {

/*	position: fixed;	*/
	min-height: 100%;
	display: inline;
	vertical-align:middle;

	border:0px solid red;
}

#left50 {

	width:275px;
	float: left;
	min-height: 370px;
	padding: 0 0 0 100px;
	margin: 0 0 0 0;

	border:0px solid blue;
}

#right50 {

	width:480px;
	float: right;
	min-height: 370px;

	padding: 0 0 0 0;
	margin: 0 70px 0 0;

	border:0px solid blue;
}

#ssp {
	padding: 0 0 0 0;
}

#copy {

/*	height:275px;	*/
	padding: 0 10px 0 0;

	border:0px solid blue;

}

#news_copy {

	height:275px;	
	padding: 0 10px 0 0;

	border:0px solid blue;

}

#copy-alignright{
	text-align:right ;
	padding: 0 0 0 0;
}

#copy-alignright h1 {
	text-align:right ;
}
#copy-alignright h2 {
	text-align:right ;
}
#thumbs {
	float: right;
height:240px;
	padding: 0px 0 0px 15px;
	border:0px solid blue;

}

#thumbs img {
	float: right;
	padding: 5px 0 5px 30px;
}
.clear {
	clear: both;
}
