/* Graphic Design CSS */

html,body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#container{
	height:100%;
	width: 900px;
	padding:0px;
	margin:0px;
}

#sidebar{
	width:150px;
	padding: 5px;
	background-color:#DCDCDC;
	height: 100%;
	font-family: verdana;
	font-size: 10pt;
	float:left;
}

#mainbox{
	width:740px;
	padding: 5px;
	background-color:#F2F2F2;
	height: 100%;
	font-family: verdana;
	font-size: 10pt;
	color:#000000;
}