.RightPhoneNumberTitle {
	float : right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.1em;
}

.style13 {
	font-size: 16px;
	font-weight: bold;
}

#container
{
	margin: 0 auto;
	width: 981px;
	background: #fff;
}

#header
{
	background: #fff;
	padding: 5px;
}

#header h1 {
	margin: 0;
}

#navigation
{
	float: left;
	width: 981px;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{<br />
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover {
	cursor: crosshair;	
	background: #ccc;
	color: #803;
	text-decoration: none;
	}

#content-container
{
	float: left;
	width: 981px;
	background: url(../images/welcome2.gif) no-repeat ;
}

#section-navigation
{
	float: left;
   padding: 145px 15px 15px;
	height: 342px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	background: url(../images/conference_room.gif) no-repeat 20px 20px;
	display: inline;
}

#content
{
	float: left;
	padding: 15px 15px 15px;
	height: 472px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	list-style: disc url(../images/Bullet.gif) outside;
	background: url(../images/about_us_server_image.jpg) no-repeat 20px 400px;
}

#content h2 { 
	margin: 0;
}

#aside
{
	float: left;
	padding: 15px 15px 15px;
	height: 472px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	list-style: url(../images/Bullet.gif) outside;
	display: inline;
}

#aside h3 { margin: 0; }

#footer {
	clear: both;
	background: #333;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	border-top: 1px solid #efefef;
	padding: 5px 10px;
	line-height: 25px;
}

#footer #altnav {
/*	width: 350px; */
	float: right;
	text-align: right;
}

#footer #copyright {
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #803;
}