/*--------------------------------------
	Site Framework
---------------------------------------*/

html,* {
	padding: 0;
	margin: 0;
	/*border: 1px #ffffff solid;*/
}

body
{
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #2B221A;
	letter-spacing: 1px;
        border-color: #FFFFFF;

}

#wrapper {
	width: 782px;
	margin-top: 50px;
}

#header {
	width: 750px;
	text-align: left;
	display: table;
	margin-bottom: 0px;
}

#footer {
	width: 740px;
	text-align: right;
	color: #524133;
	margin-top: 10px;
	font-style: none;
}

#main_header {
	background-image: url(/images/box_imagehead.gif);
	height: 18px;
}

#main_footer {
	background-image: url(/images/box_imagefoot.gif);
	height: 18px;
}

#main {
	background-color: #3F3126;
	margin-top: 6px;
}

#photo {
	width: 740px;
	height: 493px;
	border: 0;
	margin-top: 2px;
	margin-bottom: 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

#section {
	width: 765px;
	display: table;
	margin-bottom: 10px;

}

#gallery_section {
	width: 710px;
	display: table;
	margin-bottom: 10px;
}

#caption1 {
	text-align: left;
	float: right;
	font-weight: normal;
	font-size: 10px;
        margin-right:17px;
}

#caption1 i {
	color: #83D8F8;
}

#links {
	float: right;
}

#entry_content {
	width: 745px;
	margin: 7px 0 10px 10px;
	font-size: 12px;
       
	
}

#entry_content h2 {

color: #ceecf8	;
font-size: 12px;


}



#entry_odd {
	width: 765px;
	border-top: 1px solid #382b21;
	border-bottom: 1px solid #382b21;
	background-color: #524133;


}

#entry_even {
	width: 765px;



}

#category_row_0 {
	width: 700px;
	border-top: 1px solid #392c22;
	border-bottom: 1px solid #392c22;
	background-color: #45362a;
	display: table;
}

#category_row_1 {
	width: 700px;
	display: table;
}

#col_1 {
	width: 170px;
	margin: 6px 0 6px 10px;
	float: left;
	text-align: left;
}

#col_2 {
	width: 380px;
	margin: 6px 0 6px 10px;
	text-align: right;
	float: left;
}

#col_2 a:hover {
	text-decoration: underline;
}

#col_3 {
	width: 100px;
	margin: 6px 10px 6px 10px;
	text-align: right;
	float: right;
}

#classic{

text-align: center;}


#classic a{
text-decoration: underline;

}

#page {

float: left;

}


/*--------------------------------------
	Inline Elements
---------------------------------------*/


ul {
	margin-top: 6px;
	padding: 0;
	display: inline;
	float: right;
	font-size: 11px;
} 

ul li {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
	display: inline;
}

a {
	color: #CEECF8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

h1 {
	width: 700px;
	text-align: left;
	font-weight: Bold;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0 0 15px 10px;
	background-image: url(/images/bkgnd_h1.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #ceecf8;
}

h2 {

	text-align: left;
	font-weight: Bold;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: Georgia, Verdana;
	color: ##CEECF8;
}

h3 {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 2px;
}

h4 {
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 2px;
}

h5 {
	text-align: center;
	font-weight: normal;
	font-size: 11.5px;
	margin-bottom: 1px;

}

h6 {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 2px;
}

