﻿#top{
position:absolute;
top:20px;
left:52px;
width:500px;
z-index:100;
}

#left{
position: absolute;
top: 144px;
left: 52px;
width: 275px;
width:150px;
border: 0px solid blue;
padding: 5px;
ine-height: 20px;
z-index: 50;
font-family : Sans-Serif;
font-size : 17px;
}

#right{
position: absolute;
top: 150px;
left: 215px;
width: 400px;
border: 0px solid blue;
width: 470px;
padding: 5px;
line-height: 20px;
z-index: 50;
font-family : Sans-Serif;
font-size : 14px;
color : #000000;
}

.red{
color: #ff0000;
}

.blue{
color: #0000ff;
}

.maroon{
color: #800000;
}

.big{
font-family : Sans-Serif;
font-size : 16px;
font-weight : 10;
}

.large{
font-family : Sans-Serif;
font-size : 18px;
font-weight : 10;
}

.small{
font-family : Sans-Serif;
font-size : 10px;
}


body {
font-family : Sans-Serif;
font-size : 12px;
color : #000000;
background: white url(bg.jpg);
}

a:link {color : #000080;}
a:active {color : #ffffff;}
a:visited {color : #000080;}
a:hover {color : #8080ff;}-->
