body {
	background-image: 	url("img/bg_diagonal_stripes.gif");
	text-align: 		left;
	min-width: 			818px;
	font-family: 		arial;
	font-size: 			11px;}

div {
	border: 			solid red 0px;}
	
img {
	border:				0px;
	border-color: 		green;
	padding: 			0 0 0 0;}

a {
	border:				0;
	font-family: 		arial;}

a:link,a:visited,a:active {
	text-decoration:	none;}

a:hover {
	color: 				#9550b3;}

table {
	border: 			1;
	padding: 			0 0 0 0;
	margin: 			0 0 0 0;
	border-spacing: 	0px;}
	
hr {
	height:				1px;
	color:				#f3f3f3;
	border: 			1px;}
	
a.nav {
	font-size:			14px;
	font-weight: 		bold;
	color: 				black;}
	
a.nav:hover {
	color: 				#9550b3;}
	
a.rtcol {
	font-weight: 		bold;
	color: 				#603374;}
	
a.rtcol:hover {
	color: 				#9550b3;}	
	
#wrapper {
	overflow:			visible;
	z-index: 			1;
	background-image: 	url("img/bg_canvas_gradient.png");
	background-repeat: repeat-y;
	width: 				818px;
	position: 			absolute;
	//height: 			100%;
	top: 				0px;
	left: 				50%;
	margin-left: 		-409px;}
	
#content {
	z-index: 			1;
	width: 				752px;
	position: 			relative;
	top: 				0px;
	left: 				50%;
	margin-left: 		-376px;}
	
	
#footer {
	background-repeat: 		no-repeat;
	z-index: 			1;
	width: 				752px;
	height:				51px;}	

.dashedLine {
	background-image: 	url("img/bg_dashed_line.gif");
	background-repeat: 	repeat-y;}

.purple {
	color: 				#9550b3;}

.darkPurple {
	color: 				#603374;}
	
.grey {
	color:				#666666;}
	
	
.blogSubj {
	font-size: 			16px;
	font-weight: 		bold;}	

.blogDate {
	color: 				#9550b3;}
	
.blogMsg {
	color:				#666666;}	
	
.blogAuthor {
	color:				#666666;}
	
.bar {
	background-color: 	black;
	width:				752px;
	height:				17px;
	vertical-align: 	middle;}			


