body {
	margin:4px;
}
#main {
	width:952px;
	margin:0 auto;
}
#leftside {
	float:right;
	width:329px;
}
#rightside {
	float:right;
	width:623px;
}
#logo {
	width:329px;
	height:233px;
	background-image:url('graphics/logo-bronc.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}
#title {
	width:623px;
	background-image:url('graphics/title-bg.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
}
#titleimg {
	margin:0 0 20px 0;
}
#menu {
	width:280px;
	height:105px;
	background-image:url('graphics/menu-bg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}
#menu ul
{
    list-style:none;
    line-height:1.7em;
    padding-left:20px;
}
#menu a
{
    text-decoration:none;
    color:#010566;
    font-weight:bold;
    font-size:1.1em;
}
#body {
	width:623px;
	height:120px;
	background-image:url('graphics/body-bg.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
.leftborder, .topborder {
	display:inline;
	float:left;
}
.rightborder {
	display:inline;
	float:right;
}
.rightborderbottom {
	display:inline;
	float:right;
}
.bottomborder {
}
.bottombg {
}
.topbg {
	width:100%;
	height:8px;
}
.toprightbg {
}
.content {
	padding:10px;
}