/* layout_all.css */

/*elements*/
#page {
	position:relative;
	top:0;
	text-align:left;
	width:973px;
	margin:0px auto;
}

#header {
	position:absolute;
	top:0px;
	height:55px;
}

/*#writing {
	position:absolute;
	top:22px;
	left:296px;
	width:302px;
	height:13px;
	font-size:14px;
	color:#999999;
}*/

#logo {
	position:absolute;
	left:302px;
	top:11px;
}

#iconsbackground {
	position:absolute;
	top:41px;
	left:0;
	width:200px;
	height:46px;
	background:url(images/iconsbackground.png) no-repeat;	
}

#icons {
	position:absolute;
	left:0;
	top:41px;
	width:192px;
	height:38px;
}
#icons table{
	width:100%;
	height:100%;
}
#icons tr{
	vertical-align:middle;
}
#icons td{
	padding:2px 0 0 0;
	text-align:center;
}
#icons img{
	margin:0 8px;
}

#menu{
	position:absolute;
	top:95px;
	left:0;	
	width:200px;
}

#menuTop{
	width:200px;
	height:17px;
	background:url(images/menubackground_top.png) no-repeat;
}
#menuMiddle{
	background:url(images/menubackground_middle.png) repeat-y;
}
#menuBottom{
	width:200px;
	height:25px;
	background:url(images/menubackground_bottom.png) no-repeat;
}
