/* Standard HTML elements */
body
{
	background : Black;
	font: 11px/17px "lucinda grande", tahoma, arial, verdana, sans-serif;
	color : #EB7E3B;
	margin : 0;
	padding : 0;
	text-align : center;
}
div
{
	text-align : center;
	vertical-align : middle;
}
hr
{
	border : solid 1px #EB7E3B;
}
img
{
	border : none;
}
p
{
	padding : 0;
	margin : 3px;
	text-decoration : none;
}
ul
{
	margin-bottom : 0;
}
li
{
  	margin-top : 0;
	padding : 0 0 6px 0;
}


/* Page Layout elements */
#container
{
	width : 810px;
	margin : 0 auto;
}
#header
{
	height : 150px;
	padding-top : 17px;
	margin-left : -11px;
}
#header img
{
	clear: both;
}
#content
{
	height : 300px;
	padding : 10px;
	margin : 10px 0;
}
#content-left
{
	width : 160px;
	float : left;
	position : relative;
	padding-bottom : 10px;
}
#content-right
{
	width : 460px;
	float : left;
	position : relative;
	left : 5px;
}
#content-sponsors
{
	width : 160px;
	float : left;
	position : relative;
	left : 20px;
}
.sponsor
{
	text-align : center;
	border : none;
	padding : 10px 0px;
	background : White;
	margin : 0;
}
#truecreations
{
	clear : both;
	color : #EB7E3B;
	position : relative;
	font-size : x-small;
	margin : 0px 20px 30px 20px;
	border : 1px black solid;
}
#truecreations2 a
{
	border : dotted 1px Black;
}
.w3c
{
	float : right;
	display : inline;
}
#siteflags
{
	text-align : center;
	vertical-align : middle;
}
#usflag
{
	position : relative;
	margin-right : 100px;
}
#ukflag
{
	position : relative;
	margin-left : 100px;
}
#indexpage
{
	background : Black url('../images/rowingtraderindex.jpg') no-repeat;
	width : 800px;
	margin : 0 auto;
	padding : 20px 5px;
	text-align : left;
}
#leftindex
{
	position : relative;
	float : left;
	width : 300px;
	text-align : left;
	margin : 150px 0px;
}
#rightindex
{
	position : relative;
	float : right;
	width : 300px;
	text-align : right;
	margin : 150px 5px 0px;
}
#advertisenow
{
	position : relative;
	margin : 0;
	clear : both;
}

/* Menu Navigation area */
.advert
{
	border : White 1px solid;
	color : White;
	text-align : center;
	vertical-align : middle;
}
.navsection ul
{
	padding : 0px 10px 20px 10px;
	list-style : none;
	margin : 0;
	text-align : left;
}
.navsection li
{
	padding : 3px 5px;
}
.nav-header
{
	background : #E44C12 url('../images/tabtl10.gif') no-repeat 0 0;
	color : Black;
	font-weight : bold;
	font-size : larger;
	text-align : center;
	padding-left:5px; padding-right:5px; padding-top:3px; padding-bottom:3px
}
.nav-item
{
	background : White;
	color : Black;
	border-right : #E44C12 1px solid;
	border-left : #E44C12 1px solid;
	font-size : larger;
	text-align : center;
}
.nav-footer
{
	background : #E44C12 url('../images/tabbr10.gif') no-repeat 100% 100%;
	height : 8px
}

/* Hyperlink elements */
a:active, a:link, a:visited
{
	color : #EB7E3B;
	text-decoration : none;
	padding : 3px 5px;
}
a:hover
{
	color : #EB7E3B;
	text-decoration : underline;
}
.nav-item a:hover
{
	color : White;
	background : #E44C12;
	text-decoration : underline;
}
a img
{
	border : dotted 1px Black;
}
#indexpage a
{
	border : dotted 1px Black;
	padding : 5px;
}
#indexpage a:hover img
{
	border : dotted 1px #EB7E3B;
}
#leftindex a img, #rightindex a img
{
	margin : 30px 0;
}
a.bannerad img
{
	border : dotted 1px #EB7E3B;
	margin-bottom : 15px;
}

/* Font styles */
h2
{
	color : White;
}