/*--------------------[ LAYOUT STRUCTURE ] --------------------*/

* {	margin: 0px; padding: 0px; }

#container {
	background: url('../images/bgpage.png') repeat-y top;
	margin: 0px auto 0px auto;
	width: 760px;
}

#wrapper {
	margin: 0px 54px 0px 54px;
}

#header {
	background: url('../images/header.png') no-repeat top center;
	height: 127px;
	width: 100%;
}

#menu {
	background: url('../images/menu.png') no-repeat top center;
	height: 21px;
	width: 100%;
}

#menutext {
	padding: 4px 0px 1px 244px;
}

#undertop {
	background: url('../images/undertop.png') no-repeat top left;
	width: 100%;
}

#sidebar {
	float: left;
	display: block;
	width: 235px;
}

img.gallery {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}

#gallery {
	margin: 180px 20px 26px 38px;
}

#content {
	float: left;
	display: block;
	width: 365px;
	padding: 10px 35px 30px 10px;
}


.left {
	width: 50%;
	float: left;
}


/*--------------------[ BASIC FORMATTING (TYPOGRAPHY & COLORS) ] --------------------*/

/* ------- [ General ] ------- */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: url('../images/bgpage.png') repeat-y top;
	background-color: #fff;
	color: #555;
	
}

#menutext {
	text-align: left;
}

#content p {
	margin: 10px 0px 10px 0px;
}

#content h3 {
	font-size: 14px;
	margin: 10px 0px 20px 0px;
	color: #990000;
}

#content h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 20px 0px;
	color: #990000;
}

#content h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #990000;
}

#content h5 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #990000;
}

#menutext {
	font-weight: bold;
}

#menutext a:hover, #sidebar a:hover, #content a:hover {
	color: #872B23;
	text-decoration: underline;
}

#menutext a, #sidebar a, #content a {
	color: #511A15;
	text-decoration: none;
}

#menutext a {
  margin: 0 4px;
}

#content ul, #content ol {
	margin-left: 15px;
}

#content ol li {
	padding: 6px 0px 6px 0px;
}

#content span { font-weight: bold; }

.nomargin {
  margin-bottom: 3px !important;
}

.note {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}

.list {
	color: #993333;
	text-align: center;
}

.foot {
	font-size: 11px;
	margin-left: 180px;
	padding-bottom: 20px;
}

/*--------------------[ FLOAT CONTAINERS FIX ] --------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
