/* ----- RIGHT CONTENT ----- */
#rightcontent {
width: 220px;
float: right;
border: solid 1px #332003;
border-bottom: solid 1px #332003;
padding: 5px;
text-align:left;
background: #202c3a url(../images/MainBG.jpg) repeat;
color: #fff;
font-size:12px;
}

#rightcontent h4 {	
	margin-bottom: 5px;
	background: url(../images/h4.gif) no-repeat;
	height: 25px;
	color:#e5e5e5;
	padding-top: 5px;
	padding-left: 27px;
	font-style:italic;
}

#rightcontent a {
	color: #d9e5b0;
	font-size:14px;	
}

#rightcontent hr {
	height: 5px;
}

h3 {	
	margin-bottom: 0px;
	margin-top:8px;
	height: 25px;
	padding-top: 5px;
	padding-left: 27px;
	font-style:italic;
	clear:left;
	border-top: dotted 1px #332003;
}

#rightcontent li {
	list-style-image: url(../images/arrow_list_bullet.jpg);
	vertical-align: text-bottom;
	margin-left: 15px;
	line-height: 18px;
}

/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 7px;
	float: left;
	background: #202c3a url(../images/MainBG.jpg) repeat;
	border: solid 1px #332003;
	padding: 4px;
	text-align:center;
	font-size: 10px;
}
.photo img {
	border: 1px dotted #332003;	
}

.photo a {
	text-decoration: none;	
}

h5 {
	margin-bottom: 0px;
	
}