/* Start of CMSMS style sheet 'BKCO - HOME' */
body,
html {
   margin:0;
   padding:0;
   color:#FFF;
   background:#000;
}

#wrap {
  width:819px;
   margin:0 auto;
}

#header {
	width: 819px;
	height: 107px; background-image: url(uploads/layout/header.gif);
}

#main {
	float:left;
	width: 410px;
	height: 530px;
	background-image:url(uploads/layout/main-left.jpg);
}

#sidebar {
	float: right;
	width: 409px;
	height: 530px;
	background-image:url(uploads/layout/main-right.jpg);
}

#footer {
	clear: both;
	width: 819px;
	height: 37px;
	background-image:url(uploads/layout/footer.gif);
}


#nav {
	padding-top: 65px;
	padding-left: 45px;
}


/* Older */

ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}	

ul.NoBulletNoIndent ul{
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0px;
}	


ul.NoBulletNoIndent li{
	color:#dfd0b9; 
	font-size: 12pt; 
	font-family: "Trajan Pro";
	line-height: 16pt;
	font-weight:bold;
	padding-bottom: 3px;
}

ul.NoBulletNoIndent li a{
	color:#dfd0b9; 
	font-size: 12pt; 
	font-family: "Trajan Pro"; 
	line-height: 16pt; 
	font-weight: bold;
	text-decoration:none;
}

ul.NoBulletNoIndent li a:hover{
	color:#FFF; 
	font-size: 12pt; 
	font-family: "Trajan Pro";
	line-height: 16pt;
	font-weight: bold; 
	text-decoration:none;
}

/* End of 'BKCO - HOME' */

