/* CSS Document */
#container {
width: 800px;	/* Gives the page Width */
margin: 0 auto;	/* Centers the Page Container */	
}

html, body {
	background-image:url(../Images/bkgrnd_1x1.jpg);
	margin:0;
	padding:0;
}

/*Logo*/

#logo {
	background-image:url(../Images/Main_logo2.jpg);
	width: 342px;
	height: 172px;
	border: none;
}

/* line seperator */

#line1 {

	background-image:url(../Images/Top_Page_Line.jpg);
	height: 27px;
	width: 800px;
}
#line2 {
	background-image:url(../Images/Bottom_page_line.jpg);
	width: 731px;
	height: 60px;
	float: left;
	}
	
/* Horizontal Spacers */

#lspacer {

	width: 37px;
	height: 415px;
	float: left;
}
#lspacerPortfolio {
	width: 37px;
	height: 500px;
	float: left;
	}
#rspacer {
	width: 32px;
	height: 500px;
	float: right;
	}

/* Navigation */

#navigation1{
	background-image:url(../Images/Navigation_background.jpg);
	height: 28px;
	width: 305px;
	float: left;
}
#navigation2{
	background-image:url(../Images/Navigation_background.jpg);
	height: 28px;
	width: 305px;
	float: left;
}
#navigation3{
	background-image:url(../Images/Navigation_background.jpg);
	height: 28px;
	width: 305px;
	float: left;
}
#navigation4{
	background-image:url(../Images/Navigation_background.jpg);
	height: 28px;
	width: 305px;
	float: left;
}
#navigation5{
	background-image:url(../Images/Navigation_background.jpg);
	height: 28px;
	width: 305px;
	float: left;
}
#navigation6{
	background-image:url(../Images/Navigation_background.jpg);
	height: 30px;
	width: 305px;
	float: left;
}
#navigationPortfolio{
	height: 200px;
	width: 305px;
	float: left;
	background-image:url(../Images/Navigation_Portfolio_expanded.jpg);
	}
#Spacer {

	height:186px;
	width: 305px;
	float: right;
	}
/* content */

#pageheader {

	height: 27px;
	width: 426px;
	float: right;
	
	}
	
#contentseperator {

	height:25px;
	width: 426px;
	float: right;
	
}
 #pagecontent {
	height: 500px;
	float: right;
	width: 426px;

}
#newscontent {
	width: 426px;
	height: 283px;
	float: right;
	overflow-x: hidden; 
	overflow-y: scroll;
	}

/* Page Close */

#copyright {

	width: 365px;
	height: 23px;
	text-align:left ;
	float: left;

	}
	
#Design {

	height: 23px;
	width: 366px;
	float: left;
	text-align: right;
	
	}
