/* CSS Document */


#wrapper {
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
	background: #fbfbfb;
}

#topcontent {
	float: left;
	width: 520px;
	margin:4px;
}

#container {
	font-size:12px;
	font-style:normal;
	}
	
#topright { 
	float: right;
	width: 200px;
	margin: 5px;
}

#leftcolumn {
	float: left;
	width: 240px;
	height:500px;
	margin: 5px 10px 5px 5px;
}

#rightcolumn {
	float: right;
	width: 240px;
	height:500px;
	margin: 5px 10px 5px 5px;
}

#maincolumn { 
	float: left;
	width: 240px;
	height:500px;
	margin:5px 2px;
}


/* set millions of background images */
.rbroundbox { background: url(../../images/box_imgs/nt3.gif) repeat; }
.rbtop div { background: url(../../images/box_imgs/nw.gif) no-repeat top left; }
.rbtop { background: url(../../images/box_imgs/ne.gif) no-repeat top right; }
.rbbot div { background: url(../../images/box_imgs/sw.gif) no-repeat bottom left; }
.rbbot { background: url(../../images/box_imgs/se.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 200px; margin: 1em auto; }

.rbroundbox_f { background: url(../../images/box_imgs/bgg.gif) repeat; }
.rbtop_f div { background: url(../../images/box_imgs/nw.gif) no-repeat top left; }
.rbtop_f { background: url(../../images/box_imgs/ne.gif) no-repeat top right; }
.rbbot_f div { background: url(../../images/box_imgs/sw.gif) no-repeat bottom left; }
.rbbot_f { background: url(../../images/box_imgs/se.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_f div, .rbtop_f, .rbbot_f div, .rbbot_f {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_f { margin: 0 7px; }
.rbroundbox_f { width: 240px; margin: 1em auto; }

#teaser container, h3 {
	border-top:1px solid #56b5cd;
	border-bottom:1px solid #56b5cd;
	padding:3px;margin:3px 0px;
	}
	
.mp_backlinks {text-decoration:none;}

a.mp_backlinks:link {text-decoration:none;font-size: 1.2em; color: #0ff; font-weight: bold; }
a.mp_backlinks:visited {text-decoration:none;font-size: 1.2em; color: #00f; font-weight: bold; }
a.mp_backlinks:hover {text-decoration: none; background-color: #fbfbed; }
a.mp_backlinks:active {color: red; } 
