body {
	margin:0;
	padding:0;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:16.5px;
	font-family:Arial;
	color:#666;
}
img{
	border-color:#EE1B2E;	
}
a{
	color:#EE1B2E;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#EE1B2E;
	text-decoration:underline;
}
#wrapper{
	width:1000px;
        margin-top:155px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(../images/menu_stretch.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}

/* 
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;
}
.imagePic{
	margin-top:0px;	

}
#fixed_footer{
    background-image:URL(../images/footer_background.gif);
    background-repeat:repeat-x;
	height:30px;
	text-align:center;
    width:100%;
    position:fixed;
    bottom:0px; 
}
#fixed_footer #footer_middle{
   width:960px;
   margin:0pt auto;
   padding:0px;
}
#fixed_footer ul{	
    text-align:center;
    padding:0px;
    margin:0px;  
    line-height:1.1em;  
}
#fixed_footer ul li{
    text-align:center;
    margin-right:10px; 
}
#fixed_footer ul li a{
    color:#B5B4B4;
    font-weight:normal;
    font-size:10px;
    line-height:1.8em;   
}
.footer_title {
    float:left;   
    color:#B5B4B4;
    font:bold 10px Arial;
    padding:8px 0px 0px 0px;    
    width:230px;
}
#fixed_footer .footer_nav
{
	float:left;
	width:460px;
	padding:6px 0px 0px 0px;    
}
#fixed_footer .twitter_facebook {
    width:270px;    
    color:#B5B4B4;
    font:10px Arial;
    float:left;
    padding:2px 0px 0px 0px;
}
#fixed_footer .twitter_facebook ul{	
    list-style: none; 
    margin:0;
    padding:0;
    }
#fixed_footer .twitter_facebook ul li{
    width:30px;
    display:inline;      
}
#fixed_footer .twitter_facebook ul li img.facebook,
#fixed_footer .twitter_facebook ul li img.twitter,
#fixed_footer .twitter_facebook ul li p {	
    float:left; 
}
#fixed_footer .twitter_facebook ul li img.facebook {
    width:24px;
}
#fixed_footer .twitter_facebook ul li img.twitter {
    width:34px;
}
#fixed_footer .twitter_facebook ul li p{
    width:75px;
    margin-top:4px;      
    text-align:left;
    padding:0px 0px 0px 10px;
}
.online_shop{
	margin-bottom:7px;	
	float:left;
}

.paging .currentpage
{
	display:inline;
	margin-right:5px;
	font-weight:bold;
}

.paging .pagelink
{
	margin-right:5px;
	
}

