
body{
font-family: verdana;
font-size: 14px;	
}

#header{
padding: 5px;
border-style: dashed;
border-width: 1px;	
	
}

h1{

font-size: 20px;
line-height: 70%;
	
}

#left {
position: absolute;
left: 1%;
width: 22%;
/*width: 240px;*/
top: 106px;
background-color: #ffffff;
padding: 3px;
border-style: dashed;
border-width: 1px;
}

#content {
position: absolute;
left: 25%;
width: 50%;
top: 106px;
background-color: #ffffff;
overflow: auto;
border-style: dashed;
border-width: 1px;
}

#right {
position: absolute;
left: 76%;
width: 22%;
top: 106px;
background-color: #ffffff;
overflow: auto;
padding: 5px;
border-style: dashed;
border-width: 1px;
}

#title{
background-color: #FFCC66;
font-weight: bolder;
}

#innerblock{
	padding: 3px;
}

a:link { color: #0000FF; font-weight: bolder; }
a:visited { color: #0000FF; font-weight: bolder;}
a:hover{ color: #0000FF; font-weight: bolder; text-decoration: none; }

img{
	
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
}