/*

Theme Name: JRM FUND
Theme URI: http://jrmfund.com
Description: For Samir
Author: Leslie Doherty
Author URI: http://catapultwebdevelopment.com
*/


/* Begin Typography & Colors */


@charset "UTF-8";
body {
        background: #000000;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
}

/* Fix for Safari */

.oneColFixCtrHdr {
        background: #000000;
}
.oneColFixCtrHdr #container {
	width: 970px;  
	background: #000;
	margin: 0 auto; 
	text-align: left; 
        color: #ffffff;
}
.oneColFixCtrHdr #header {
	background: #000; 
	padding: 0px;  
	text-align: right;
       margin: 0px;
       height: 90px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	display: none;
}
.oneColFixCtrHdr #mainContent {
       margin: 0 0 0 350px;
	background: #000 url(images/top.jpg) no-repeat top left;
	height: auto;
        min-height: 380px;
}

.oneColFixCtrHdr #outerContent {
       margin: 9px 0 0 350px;
	background: #000 url(images/page1.jpg) no-repeat top left;
	height: 466px;
        min-height: 466px;
}

img {border: none; }

.oneColFixCtrHdr #sidebar1 {
       margin: 0;
      float: left;
      width: 320px;
	background: #000;
	height: auto;
        min-height: 380px;
}

.oneColFixCtrHdr #footer {
	padding: 0 80px; 
	background:#000;
        text-align: right;
}
.oneColFixCtrHdr #footer p {
       font: 85% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 10px 0px;
}


.oneColFixCtrHdr #footer a:link {
color: white;
text-decoration: underline;
}

#navcontainer {
width: 620px;
padding-top: 53px!important; 
margin-left: 0px!important;
padding-left: 350px;
text-align: center;
font-size: 20px;

}

#navcontainer li
{
display: inline;
list-style-type: none;
padding: 0px 20px 0 0;
font-family: Arial, Helvetica, sans-serif;
}


#navlist li a
{
color: white;
font-size: 0.85em;
text-decoration: none;
}

#navlist li a:hover
{
text-decoration: underline;
}

.padder {
font: 85% Arial, Helvetica, sans-serif;
padding: 2px 25px;
margin: 0px;
background: #000000 url(images/cback.gif) top left repeat-y;
}

.padder a:link {
font: 100% Arial, Helvetica, sans-serif;
color: white;
text-decoration: underline;
}

.top { clear: right; height: 21px; }
.bottom { clear: right; height: 30px; background: url(images/botton.jpg) bottom left no-repeat; margin-top: -10px; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */