#main{ 
	height: 500px;
	width: 800px;
	background: url(images/bg3.gif) no-repeat;
	border: 1px solid #aaa;    
	margin: 28px 90px 28px 90px;
	padding: 0px;
	}

#column1 {
position:absolute;
height: 350px;
width:360px;
margin-top: 15px;
margin-left: 1px;
	}
	
.column2 {
position: relative;
float:right;
margin-top: 20px;
margin-right: 10px;
height: 350px;
width: 350px;
background-color: white;
}

	
.toolbar {
margin: -125px 0px 0px 90px;
height: 20px;
width: 798px;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
background-color: #313031;
}

.menu {
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
    background-color: #313031;
    padding: 1px;
	margin-left: 52px;
}
.menu:hover {
    background-color: #5A8EC6;
}


a.sub {
    width: 197px;
	height: 100px;
	border: 1px solid black;
    margin-top: 15px;
	padding: 1px;
	display:block;
	float:right;
		}

.sub:hover{ border: 1px solid #aaa;}		
	
a.menu1{background:url(images/id.jpg);}
a.menu2{background:url(images/pd.jpg);}
a.menu3{background:url(images/print.jpg);}

.class {display:block; position:absolute; width:360px; height:360px; top:50px; left:20px; padding:0;}

#contact	{
 	float:left;
	height: 200px;
	width:300px;
	margin-top: 90px;
	margin-left: 50px;
	overflow: auto;
	text-decoration: none;
	font-style:normal;
	}
	
.counter {
margin-top: 40px;
margin-left: 115px;
float:left;
}


.guestbook {
position: absolute;
margin-top: 75px;
margin-left: 110px;
float:right;
color: white;}

.book {
    color: white;
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #313031;
    padding: 2px 15px 2px 15px;
    margin-left: 2px;
}

