
p, li {
	line-height: 12px;
}

h1 {
    color: #40baea;
	background-color:#FFF;
    font-family: "OpenSans-Semibold";
    font-size: 18pt;
    font-weight: normal;
    margin: 0;
    padding: 15px;
    text-align: left;
    text-transform: capitalize;
    width: -moz-fit-content;

}
.breadCrumbs {
    background-color: #fff;
    border: 1px solid #e2e6e7;
    font-family: sans-serif;
    font-size: 13px;
    height: 30px;
    margin: 2px 5px 5px;
    overflow: auto;
    top: 0;
    width: 99%;
}
.MainContent {

    background: url("../../images/h2_bg.png") repeat-x scroll right 5px #fff;
    border: 1px solid #e2e6e7;
 
    margin: 5px 5px 15px;
    min-height: 540px;
    padding-bottom: 10px;
    width: 99%;
	
}
pre {
	font-size: 11px;
	/*line-height: 1.2em;*/
	overflow-x: auto;
}
div#page {
	width: 900px; 
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}

div#container {
	padding: 10px;
	color: #838587;
    font-family: "leelawad",arial;
    font-size: 10pt;
    font-weight: normal;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

.galleryContent {
    float: left;
    min-height: 540px;
    width: 100%;
}


#archive {
    color: #CB7521;
    font-family: opensans-semibold;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 82%;
    line-height: 1.25em;
    position: absolute;
    top: 60px;
	text-decoration:none;
}

#archive a {
    color: #CB7521;
   	text-decoration:none;
}

#archive a:hover {
    color: #F76F2C;
   	text-decoration:underline;
}