/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 11px;
	font-family: "Lucida Grande", verdana, sans-serif; 
	color:#000;
	background: #242424;
	margin: 0;
	padding: 0 5px;
}

p{
	line-height : 20px;
}
p.spaced{
	line-height : 30px;
}

/* Links
 ------------ */
a {
	color: #B62723;
	text-decoration: none;
}

a:active,
a:visited {
	color: #B62723;
	text-decoration: none;
}

a:hover {
	color: #B62723;
	font-style: italic;
	text-decoration: underline;
}

p.footer{
	font-size: 8px;
	font-family: "Lucida Grande", verdana, sans-serif;
}

/************** FLOAT AROUND OBJECTS/IMAGES for inserting pictures within text ************************/
object.floatleft{
	float: left;
	margin: 4px;
}

object.floatright{
	float: right;
	margin: 4px;
}

img.floatleft{
	float: left;
	margin: 4px;
}

img.floatright{
	float: right;
	margin: 4px;
}

/**************************** Heading styles.... Cannot add position:relative *********/
/* h1 tag style */

h1 {
	margin: 10px;
	padding: 10px;
	font-size: 150%;
}



/* h2 tag style */

h2 {
    margin: 5px;
    padding: 5px;
    font-size: 125%;
}



/* h3 tag style */

h3 {
    margin: 3px;
    padding: 3px;
    font-size: 115%;
}



/* h4 tag style */

h4 {
    margin: 1px;
    padding: 1px;
    font-size: 105%;
}

/* ********************* OUTER CONTAINER ********************/
#outer-container {

	top: 0px;
	left: 0px;
    width: 1000px;
	height: 1500px;
    margin: 0 auto;
	background-color: #FFF;
}

/* ********************* HEADER *****************************/
#header {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: #242424 url(../images/backo1.png) bottom left no-repeat;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	color: #000;
	font-size: 12px;
}
#header img {
    top: 0px;
    float:left;
	border: 0px;
}
#header a{
	float:right;
	border: 0px;
	padding-right: 5px;
	padding-top: 8px;

}


/* ********************* CONTENT CONTAINER ******************/
#content-container {
	float:left;
	background-color: #FFF;
	position:static;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1270px;
}
    /* <-------  MENU "THEORETICALLY LOCATED HERE"  ******************/

#content-container .container-text{
	height: 1220px;
	top: 88px;
	width: 695px;
	float: left;
	margin: 5px 5px 5px 5px;
	overflow:auto;
}

#content-container .sidebar {
	float: right;
	background-color: #FFF;
	height: 1230px;
	width: 295px;
	top: 88px;
	left: 695px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-object {
	float:left;
	position:relative;
	width: 255px;
}

/* ************************* FOOTER *************************/	
#main-footer {
	background-color: #FFF;
	font-size: -2;
	float: left;
	left: 0px;
	top: 1300px;
	height: 150px;
	width: 700px;
}

#sidebar-footer {
	top: 1300px; 
	float: right;
	height: 150px;
	left: 700px;
	width: 300px;
	background: #B62723;
}	
