html, body {
	margin:0;
	padding:0;
}

a{
	/*color: #27D;*/
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 12px;
}
h1, h2 {
	
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}

h2 {
	padding-top: 10px;
	font-size:16px;
}
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%;
}


#gallery_cat_selector {
    height: 30px;
    margin: 0 20px;
    width: 150px;
	text-transform:capitalize;
}

#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;
}

.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%;
}