/* CSS Document */

body{
color:#494949;
}

#header {
}

#nav{
float:left;
background:#CCCCCC;
width:205px;
height:700px;
}

#body {
float:left;
margin-left:20px;
width:700px;
}

#address{
font-size:11px;
font-family:Tahoma;
margin-top:10px;
}

.style1 {
color:#000000;
}

.style2 {
font-family:Tahoma;
	font-size:24px;
	}

.bodyjustified{
text-align:justify;
font-family:Tahoma;
	font-size:11px;
}