body {
	margin:0;
	padding:0;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#74050D;
	font-size:11px;
	font-family:Arial;
}
img
{
	border:none;
}
a{
	color:#EE1B2E;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#mastheadmain{
	border-bottom:10px solid #DE2229;
}
#mainMenu
{
	text-align:center;
	padding-top:5px;
	height:51px;
	font-weight:bold;
	background-color:#11155e;
	margin-bottom:10px;
}
/* 
Minimum height doesn't work in IE (suprise suprise) so
I used the *body hack but that doesn't work in the crayon pushers
poxy safari browser so you have to use the ugly prop based work around
*/
.page_prop{
	height:600px;	
	float:right;
	width:0px;
	overflow:hidden;
}
/*****************/
h1{
	color:#EE1B2E;
	margin:0;
	padding:0;
	font-size:11px;
}
.clearline{
	clear:both;
	height:0px;
	overflow:hidden;
}
/*.cnr_left_top{
	position:absolute;
	top:-1px;
	left:-1px;
	width:9px;
	height:9px;
	overflow:hidden;
	background-image:url(../images/crn_top_left.gif);
	background-repeat:no-repeat;
}
.cnr_right_top{
	position:absolute;
	top:-1px;
	right:-1px;
	_right:-2px;
	background-image:url(../images/crn_top_right.gif);
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
}
.cnr_left_bottom{
	position:absolute;
	bottom:-1px;
	left:-1px;
	background-image:url(../images/crn_bottom_left.gif);
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
}
.cnr_right_bottom{
	position:absolute;
	bottom:-1px;
	right:-1px;
	_right:-2px;
	background-color:#FFF;
	background-image:url(../images/crn_bottom_right.gif);
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	overflow:hidden;
}*/

.ad_left, .imageleft
{
	float:left;
	margin: 5px 5px 5px 0px;
}

.ad_right, .imageright
{
	float:right;
	margin: 5px 0px 5px 5px;
}

.header_image
{
	margin-bottom: 10px;
}
.online_shop{
	margin-bottom:7px;	
	float:left;
}

.paging .currentpage
{
	display:inline;
	margin-right:5px;
	font-weight:bold;
}

.paging .pagelink
{
	margin-right:5px;
	
}
.morelink{
	float:right;	
}
