#container
{
	margin-top: 40px;
	width: 900px;
	height: 720px;
	margin-right: auto;
	margin-left: auto;
}

/****************************************************/
/* Left												*/
/****************************************************/

#left
{
	float: left;
	width: 90px;
	height: 720px;
}

#left_info
{
	float: top;
	padding-top: 270px;
}

#left_contact
{
	float: top;
	padding-top: 90px;
}

/****************************************************/
/* Right											*/
/****************************************************/

#right
{
	float: left;
	width: 90px;
	height: 720px;
}

#right_did
{
	float: top;
	padding-top: 180px;
}

#right_pictures
{
	float: top;
	padding-top: 90px;
}


/****************************************************/
/* Center											*/
/****************************************************/

#center
{
	float: left;
}

#content
{
	float: top;
	width: 720px;
	height: 540px; 
	background-image: url(../images/background.gif);
}

/****************************************************/
/* Top												*/
/****************************************************/

#top
{
	float: top;
	width: 720px;
	height: 90px;
}

#top_npsd
{
	float: left;
}

#top_is, #top_does
{
	float: left;
	padding-left: 90px;
}

/****************************************************/
/* Bottom											*/
/****************************************************/

#bottom
{
	float: top;
	width: 720px;
	height: 90px;
}

#bottom_news
{
	float: left;
	padding-left: 270px;
}

#bottom_links
{
	float: left;
	padding-left: 90px;
}
