body 
{
	margin:0 auto;
	padding:0; 
	height:100%;
	font:75% Geneva, Arial, Helvetica, sans-serif;
}

p {
	line-height:1.75em;
	color:#999;
	font:.85em  Verdana, Geneva, sans-serif;
	margin-bottom:1em;
	}
		
strong {font-weight:bold;}

a { 
	color:#999;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #000;
	}
	
a:active {text-decoration: none;}

#wrap {	
	margin:0 auto;
	margin-top:0px;
	margin-bottom:20px;
	}
	
	.index {width:755px;}
	
	.content {width:720px;}
	
	.cWrap {
		width:480px;
		float:left;
		padding-right:20px;
	}
	
	.subColumn {
		float:left;
		width:153px;
	}
	
#mainNavigation {
	background:#e3e4e1;
	margin:4px 0 0px 8px;
	padding:30px 10px 0 8px;
	height:235px;
	text-align:right;
	width:125px;
}

	#mainNavigation li { line-height:1.75em;}
	
		#mainNavigation li a {
			color:#999999;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			font-weight:bold;
			line-height: 10px;
		}
		
		#mainNavigation li a:hover {color:#000000;}
			

#sideNavigation {
	float:right;
	width:214px;
}

	#sideNavigation ul li {
		border-top:1px solid #cacde5;
		line-height:200%;
	}
		
		#sideNavigation ul li.last {border-bottom:1px solid #cacde5; line-height:200%;}
		
		#sideNavigation ul li a {font:12px "Verdana", Geneva, sans-serif; line-height:200%;}
		
	.diamondNfo {
		float:right;
		width:180px;
		margin-top:10%;
		min-height:100%;
		height:100%;
		height:auto; !important
	}
	
#content p{
	margin:0;
}
.contact-box{
	width:100%;
	background:#cdcecd;
}
.contact-box-holder{
	width:749px;
	margin:0 auto;
	overflow:hidden;
	padding:14px 0;
}
.contact{
	overflow:hidden;
	width:100%;
}
.contact li{
	font:14px/19px Arial, Helvetica, sans-serif;
	color:#303334;
	float:left;
	margin-right:14px;
}
.contact li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#303334;
}
.contact-box p{
	text-align:center;
	margin:0;
	font:14px/19px Arial, Helvetica, sans-serif;
	color:#303334;
}
#footer{
	width:749px;
	margin:0 auto;
	overflow:hidden;
	padding:9px 0 50px;
}
.nav{
	width:100%;
	overflow:hidden;
}
.nav li{
	float:left;
	margin-right:4px;

}
.nav li a{
	font:11px Arial, Helvetica, sans-serif;
	color:#060606;
	display:block;
	white-space:nowrap;
}

/* text stylings */
.subtitle {
	background: url(images/dott.gif) bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding-bottom: 5px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.message {
	text-align: center;
	font-weight:bold;
	color: red;
}

#upload_status {
	color:red;
	font-weight:bold;
	font-size:12px;
}

/* gallery properties */
div.gallery {
	float:left;
	width:150px;
	height:135px;
}
div.gallery_title {
	font-size:14px;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
	margin-bottom:5px;
}
div.gallery_thumb {
	padding: 10px;
	width: 320px;
	float:right;
	margin-right:-130px;
}

/* table row list properties */
td.row_header {
	background: #C1FFD1;
	text-align: center;
}

td.row_even {
	background: #E6E6E6;
}

td.row_odd {
	background: #F2F2F2;
}


