body {
	text-align: left;
	background-color: #000000;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	}

.clear { clear:  both; }

#page {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	}

#header {
	width: 900px;
	height: 89px;
	background: #000 url(images/bkgrnd_header.jpg) repeat-x;
	}


#container {
	background: #000 url(images/side_banner_bkgrnd.gif) repeat-y;
	 }


.sidebar {
	width: 164px;
	background: #000 url(images/side_banner_bkgrnd.gif) repeat-y;
	float: left;
	}

.sidebar img {
	display: block;
	}

.content {
	width: 733px;
	min-height: 600px;
	margin-top: 3px;
	float: right;
	background: #FFF;
	}

/* mac hide \*/
  * html .content {
	height: 600px
	}
/* end hide */

.content_text {
	padding: 0 10px 10px 10px;
	}


#footer {
	clear: both;
	background-color: #000;
	}

a:link {
	color:#000000;
	}

a:visited {
	color:#666666;
	}

a:hover {
	color: #B30202;
	}

h1 {
	font-size: 22px;
	color:#000000;
	}
	
h2 {
	font-size:20px;
	color:#000000;
	}

h3 {
	font-size:18px;
	color:#000000;
	}

h4 {
	font-size:16px;
	color:#000000;
	}

h5 {
	font-size:20px;
	color:#000000;
	}

ul.NoBullet {
  list-style-type: none}

#phone {
	float: right;
	width: 200px;
  	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	}

#phone a, #phone a:visited{
	padding: 0 10px 0 0;
	color: #FFF;
	text-decoration: none;
	}

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


/*Copyright Container*/
.copyright{
	text-align: center;
	font-size:10.5px;
	color:#ffffff;
	padding-top: 5px;
	}

.copyright a:link {
	color:#ffffff;
	}

.copyright a:hover {
	color: #B30202;
	}


