html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #000000;
	background-image: url(../bespoke/structure/bespokeredmenu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#container {
}

/*left section*/
#leftcol{
	background-color: #b20808;
	width: 150px;
	float: left;
}

#left menu{
	width:150px;
	float: left;
}

#leftmenu a{
	display:block;
    width: 140px;
    padding:5px;
	text-decoration:none;
	color:#F3E9B7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
    font-weight: bold;
}

#leftmenu a:hover{
background:#F3E9B7;
color:#b20808;
}

.menutop{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*middlesection*/
/*middlesection - Top Menu*/
#middlecol{
	width: 700px;
	float: left;
}

#topimage{
	height: 65px;
	width: 700px;
	float: left;
}
#topmiddlemenu{
	width:700px;
	height: 23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #f3e9b6;
	float: left;
}

#topmiddlemenu a{
	text-decoration:none;
	font-size: 0.7em;
	display: block;
	width: auto !important;
	max-width: 90px !important;
	height: 23px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left:0;
	margin-right:0;
	font-weight: bold;
	line-height: 1em;
	color: #b20808;
}

#topmiddlemenu a:hover{
	background-color: #b20808; 
	color:#F3E9B7;
}


/*middlesection - Content*/

#content{
	width: 700px;
	height: 100%;
	float: left;
}

#left{
	float: left;
	width: 390px;
	height: 100%;
}

#right{
	width: 300px;
	float: left;
	height: 100%;

}

#thumbimage{
	float: left;
	height: 100%;
	width: 300px;
	text-align: right;
}

.thumbimageinformationspace{
	margin-top: 10px;

}

#thumbimageinformation{
	font-size: 1.3em;
	color: #999999;
	text-align: right;
	font-weight: bold;
}



/*rightsection*/
#rightcol{
	width: 150px;
	float: left;
	text-align: right;
}


/*bottom menu*/
#bottommenu{
	float: left;
	height: 50px;
	width: 1000px;
	clear: left;
	position: relative;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
}

#bottommenupad{
	float: left;
	height: 50px;
	width: 150px;
	background-color: #b20808;
}

#bottommenucontent{
	float: left;
	height: 50px;
	width: 850px;
	background-image: url(../globalstructure/contactinfo/contactdetails.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#box{
	height: auto;
	width: 700px;
	float: left;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}