html {
       height: 100%;
	   overflow: -moz-scrollbars-vertical;
   }
		
	#framewide {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;

		}
		
	#frame {
		width:878px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;

		}

	#contenttopleft {
		width:150px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contenttopright {
		width:728px;
		padding:0px;
		float:right;
		background:#ccc;
		}
		
	#search {
		width:700px;
		padding:0px;
		float:right;
		background:#fff;
		}
		
	#scroll {
		width:450px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentleft {
		width:150px;
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:414px;
		padding-left:3px;
		padding-right:3px;
		padding-top:0px;
		padding-bottom:0px;
		float:left;
		background:#fff;
		}
	
	#contentright {
		width:300px;
		padding:0px;
		float:right;
		background:#fff;
		}
		
	#sponsor {
		width:418px;
		text-align:center;
		float:center;
		padding:0px;
		
		}
	
	.contentheader {
		width:950px;
		background:#fff;
		}
		
	.p,pre {
		margin:0px 10px 10px 1px;
		}
		
	.contentheader h1 {
		font-size:14px;
		padding:12px;
		margin:0px;
		}
	
	.contentright p { font-size:10px}
	.contentright h1 { font-size:10px}

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #EAEADA; border-style: none none dotted; }

a {color: #660000;}
a:hover {color: #000000;}

body {
	background: #FFFFFF  no-repeat center top;
	color: #444;
	font: normal 10px Tahoma,sans-serif;
	padding-top: 5px;
}

p,code,ul {font: normal 12px Tahoma,sans-serif;
			padding-bottom: 2.1em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:12px Tahoma,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 421px;
  max-width: 421px;
  width: 421px; 
}

form fieldset {
  clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size: 12px;
	color: #5E8A9D;
	
	font-weight:bold; 
	/* bump up legend font size, not too large or it'll overwrite border on left */
                      /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 10px;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}



code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	border-right: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	text-align:center
}

blockquote {
	background: url(images/user.jpg) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 63px;
}

/*h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}*/

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 300px;
}

.outer-container {
	background: url(img/container.jpg) no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url(img/header.jpg) no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	/*background: url(img/main.gif) repeat-y;*/
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}
/* scrolling text */
.scrolling {
	color:#949490 ;
	font: bold 12px Tahoma,sans-serif;
	margin-top: 3px;
	margin-top: 0px;
}

/* content */
.content {
	float: left;
}

.content h1 {
	text-align: left;
	width: 418px;
	/*line-height: 35px;*/
	background-color:#660000;
	font: bold 1.5em Tahoma,sans-serif;
	color: #FFFFFF;
	display: block;
	padding-left:3px;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:8px;
}

.content h2 {
	float: left;
	/*line-height: 35px;*/
	background-color:#ffffff;
	font: bold 1.3em Tahoma,sans-serif;
	color: #000000;
	padding-left:3px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:9px;
}
.content .descr {
	color: #664;
	font-size: 1.0em;
	text-align:right;
	margin-bottom: 6px;
	padding-left:3px;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:7px;
}

.content .by {
	color: #664;
	font-size: 1.0em;
	text-align:left;
	margin-bottom: 6px;
	padding-left:3px;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:7px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
font-family: "Lucida Sans Unicode",sans-serif;
text-align:justify;
font-size:13px;
}

.contentimage {
	float: center;
	width: 421px;
	height:158px;
	background-color:#ffffff;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:3px;
}

/* navigationtop */
.navigationtop {
	float: left;
	width: 150px;
	background-color:#660000;
}
.navigationtop h2 {
	color: #000000;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigationtop ul {
	padding: 0;
	/* border-top: 1px solid #000000;
	border-bottom: 3px solid #000000;*/
}
.navigationtop li {border-bottom: 3px solid #ffffff;}
.navigationtop li a {
	font-size: 1.1em;
	color: #ffffff;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigationtop li a:hover {
	background: #ffffff;
	color: #654;	
}




/* navigation */
.navigation {
	float: left;
	width: 150px;
	background-color:#EEEEDD;
}
.navigation h2 {
	color: #333333;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 3px solid #ffffff;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #CCCC99;
	color: #660000;	
}

/* navigationright */


.navigationright {
	float: left;
	width: 300px;
	background-color:#EEEEDD;
}

contentright p { font-size:10px}

.navigationright h1 {
	text-align:left;
	width: 297px;
	background-color:#CCCC99;
	font: bold 1.5em Tahoma,sans-serif;
	color: #660000;
	padding-left:3px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
}

.navigationright h2 {
	color: #CCCC99;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigationright ul {
	padding: 0;
	border-top: 1px solid #CCCC99;
}
.navigationright li {border-bottom: 3px solid #ffffff;}
.navigationright li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigationright li a:hover {
	background: #CCCC99;
	color: #ffff;	
}
/* Sponsor ads */
	.sponsorcenter {
   float: center;
   padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#E6EDF0;
	
}

.sponsorcenter li  {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 8px 8px 8px;

	width: 100%;
}

/* horizontalscroll */
div.scrollevents {
height: 150px;
width: 289px;
overflow: auto;
padding: 5px;
border-top:5px;
border-left:1px;
border-right:1px;
border-bottom:1px;
background-color:#FFFFF7;

}

div.clear {
   clear: both;
   border-bottom: 3px;}

/* footer */

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}

.footer .push {
	height: 4em; /* .push must be the same height as .footer */
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}
