/* PANEL EDGE */
#panel{
width: 10px;
height: 320px;
text-align: left;
float:right;
}

/* WELCOME */
#welcome{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
width: 330px;
height:330px; 
text-align:left;

padding:25px;
background-image:url(../images/content/green_panel.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#overview_title{
width: 330px;
	margin-bottom:15px;
	text-align: left;
	float:left;
	}
	
#overview_body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	width: 315px;
	height:150px;
	text-align: left;
	padding-right:15px;
	overflow:auto;
	float:left;
}

#overview_body ul{
list-style-type: none;
padding: 0px;
margin: 0px;
text-align: left;
}

#overview_body li{
background-image:url(../images/content/square.gif);
background-repeat: no-repeat;
background-position: 0% .2em;
padding-left: 20px;
}

#image{
width: 330px;
height:100px;
	margin-bottom:15px;
	text-align: left;
	float:left;
	}