@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(images/bground-02.png);
	background-repeat:repeat-x;
	margin-top:0px;
	margin:0;
	padding:0;
}

* {margin:0;padding:0;}

a
{
	color: #820024;
	text-decoration:none;
}


#container
{
	width:900px;
	margin:0 auto;
	padding:0;
	margin-top: 0px;
}

#top
{
	background:transparent url(images/top-03.png) top center no-repeat;
	height:200px;
	}

#mid
{
	background:transparent url(images/middle-04.png) top center repeat-y;	

}

#bot
{
	background:transparent url(images/bot-05.png) bottom center no-repeat;
	height:286px;

}

#top_body
{
	margin-top: 0px;
	padding-top: 50px;
	padding-left: 50px;
}

#magazines
{
	float:right;
	margin-top: -65px;
	margin-right: 125px;
	
}

#menu
{
	background: url(images/menu_bar-11.png) left center no-repeat;
	height:27px;
}

#menu a
{
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;

}

#menu ul
{ 
	list-style:none;
	padding-top:4px;
	}
	
#menu li
{		display:inline;

}

#menu a:hover
{
	color: #bab5ab;
}


.small_body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
	padding-bottom:5px;
}

.dropmenu
{
	position:absolute;
	visibility: hidden;
	border:none;
	line-height: 16px;
	z-index: 100;
	background: url(images/menu2-13.png) repeat-x;
	min-width:100px;
	margin-top:6px;
	margin-left:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size:11px;
}
 
.dropmenu a
{
	width: 120px;
	padding: 2px 0px 2px 0px;
	display: block;
	border-bottom: 1px solid #6a5f4b;
	/*text-indent: 5px;*/
	text-align:center !important;
	color:#FFFFFF;
	text-decoration:none;
}

.dropmenu a:hover
{
	color:#bab5ab;
}

.dropmenusup
{
	position:absolute;
	visibility: hidden;
	border:none;
	line-height: 16px;
	z-index: 100;
	background: url(images/menu2-13.png) repeat-x;
	min-width:100px;
	margin-left: -40px;
	margin-top:6px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size:11px;
}
 
.dropmenusup a
{
	width: 150px;
	padding: 2px 0px 2px 0px;
	display: block;
	border-bottom: 1px solid #6a5f4b;
	/*text-indent: 5px;*/
	text-align:center !important;
	color:#FFFFFF;
	text-decoration:none;
}

.dropmenusup a:hover
{
	color:#bab5ab;
}


.red_head
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color: #820024;
}

.gray_head
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color: #695e4a;
	margin-bottom: 5px;
}

#right
{
	float:right;
	margin-right:50px;
	margin-top: 2px;
	width:75px;
}


#mid_body
{
	margin-top: 0px;
	padding-left: 50px;
}

#orangenav
{
	height:52px;
	width:600px;
}

#orangenav li
{
	float:left;
	list-style-type:none;
	display:block;
	margin: 0;
}

.orangemenu
{
	background-image: url(images/orng_menu-16.png);
	vertical-align:middle;
	height:52px;
	width:111px;
	margin-right:4px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:52px;
	display:block;
	text-align:center;
}

.orangemenu:hover
{
	background-image:url(images/gry_menu-16.png);
}

.orangemenu2
{
	background-image:url(images/orng_menu-16.png);
	height:52px;
	width:111px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:52px;
	display:block;
	text-align:center;

}


.orangemenu2:hover
{
	background-image:url(images/gry_menu-16.png);
	
	}

#right_body
{
	float: right;
	margin-top: 2px;
	margin-right:50px;
	width: 180px;
}


.rbroundbox { background: #FFF url(images/box_back-19.png) repeat-x; }
.rbtop div { background: url(images/rnd-20.png) no-repeat top left; }
.rbtop { background: url(images/rnd-21.png) no-repeat top right; }
.rbbot div { background: url(images/rnd-22.png) no-repeat bottom left; }
.rbbot { background: url(images/rnd-23.png) no-repeat bottom right; }
.rborder {
	margin: 0 10px 0 10px;
	border-bottom: solid 1px;
	border-bottom-color:#d8d4cb;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { 
	padding: 0 7px;
	border-left:solid 1px;
	border-left-color:#d8d4cb;
	border-right:solid 1px;
	border-right-color:#d8d4cb;
	}


.body_copy
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#666;
}

#bot_body
{
	margin-top: 0px;
	padding-left: 50px;
}

#bot_right
{
	float:right;
	margin-top:5px;
	margin-right:50px;
	width:180px;
}


