﻿body,html {
    margin:0 auto;
    padding: 10px;
    color:#000;
 
    }
body {
    width:90%;
   	font: .9em Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #9CF;   	
    }
 
#wrap {
	background-color: #FFF;
    }
 
#header {
	margin-top: 10px;
	padding: 5px 10px 5px 5px;
	font-size: smaller;
	text-align: right;
	height: 100px;
	background-color: #F7EFD6;
	background-image:url('images/logo.jpg');
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 3px #9CF solid;
	}
 
#footer {
	font-size: 85%;
	clear: both;
	height: 15px;
	margin: 5px 0 0 0;
	padding: 10px 15px 15px 15px;
	color: #333;
	vertical-align: top;
	border-top: 1px black solid;
	text-align: right;
}

#main img {
	border: 1px black solid;
} 
   	    
#main {
	margin: 20px 10px 20px 0;
    float: right;
    padding-left: 20px;
    }
#sidebar {
    padding: 10px 10px 0 10px;
    }
    
table.table1 {
	width: 90%;
	clear: both;
}
table.table1 td.info {
	text-indent: 20px;
	list-style-type: disc;
	}
table.table1 td.title {
	font-weight: bold; 
	font-style: italic;
}

#right {
	float: right; 
	display: inline;
	background-color: #F7EFD6;	
	}
	
table.address {
	float: right;
}	

table.address td {
	padding-right: 10px;
	text-align: left;
}

table.address td.big {
	font-size: 120%;
}
#small30 {
	width: 200px;
		display: inline;
}
#small70 {
	display: inline;
}
table.table2 td.style2
	{
	border: thin black solid;
}