body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image:url(images/building_bg.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
}

img{  
	border-style: none;
}


h1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#990000;
margin-bottom:0px;
}

hr {
border: none 0;
border-top: 3px solid ##920000;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

a:link {
	color: #920000;
	text-decoration:none;
}
a:visited {
	color: #920000;
	text-decoration:none;

}
a:hover {
	color: #333333;
	text-decoration:none;

}
a:active {
	color: #920000;
	text-decoration:none;
}




#main {
width:100%;
text-align:center;
}

#nav_bar {
}

#logo {
float:left;
width:321 px;
height:322 px;
}

#content {
float:right;
width:550px;
padding:10px;
background-color:#FFFFFF;
}

