﻿/* Source: http://css.maxdesign.com.au/floatutorial/tutorial0915.htm
*/
#container
{
	width: 98%;
	margin: 5px auto;
	background-color: black;
	color: #333;
	border: 1px solid  #270001;
}

#divTitle
{
	padding: .5em;
	background-color: #270001;
	border-bottom: 2px solid #270001;
	background-image: url(/blog/Images/ARSmasthead-bg.png);
	background-repeat: no-repeat;
	height: 70px;
	color: #ffffff;
}

#divTitle h1
{
	padding: 0;
	margin: 0;
}

#divLeft
{
	font-size: 9pt;
	float: left;
	width: 195px;
	margin: 0;
	padding: 2px;
	color: #fff;
	background-color: #270001;
}

#divLeft a          { 	text-decoration: none; color:Orange;}
#divLeft a:hover    { 	text-decoration: none; color:Olive; }
#divLeft a:visited  { 	text-decoration: none; }
#divLeft a:active   { 	text-decoration: none; }

#divLeft h2
{
	color: Orange;
}

#divContent
{
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 10px;
	border-right: 1px solid gray;
	padding: 1em;
	background-color: #fff;
	background-repeat: repeat;
}

#divContent a          {    text-decoration: none; color: #0099FF; }
#divContent a:hover    { 	text-decoration: none; color:Olive; }
#divContent a:visited  { 	text-decoration: none; }
#divContent a:active   { 	text-decoration: none; }


#divFooter
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
}





