/*
-----------------------------------------------
LeseInvestments.com Style: Homepage
Author:   eNilsson LLC
Created: 07-26-06
Updated: --
Contact: support@enilsson.com
----------------------------------------------- */
body {
	background-color: #034B02;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* Header
-----------------------------------------------*/

#header {
width:760px;
height:89px;
margin:0 auto 0 auto;
background-repeat:no-repeat;
}

/* Content: Container
-----------------------------------------------*/
#container_top {
background-image:url(../../images/lower_level/content_top.gif);
background-repeat:no-repeat;
width:762px;
height:20px;
margin:0 auto 0 auto;
}
#container_main {
background-image:url(../../images/lower_level/content_bg.gif);
background-repeat:repeat-y;
width:622px;
margin:0 auto 0 auto;
padding:10px 70px 10px 70px;
}


#container_main p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}
#container_bot {
background-image:url(../../images/lower_level/content_bot.jpg);
background-repeat:no-repeat;
width:762px;
height:20px;
margin:0 auto 0 auto;
}

#right {
float:right;
}

#right p {
font-size:12px;
font-weight:bold;
}




/* Navigation
-----------------------------------------------*/
#topnav {
width:760px;
margin:0 auto 0 auto;
text-align:right;
}



/* Footer
-----------------------------------------------*/
#footer {
width:760px;
margin:0 auto 0 auto;
}

#footer p {
margin-top:10px;
text-align:center;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

