@CHARSET "ISO-8859-1";
/* background: #A44935 #E8E8E8*/
body {
    background: #A44935 url('../images/background4.gif') repeat;
    color: #666 ;
    font-family: arial,sans-serif;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
}

img {
    border: 0px;
}


/* big container to control content width */
#main_container {
    margin:30px auto;
    background: transparent;
	width: 750px;
	border: dotted green 0px;
	overflow: visible;
}

#rm_head {
	background:white;
	float:left;
	overflow: hidden;
	border-bottom: #E8E8E8 1px solid;
	width: 530px;
}

div.rm_head {
	position: relative;
	font-size: 0.8em;
	float: left;
	margin-left: 15px;
	margin-right: 8px;
	height: 25px;
}

div.headRtImg {
    float: right; 
    border-bottom: #E8E8E8 1px solid;
}

div.contentRtImg {
    text-align: right;
    float:right;
    border: 0px fuchsia dotted;
}

div.contentBox {
    border: 1px solid #E8E8E8;
    padding: 5px 10px;
    width:450px;
}

div.smLeftContainer {
    width:170px;
    float:left;
    margin-right:12px;
}

/* part of a trick to push a min lenght */
div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* main content */
#content_basic {
	background-color: white;
	float: left;
	text-align: left;
	width: 750px;
	border: dotted green 0px;
}

#text_container {
    width: 500px;
    border: 0px blue dotted;
    float: left;
}

#ln_main {
	background: transparent;
	float: left;
	margin-right: 1px;
	margin-left: 15px;
	border: dotted fuchsia 0px;
	overflow: visible;
	width: 165px;
}

#ln_index {
    float: left;
	overflow: visible;
}

div.ln_item {
	padding: 9px 0px 1px 8px ;
	font-size: 0.8em;
	margin-bottom: 2px;
	overflow: visible;
	border: dotted blue 0px;
	white-space: nowrap;
}

#builder_guy {
    float:right;
    border: dotted blue 0px;
	width: 167px;
}

#ln_push {
	float: right;
	width: 1px;
	height: 400px;
	border: 0px blue dotted;
}

#ln_push_big {
	float: right;
	width: 1px;
	height: 598px;
	border: 0px blue dotted;
}

div.pageTitle {
    font-size: 1.5em;
    font-weight: bold;
    color:  #B58724;
    margin-top: 0px;
    margin-bottom: 10px;
}

#contact_items {
    margin: 10px 5px;
    width: 450px;
    border: grey 0px solid;
}

div.contact_left {
    float: left;
    width: 120px;
}

div.contact_right {
    float: right;
    width: 330px;
}


/* link styles */
a, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a:active {
	color: #E8E8E8;
}

a:hover, a:visited:hover {
	color:#A44935;
}

span.head_off {
	color: #A44935;
	text-decoration: none;
	font-weight: bold;
}

span.nav_off {
	text-decoration: none;
	font-weight: bold;
}

#main_push {
	float: left;
	width: 1px;
	height: 425px;
	border: 0px blue dotted;
}

#foot_container {
    text-align: center;
    width: 500px;
    border: black solid 0px;
    font-size: 0.65em;
    float: left;
}

.smHeading {
	font-size: 1.1em;
	font-weight: bold;
}

.small {
    font-size: 0.7em;
}

.colorOne {
    color: #A44935;
}

.colorTwo {
	color: #B58724; 
}

.bold {
    font-weight: bold;
}
