body	{ background-image : url(./img/bg.gif);
				background-attachment: fixed;
				/*text-align: center; */
			}

a 			{ color:steelblue;
					text-decoration: none;}
a:hover	{ color:red }
a img		{ border: none;
					text-decoration: none;}

td		{ font-size: 11pt; }
th		{ font-size: 11pt; }


/* Base Color and Base backGround */
.bc		{ color: rgb(0,150,200);}
.bg		{ background-color: rgb(0,150,200);}


/* Image Color and Image Backghround */
.ic		{ color: rgb(255,100,100);}
.ib		{ background-color: rgb(255,100,100);}



#container	{	text-align: center; }

#banner	{	text-align: left; }


#center	{	float: left; }

.block	{	text-align: left;
					border: 1px dotted steelblue;
					padding :  0px 10px; }


.content	{	padding: 5px 5px 5px 5px;
						color: #444444;
						text-align: left; }

.content h2	{	font-size: small;
							text-align: left;
							font-weight: bold;
							margin-bottom: 10px; }

.content h3	{	font-size: medium;
							text-align: left;
							font-weight: bold;
							margin-bottom: 10px; }

.posted	{	color: #444444;
					font-size: small;
					border-top: 1px solid #999999;
					text-align: left;
					line-height: 150%;
					margin-bottom: 10px; }


#right	{	float: left;
					text-align: left; }

#calendar	{	color: #444444;
						font-size: x-small;
						text-align: center;
						margin-bottom: 10px; }

#calendar caption	{	font-size: small;
										font-weight: bold; }

#categories ul	{	padding-left: 15px; }
#categories li	{	list-style-type: circle; }

#archive	{	font-size: small;
						text-align: center;}


.sidebar h2	{	color: #444444;
							text-align: center;
							font-size: small;
							font-weight: bold;
							line-height: 300%;
							border-top: 2px solid #999999;
							text-transform: uppercase; }

.sidebar ul	{	padding-left: 0px;
							margin: 0px;
							margin-bottom: 0px; }

.sidebar ul ul{	margin-bottom: 0px; }

.sidebar li	{	color: #444444;
							font-size: x-small;
							text-align: left;
							margin-top: 1px;
							list-style-type: none; }


/* 