
/* css development by maramade productions http://www.maramade.com */

html { height: 101%; margin-bottom: 1px; }


h1,h2,h3,h4,h5,h6,em,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-style: normal;}
p{margin:0; padding: 5px 0;}


body {
	font:14px Arial, Helvetica, sans-serif;
	background-color: #BF0000;
	color:#000;
	margin:0 auto;
	padding:0;
}


#bigwrap{
	margin:0 auto;
	padding:0;
	background-image:url(images/moneybg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:800px;
	}
	
#wrap {
margin: 0 auto;
width: 799px;
background-color:#fff;
color:#000;
}

#header{
width:799px;
height:277px;
background-image:url(images/headerbg.jpg);
background-repeat:no-repeat;
margin:0;
padding:0;
position:relative;
}

#header a.homelink { 
width: 310px;
height: 125px; 
position: absolute;
text-decoration:none;
top: 0px;
right:10px;
display:block;
background-color:transparent;
color:#ff5500;

}

#header a.homelink i{
visibility:hidden;
} 


#header h1{
color:#BF0000;
background-color:transparent;
width:352px;
font-size:18px;
line-height:105%;
font-weight:bold;
text-align:center;
position:absolute;
left: 115px;
top:148px;
}

#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:active{
background-color:transparent;
color:#0065A4;
text-decoration:none;
}

#header h1 a:hover{
background-color:transparent;
color:#000;
text-decoration:underline
 }

#menu{
width:770px;
height:17px;
position:absolute;
left:28px;
top:252px;
text-align:center;
}

#menu ul{
list-style-type:none;
margin:0;
padding:0;
margin-left: 1em;
}

#menu ul li{
display:inline;
background-image:url(images/bullet.jpg);
background-repeat:no-repeat;
background-position: 0 .4em;
padding-left: .3em;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active{
text-decoration: none;
padding: 0 8px 0 4px;
background-color:transparent;
color:#0065A4;
font-size:13px;
font-weight:bold;
}

#menu a:hover{
text-decoration:underline;
background-color:transparent;
color:#000;
}

#content{
width:759px;
margin: 0 20px;
}

#content h2{
color:#BF0000;
background-color:#fff;
font-size:19px;
line-height:105%;
font-weight:bold;
margin-top:10px;
}

#content a, #content a:link, #content a:visited, #content a:active{
background-color:#fff;
color:#0065A4;
text-decoration:none;
/* font-weight:bold; */
}

#content a:hover{
background-color:#fff;
color:#000;
text-decoration:underline
}

#sidebar{
width:450px;
margin:4px 0 4px 10px;
float:right;
padding:1px;
display:inline;
background:#fff;
color:#000;
border:2px solid #BF0000;
text-align:center;
padding:3px;
}

#content h3{
color:#BF0000;
background-color:#fff;
font-size:17px;
line-height:105%;
font-weight:bold;
margin-top:10px;
}

.left {
margin:4px 10px 4px 0;
float:left;
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:1px solid #303030;
}

.right {
margin:4px 0 4px 10px;
float:right;
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:2px solid #BF0000
}

.nofloat {
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:2px solid #BF0000
}

.floatright{
float: right;
margin: 0 0 10px 10px;
clear: right;
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:2px solid #BF0000
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
clear: left;
padding:1px;
display:inline;
background:#ccc;
color:#333;
border:1px solid #303030;
}

#footer{
margin:0 auto;
padding:10px 0 0 0;
width:799px;
text-align:center;
color:#808080;
font-size:10px;
clear:both;
}

#footer a{
background-color:transparent;
color:#0065A4;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}


