/* Brightstar Communication */ 

/* This is the tag for the foundation */ 

div#container {
	margin:0 auto;
	width: 800px;
	text-align:center;
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-top-color: #F4F4F4;
	border-top-style: solid;
	border-top-width: 1px;
	position: static;
}
	
div#logo {} 
/* the top navigation codes */

div#navspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	width: 700px;
	margin-left: 40px;
} 

/* individual text for navigation */

div#nav001 {}
 
div#nav002{} 

div#nav003 {} 

div#nav004 {} 

div#nav005{} 

/* graphics tags */ 

div#events {} 

div#aboutus {}
 
div#contactus {} 

div#services{} 

div#business {} 

div#individual{} 

div#bookwork {} 

/* tags for cols */

div#rcolumn {
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-left-color: #006699;
	border-left-style: solid;
	border-left-width: 1px;
	text-indent: 10px;
} 

div#lcol {} 

/* for the content */ 

div#mcontent {
	width: 533px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 15px;
} 

divinsidecontent {}

/* tags for bottom section */ 

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
} 

div#cright_signature {} 

