/* This is CSS design for the British Legion Memorabilia Collectors Club */

body {
	margin:0;
	padding:0;
	
}

h1{
	font-size: 24px;
	text-align: center;
}

a:link {
	color: #0033FF;
	text-decoration:underline;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a:active {
	color: #0066FF;
	text-decoration: underline;
}

a:visited{
	color: #003366;
}

.h2{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#wrapper 
{
	width:960px;
	margin:0 auto;
	padding:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
}

/* header */

#header {
	padding:0;
	background-image: url(../images/masthead.jpg);
	height: 110px;
}


/* top navigation */
#topnav 
{
	margin: 0px;
	padding-top: 105px;
}
.topnav_td 
{
	padding:0;
	margin:0;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 137px;
	height: 35px;
	background-color: #001F5E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #00CCFF;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
}

#topnav a
{
	text-decoration:none;
	color:#FFFFFF;
	border: none;
	
	
}
#topnav a:hover
{
	text-decoration:underline;
	color: #519AFF;
	
}


#main 
{
	clear: both;
	background-color: #fff;
}

/*content */
#content {
	width:675px;
	float:left;
	padding-left: 50px;
	
}
.content{
	padding:10px 0;
	margin:3px 0;	
	font-family:  Verdana, Arial, serif;
	font-size:14px;
}
.img{
	padding: 10px;
	height: 300px;
	width: 300px;
	border: 1px dashed #CCCCCC;
	margin-right: 10px;
}
#content a:link {
	color: #0000FF;
	text-decoration: underline;
}

#content a:active {
	color: #0000FF;
	text-decoration: underline;
}

#content a:hover{
	color: #008000;
	text-decoration: underline;
}

#content a:visited{
	color: #ff0000;
}


/* column */
#column {
	width:186px;
	float:right;
	color:#333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../images/column.jpg);
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C6BDCD;
	background-color: #EEC02D;
} 


/* footer */
#footer {
	margin:0 auto;
	padding: 7px 0;
	border-top:1px solid #003366;
	clear: both;
	font-size: 80%;
	color: #ffffff;
	text-align:left;
	width:960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #001F5E;
	height: 70px;
}

#footer_txt{
	padding: 10px;
	width: 600px;
	float: left;
}
#footer_img{
	text-align: right;
	height: 31px;
	width: 200px;
	float: right;
}

#footer a:link {
	color: #0066FF;
	text-decoration: underline;
}

#footer a:active {
	color: #0066FF;
	text-decoration: underline;
}

#footer a:hover{
	color: #0066FF;
	text-decoration: underline;
}

#footer a:visited{
	color: #0066FF;
}

.rank {
}