body {
	background-color: #272F3F;
	scrollbar-face-color: #2E425A;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #2E425A;
	scrollbar-3dlight-color: #2E425A;
	scrollbar-arrow-color:  #BCCBDC;
	scrollbar-track-color: #2E425A;
	scrollbar-darkshadow-color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(/images/backgroundbreak.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top-left;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #2E425A; border: 1px #597795 solid; }


/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.gennsc { font-size : 12px; }
.gennscbold {
	font-size : 12px;
	font-style: oblique;
}
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: {T_BODY_HLINK}; text-decoration: none; }
.subheading {font-size:18px ; color:#C1CDDD; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #C1CDDD; }
a.mainmenu		{ font-size : 11px; text-decoration: none; color : #C1CDDD;  }
a.mainmenu:hover{ font-size : 11px; text-decoration: none; color : #FFFFFF; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; }
a.nav			{ text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover		{ text-decoration: none; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 765px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-right: 0px;
	font-size: 11px;
}

#side-a {
	float: left;
	width: 130px;
	border-width: 1px;
	border-style: solid;
	border-color: #597795;
	height: 700px;
}

#side-b {
	float: right;
	width: 140px;
	border-width: 1px;
	border-style: solid;
	border-color: #597795;
	background-image: url(/images/rightcolumn.jpg);
	background-repeat: repeat-y;
	background-position: right;
	color: #FFFFFF;
	height: 700px;
	
}

.tinytableopacity    {
FONT-SIZE: small;
FONT-FAMILY:sans-serif;
background: transparent;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;}


.tinytableopacity TD {
border:1px solid black;
FONT-SIZE: xx-small;
FONT-FAMILY: sans-serif;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;}


#content {
	float: left;
	width: 62%;
	border-width: 1px;
	border-style: solid;
	border-color: #597795;
	margin-left: 2px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #2E425A;
}

#footer {
	clear: both;
}

/* Main Site Sub Nav Small */
.mainmenu		{
	font-size : 10px;
	color : #597795;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.mainmenu		{ text-decoration: none; color : #BDCBDC;  }
a.mainmenu:hover{ text-decoration: none; color : #597795; }

.cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(http://www.nationalshowcars.co.uk/images/menubutton.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 130px;
	height: 28px;
	margin: 0;
	padding: 0;
	color: #C1CDDD;
	font-size: 12px;
}

.cssnavheader
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(http://www.nationalshowcars.co.uk/images/menuoffheader.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 130px;
	height: 28px;
	margin: 0;
	padding: 0;
	color: #C1CDDD;
	font-size: 12px;
}

.cssnavheader span
{
	position: absolute;
left: 5px;
top: 5px;
	margin: 0px;
	padding: 0px;
} 

.cssnav a
{
display: block;
color: #FFFFFF;
font-size: 11px;
width: 130px;
height: 28px;
display: block;
float: left;
text-decoration: none;
}

.cssnav img
{
width: 130px;
height: 28px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 15px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

a:link {
	color: #C1CDDD;
	text-decoration: none;
}
a:visited {
	color: #C1CDDD;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
