#container { width: 1006px; margin: 15px auto 0 auto; }
	#header_img { border: 0px solid #000; }
	#content_box { width: 1006px; float: left; clear: both;}
		#content { width: 550px; margin: 0 0 0 5px; float: left; }
		#sidebar { width: 266px; float: right; }
		#l_sidebar { width: 180px; float: left; }
	#footer { width: 1006px; padding: 0 0 10px 0; float: left; clear: both;}
	
	
	/* Nav Section */
#nav { height: 40px; padding-top: 16px; clear: both; margin-bottom: 0px; padding-bottom: 0px; background: url(/images/navbar.gif); }
#nav a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; color: #000; padding-left: 10px; }
#nav a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; color: #000; }
#nav a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; color: #FFF; }
#nav img { border: 0px; padding-right: 5px; }
	/* End Nav Section */

#box { background-color: #FF98F1; padding: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; border: solid 1px #000; margin: 5px 0 0 0; }

body { /*background-color: #c951b9;*/ background-color: #555; margin-top: 40px; }

img { border: 1px solid #000; }
.header { border: 0px; } 

a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #000000; }
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #000000; }
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #FFF; }

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1300px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/images/box2.gif) no-repeat top right;
 _background-image:url(/images/box.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:3000px;
 overflow:auto;  /*note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:10px 0px 0px 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

h2 { font-size: 18px; padding: 0px; margin: 0px; text-decoration: none; }
