body {
	margin: 20px 0;
	padding: 0 /*200px 0 200px*/;
	background-color: white/*#BBFFBB*/;
	}

div.container {
	width: 800px;
	margin: 0 auto;
	}

body.twocolumn .right {
	display: none;
	}

.main, .left, .right {
	height: 100%;
	margin-top: -20px;
	padding: 5px;
	}


.main {
	width: 470px;
	float: right;
	}

body.twocolumn .main {
	width: 630px;
	}

.left {
	width: 150px;
	float: left;
	}

.right {
	width: 150px;
	float: right;
	}


/*buttons stuff*/

.left ul {
	list-style: none;
	margin: 0;
	padding-top: 10px;/*180*/
	padding-left: 0px;
	padding-right: 0px;
	border: none;
	}
		
.left li {
	border: 0;
	padding: 2px;
	margin: 0;
	font-weight: bold;
	}

.left li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #000077/*#226622*/;
	color: white;
	text-decoration: none;
	width: 100%;
	}

.left li a span {
	display: block;
	padding-left: 10px;
	}

html>body .left li a {
	width: auto;
	}

.left li a:hover {
	background-color: /*white*/#BBBBFF;
	color: black;
	}

/* Other styling bits*/

a img {
	border: 0;
	}

strong {
	color: red;
	font-weight: bold;
	}

.date {
	color: red;
	display: block;
	}

.poster {
	font-style: italic;
	color: blue;
	font-size: 0.85em;
	display: block;
	}

.titleboxholder {
	text-align: center;
	margin-bottom: 2em;
	margin-top: -5px;
	}

.titlebox {
	width: auto;
	margin: 0 auto;
	padding: 7px;
	text-align: left;
/*	background-color: black;*/
	}


	
.title {
	display: block;
	padding-left: 10px;
	color: white;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	}

.fronttitlebox .title{
	margin: auto;
	}

.sectiontitlebox {
	width: 150px;
	margin: 0;
	padding: 2px;
	text-align: left;
	}

.right .sectiontitlebox {
	width: 100%;
	}

.sectiontitle {
	display: block;
	padding-left: 10px;
	color: black;
	font-weight: bold;
	}


div.top {
	background-color: #AA00AA/*red*/;
	height: 2px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	}

div.bottom {
	background-color: black/*#000077*//*blue*/;
	height: 2px;
	width: 80%;
	text-align: left;
	overflow: hidden;
	}

.fronttitleboxholder .bottom {
	background-color: #222266;
	}

.img1 {
	width: 100%;
	text-align: center;
	}

.logo {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	}

.logo img {
	width: 80px;
	padding-bottom: 20px;
	}



p.thumb img {
	float: left;
	}

.captiondiv {
	text-align: right;
	width: 400px;
	font-size: 0.8em;
	margin: 0 auto;
	}

.captiondiv2 {
	text-align: right;
	width: 300px;
	font-size: 0.8em;
	margin: 0 auto;
	}

.navback, .navfwd {
	height: 65px;
	width: 70px;
	display: block;
	}

.navback img, .navfwd img {
	display: none;
	}

.navback {
	float: left;
	}

.navfwd {
	float: right;
	}

.navback {
	background-image: url(/fencing/img/backblue.gif);
	}

.navback:hover {
	background-image: url(/fencing/img/backred.gif);
	}

.navfwd {
	background-image: url(/fencing/img/fwdblue.gif);
	}

.navfwd:hover {
	background-image: url(/fencing/img/fwdred.gif);
	}

#welcome {
	margin-top: 20px;
	}

/* rounded corners*/

/*.r {
	background-color: #9999FF;
	}*/


.textbox .r {
	background-color: #DDDDFF ! important;
	}

.titleboxholder .r {
	background-color: /*black*/#222266 ! important;
	}

.r1{margin: 0 5px; height: 1px; width: auto;}
.r2{margin: 0 3px; height: 1px; width: auto;}
.r3{margin: 0 2px; height: 1px; width: auto;}
.r4{margin: 0 1px; height: 2px; width: auto;}


.main .r, .left .r, .right .r {
	background-color: /*#9999FF*//*#282888*/#333388;
	}

.r5 {
	padding: 10px;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	}

.r6 {
	padding: 5px;
	}

.titlebox .r6 {
	padding 10px ! important;
	}

.r6 p {
	padding: 0;
	/*display: inline;*/
	}
