﻿@charset "utf-8";
/* CSS Document */
/*gallerypagehead*/
div.gallerypagehead{
    float:left;
    width:695px;
	height:30px;
	margin-top:5px;
    }	
div.gallerybg{
	background-image:url(../images/inner_tile.jpg);
	background-repeat:repeat-y;
	width:699px;
	float:left;
}	
/*gallery seperator*/
div.gallerysep{
    float:left; 
    width:695px;
	height:185px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
    }
/*gallery seperator*/
div.gallerysepbottom{
    float:left; 
    width:695px;
	height:185px;
    }	
/*gallerybox*/	
div.gallerymc{
    width:214px;
	height:165px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
	float:left;
	margin-left:7px;
	margin-top:10px;
	}
/*gallerybox*/	
div.gallerymcnb{
    width:214px;
	height:165px;
	float:left;
	margin-left:12px;
	margin-top:10px;
	}	
/*heading*/
div.galleryc{ 
    width:195px;
	margin-left:9px;
	margin-top:2px;
    }
/*more*/
div.gallerymore{ 
    width:195px;
	margin-left:9px;
	margin-top:2px;
	text-align:right;
    }	
/*font styles*/
.stylemore{
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
	
}	