@charset "utf-8";

/*Basic set-up*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../budoJuneImages/Page-BgTexture.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin:0 0 2px 0;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fac6d3;
	margin:0 0 2px 0;
}
A:link {color:inherit;text-decoration: none}
A:visited {color:inherit;text-decoration: none}
A:active {color:inherit;text-decoration: none; color:#ff3063;}
A:hover {color:inherit;text-decoration: underline; color: #fff;}

/*site colours*/

/*

White: #fff
Pink:  #ff3063
Blue:  #

Dark Pink #EA285A
Darkest Pink #cc3259
Light Pink #FAC6D3

Greys - light to dark:
#cccccc
#666666
second to darkest (Content): #212021
Darkest (Header & Footer): #

/*

/* typography */

.newsSubhead {
	margin-bottom:22px;
	color:#666;
	}
.white {color:#fff;}
.blue {color:#5adff7;}
.pink {color:#ff3063;}
.grey {color:#666;}
.pinkLight {color:#FAC6D3;}
.pinkDark {color:#EA285A;}
.pinkDarker {color:#cc3259;}

/* Basic Layout elements */

#mainBodyWrapper {
	width: 890px;
	margin: 0 auto;
	padding:0px;
}
#header {
	height: 180px;
	background-color: #151515;
}
#content {
	overflow:hidden;
	background-color: #212021;
	background-image:url(../budoJuneImages/contentBg.gif);
	background-repeat: repeat-y;
}
#footer {
	overflow:hidden;
	height: 130px;
	background-color: #151515;
}

/* Header elements */

#utilityBar {
	height:30px;
	background-color:#333;
	padding:0 15px 0 15px;
	font-size: 12px;
	color:#999999;
}
#utilityLinks {
float:left;
line-height:30px;
text-align: left;
}
#utilityBar p{
margin:0px;
}
#mailLink {
display:block;
float:right;
line-height:30px;
text-align:right;
width:115px;
}
.mailLink {
text-align:right;
height:30px;
}
#mailLinkImg {
border:none;
width:15px;
margin:11px 5px 0px 0px;
padding:0px;
float:left;
}
#mailLink img{}
#mailLink table{}
#logo {
	height:150px;
	width:875px;
	background-image: url(../budoJuneImages/headerBg.gif);
	text-align: left;
	vertical-align: middle;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#logoImg {float:left;}
#promo {
color:#CCCCCC;
float:right;
font-size:18px;
font-weight:normal;
height:100px;
padding-right:55px;
text-transform:uppercase;
width:270px;
}

/* Content elements */

#contentLeft {
	float:left;
	width:565px;
	}
#contentNav {
	height:30px;
	margin:0px 0px 30px 0px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	border-bottom-width: 1px;
}
#contentNav p {
	margin:0px 0px 0px 95px;
	color:#ff3063;
	font-size:12px;
	line-height:30px;
}
#newsFeature {
width:515px;
padding:0 0 0 15px;
position:relative;
}
#newsImage {
float:left;
/*height:145px;*/
margin:0 15px 0 0;
padding:4px 0 0 0;
width:65px;
}
#newsStory {
	padding: 0px 0px 0px 80px;
	width:420px;
	}
#newsStory a {color:#fff;}	
.contentSeperator {
	height:10px;
	margin:40px 0px 22px 0px;
	background-image: url(../budoJuneImages/contentSeperator.gif);
	background-repeat: repeat-x;	
	}

#contentRight {
	float:right;
	width:280px;
	padding:10px 15px 30px 15px;
	height:500px;
	margin:0 15px 0 0;
	background-image: url(../budoJuneImages/pinkPanel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	}
#contentRight h1 {margin-bottom:-2px;}
#contentRight h2 {margin-bottom:15px;}
#contentRight hr {
background-color:#cc3259;
border:medium none;
color:#EA285A;
height:1px;
margin:12px 0;
}

/* Footer elements */
