	body,html
	{
		padding:0px;
		margin:0px;
		font-family:Arial;
		font-size:13px;
		background-image:url(/resources/images/458_bg_menu.gif);
		background-repeat: repeat-y;
	}

	img
	{
		vertical-align: bottom;
	}

	div#container
	{
		position:absolute;
		width: 100%;
		height:100%;
		background-image: url(/resources/images/450_bg_main.gif);
		background-repeat: repeat-x;
	}

	div#left
	{
		position:relative;
		float:left;
		width: 246px;
		height: 100%;
		background-color: rgb(51,51,153);
	}

	div#left_left
	{
		clear:both;
		float:left;
		background-color: #f00;
		width:22px;
		height:440px;
	}

	div#left_right
	{
		float:left;
		height:440px;
		width: 224px;
	}

	div#logo
	{
		clear:both;
		float:left;
		margin-top:30px;
		margin-bottom:9px;
	}
	
	div#text
	{
		clear:both;
		float:left;
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
		width:205px;
		background-image: url(/resources/images/449_bg_left.gif);
	}

	div#right
	{
		float:left;
	}

	div#top
	{
		float:left;
		clear:both;
	}

	div#content
	{
		clear: both;
		float:left;
		Padding-top:50px;
		padding-left:15px;
	}

