/* Start of CMSMS style sheet 'Core' */
body {
	text-align: center;
	margin: 20px;
        background-image: url('uploads/images/bg.gif');
}

body, p, td, th, div, span {
	font-family: arial,sans-serif;
	font-size: 11px;
        color: #2A330C;
}

/************************
	Table Overrides
************************/
#photos_content table {
	border-collapse: collapse; 
	padding-left: 0px;
	margin: 0;
}

#photos_content td, #photos th {
	padding-left: 0px;
	margin: 0;
}

/************************
   Layout formatting 
************************/

#page_wrapper {
	margin: 0 auto;
	background-color: #654e1f;
	width: 760px;
	text-align: left;
	background-image: url('uploads/images/layout/bg.gif');	
}

#header {
	border-bottom: solid 5px #fff;
	background-image:url(uploads/images/layout/header.jpg);
	background-repeat:no-repeat;
	height: 85px;
}

#menu {
	width: 125px;
	float: left;
}

#content {
	width: 180px;
	border-left: solid 5px #fff;
        padding: 5px;
        overflow: hidden;
        text-align: right;
        vertical-align: bottom;
}

.iframe {
	background-color: #fff;
}

#photos{

        overflow: hidden;
        text-align: right;
}

#media-image img {
	width: 180px;!
        width: 180px
}

#full_content {
	border-left: solid 0px #fff;
        padding: 15px;
        overflow: hidden;
        text-align: left;
}

#photos_content {
	border-left: solid 0px #fff;
        overflow: hidden;
        text-align: left;
        padding-left: 5px;!
        padding-left: 0px;
}

#reviews_content {
        padding-left: 8px;!
        padding-right: -12px;!
        width: 200px;!
        width: auto;
       
}
#reviews_photos img{
        float: right;
        margin-bottom: 13px;
        margin-right: 0px;
        clear: both;
}
#footer {
	clear: both;
	color: #e4cb81;
        background-color: #654e1f;
	border-top: solid 5px #fff;
	padding: 12px 0px;
	margin: 0px;
        font-weight: bold;
	font-size: 11px;
	text-align: center;
}
#home-info {
        height: 100px;
	text-align: center;
}



#sub_footer {
	clear: both;
	color: #4c5b52;
	font-size: 11px;
	margin-top: 5px;
}

#sub_footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #4c5b52;
        font-weight: normal;
	text-decoration: none;
}

#sub_footer a:hover {
	color: #FFFFFF;
}

/* NMS */
.nms_message {
   font-weight: bold;
    color: red;
}

#button {
    margin-left:150px;
    margin-top:3px;
}

label {
    display:block;
    font-weight:bold;
    margin-top:10px;
}

/************************
	Clearing
************************/


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/* End of 'Core' */

