@charset "UTF-8";
/* CSS Document */


#wrapper{
	position:absolute;
	padding:0;
	width:1024px;
	height:768px;
	}

#container{
	position:absolute;
	height:1024px;
	width:962px;
	}
	
#header{
    position:absolute;
	height:300px;
	width:962px;
	left:600px;
	background:url(../images/bcbanner.jpg) no-repeat;
}

#logo{
	position:absolute;
	float:left;
	clear:both;
	width:350px;
	height:300px;
	left:300px;
	background:url(../images/bclogo.png) no-repeat;
}

#nav{
	position:absolute;
	height:50px;
	width:958px;
    top:275px;
	color:#FFFFFF;
	font-family: Franklin Gothic Heavy, sans-serif;
	font-size:36px;
	text-transform:uppercase;
	text-decoration:none;
	list-style-type:none;
	background:url(../images/navbg.png) repeat-x;
	border:solid 2px #000033;

    
}

#linkgroup li{
	position:absolute;
	top:2px;
	left:125px;
    color:#FFFFFF;
    font-family: Franklin Gothic Heavy, sans-serif;
	font-size:36px;
	text-transform:uppercase;
	text-decoration:none;
    list-style-type:none;
}

#linkgroup li a{
    font-family: Franklin Gothic Heavy, sans-serif;
	font-size:36px;
	text-transform:uppercase;
	text-decoration:none;
    list-style-type:none;
	padding:0em .5em;
	color:#FFFFFF;
 	text-decoration:none;
	
}

#linkgroup li a:hover{
	color:#0099FF;
}


#about{
	position:absolute;
	display:block;
	top:325px;
	left:600px;
	float:left;
	clear:both;
	width:958px;
	height:700px;
	background:#FFFFFF;
	border:solid 2px #333333;
}

#about p{
	font-family: Franklin Gothic Heavy, sans-serif;
	font-variant:small-caps;
	font-size:24px;
	text-align:center;
	left:-30px;
	color:#333333;
	position:absolute;
	width:1024px;
	bottom:-10px;
	}

#about img{
	position:absolute;
	display:block;
	float:left;
	left:85px;
	clear:both;
	width:775px;
	height:575px;
	top:15px;
	border:solid 2px #333333;
	}

#portfolio{
}

#portfolio #portfolio_on {
color:#0099FF;
} 

#home #home_on {
color:#0099FF;
} 

#gallery{
    position:absolute;
	float:left;
	clear:both;
	width:1024px;
}

#gallery a{
	padding:0.2em;
	list-style-type:none;
	
}

#gallery img{
	text-decoration:none;
	border:solid 2px #333333;
}

#gallery p {
  text-transform:uppercase;
  text-decoration:none;
  font-family: Franklin Gothic Heavy, sans-serif;
  font-size:36px;
  color:#333333;
  top:580px;
  }

body{
	margin:0;
	padding:0;
	height:768px;
	background:#5e5c66;
	font-family: Euphemia UCAS, sans-serif;
}

#footer{
    position:fixed;
	width:100%;
	height:50px;
	bottom:0px;
	background:url(../images/navbg.png) repeat-x;
	border:solid 2px #000033;
}

#footer p{
	position:relative;
	float:left;
	clear:both;
	display:block;
	padding:2px 0 0 35%;
	font-family: Euphemia UCAS, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}


