/* layout .css */
/* matt site - autumn 2011 */

/* palette:
#1D1D1D near black
#D59944 gold font colour
*/

body {
	background-color:#1d1d1d;
	color: white;
	
}

#wrap {
	width: 1100px;
	margin: auto;
}

#header{
	width 1100px;
	height 100px;
	background-color: #1D1D1D;
	color:  #1D1D1D;
}
	
#mainpanel {
	width:1100px;
	height: 733px;
	float:left;
	background-image:url("./images/main_panel_background.png"); background-repeat:no-repeat;
}

#menu_block {
	width: 163px;
	height: 492px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

#right_hand_panel_block {
	width: 500px;
	height: 500px;
	margin-top: 50px;
	margin-left: 420px;
	float: left;
	background-color: ;
}
	

#test_block {
	width: 200px;
	height: 200px;
	padding-top: 155px;
	padding-left: 655px;
	float: left;
}
	

#footer {
	background-color: #1D1D1D;
	color:#D59944;
	height:50px;
	width:1100px;
	float:left;
	text-align:center;
	font-size:16px;
	padding-top: 17px;
}

/*EOF*/

