 

/* General font families for common tags */
body,font,th,td,p{
    font : 12px/18px Verdana, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    color : #000000;
}


/*
a:link,a:active,a:visited { color : #264282; }
a:hover		{ text-decoration: underline; color : #006699; }
*/

hr			{ height: 			0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2		{ font-family: 		verdana, arial, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

h1,h2,h3 {
	line-height:	100%;
	font-family: 	arial, sans-serif;
	text-transform : uppercase;
	margin : 2px auto;
}

h3{
	font-size : 18px;
	text-transform : uppercase;
	margin : 0px auto;
}

/* General text */
.gen { font-size : 14px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

.sub	{ font-size : 10px; font-family: verdana, arial, sans-serif;}
.head1	{ font-size : 18px; font-family: verdana, arial, sans-serif; color: #841818;}
.head2	{ font-size : 20px; font-family: verdana, arial, sans-serif; font-weight: bold; line-height: 100%;}

.faint	{color: #AAAAAA;}

.red	{ font-size : 14px; font-family: verdana, arial, sans-serif; color: #841818; font-weight: bold;}

.titleindex		{ font-weight: bold; font-size: 13px ; color : #FCFBBF;}

.storyHeadline {
	font-family:Arial, Helvetica, sans-serif;
	color:#9F600;
	font-size:18px;
	font-weight:bold;
}

.statDesc {
	font-family:Arial, Helvetica, sans-serif;
	color:#9F600;
	font-size:12px;
	font-weight:bold;
	font-style: italic;
}

/* lists  */
ul.b {
 /* list-style-image:url(http://babesave.com/images/star10.gif); */
 margin-left:20px;
}

/* images */
img {
    border : none;
}
img.left,
img.postimg {
    float : left;
    margin : 0px 10px 10px 0px;
}
img.center {
    display : block;
    margin : 10px auto;
}
img.right {
    float : right;
    margin : 0px 0px 10px 10px;
}

/*  set our floating picture and caption */
div.floatRight {
	float: right;	
	border: 7px solid #FD8B46;
	margin : 14px;
	BACKGROUND-COLOR: #FD8B46;
	width: 154;
	
	line-height : 95%;
	font-size:10px;
}

/* used on downlaod page and elsewhere */
div.infobox {
	float: right;	
	border: 3px solid #FD8B46;
	margin : 0px;
	BACKGROUND-COLOR: #FFFFD6;
	font-size:10px;		
}


/*set our border for bs movies */
div.border object, div.border embed, div.border img{
  border: 7px solid #FD8B46;
}

div.right object, div.right embed, div.right img{
    float : right;
    margin : 0px 10px 10px 0px;
}

div.left object, div.left embed, div.left img{
    float : left;
    margin : 0px 10px 10px 0px;
}


/* main page blockquote */
blockquote {
    margin : 25px 45px;
    padding : 5px;
    background-color : #FD8B46;
    -moz-border-radius : 5px;
}


/* main page elements */
body {
	background-color: #FFB65A; 
	text-align:center;
}

#frame {
	width:660px;
	margin-right:auto;
	margin-left:auto;
	margin-top:3px;
	padding:0px;
	text-align:left;
	}
	
	
#header {
		
	
}

#logo{
	border: 0;
	position: relative;
	top: 0px;
	left: 140px;
	
}
#contentleft {
	width:140px;
	padding:0px;
	/* margin-right: 0; */
	/* margin-left: auto; */
	float:left;	
	}


#menuleft {
	margin-top: 7px;	
	margin-bottom: 7px;
}

#menuleft ul {
	margin: 0px;
	padding: 0px;	
	list-style: none;
}

#menuleft  li {
	margin: 3px;
}

#menuleft a {
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	width:130px;
	background-color: #FFFFD6;
	text-align: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7D0000;
	text-decoration: none;
} 

#menuleft a:hover{
	background-color: #D56616;
	color: #FFFFB4;
}


#menubig {font-size : 16px;}
#menusmall {font-size : 12px;} 


#contentcenter {
	border: 2px #D56616 solid;
	margin-left: 5px;
	width: 492px;
	padding: 3px;
	float: left;
	background: #FFFFEB;
}

#dlnow {
	background: url(http://babesave.com/images/dl_now.gif) no-repeat top right;
	display: block;
	height: 15px;
	width: 115px;
	padding: 10px 35px 10px 10px;
	margin: -5px -5px 0 auto; 
	color: #fff;
	font: bold 13.5px "Trebuchet MS";
	text-transform: uppercase;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


