@charset "utf-8";
/* CSS Document */

				* {
					margin: 0;
					padding: 0;
					border: none;
				}
				
				a:active {
					outline: none;
				}
			
				a:focus {
					-moz-outline-style: none;
				}

				input {
					border: 1px solid;
				}
				
				body {
					background-color:#e3e3e3;
					font-family: Verdana, Arial, Times, serif;
					font-size: 12px;
					line-height: 16px;
					color: #1b1b1b;
				}

                #wrap {
					width: 990px;
					position: relative;
					margin: 0 auto;
					background-image:url(../gfx/site_bg.jpg);
					background-position:top left;
					background-repeat:repeat-y;
                }

				#innerwrap {
					width: 970px;
					margin-left: 10px;
				}
                
				#header {
					width: 970px;
					height: 170px;
					position: relative;
					background-image:url(../gfx/headerpic.gif);
					background-position:top left;
					background-repeat: no-repeat;
                }

				#logoclick {
					width: 152px;
					height: 99px;
					top: 11px;
					left: 807px;
					position: absolute;
					z-index: 1;
                }

                #navigation {
					width: 970px;
					height: 20px;
					position: absolute;
					top: 110px;
					left: 0px;
					z-index: 1;
					background-color:#FFFFFF;
                }
                #categorypic {
					width: 970px;
					height: 217px;
					position: relative;
                }
                #contentarea {
					width: 970px;
					padding-top: 20px;
					position: relative;
                }
				#metanavigation {
					font-size: 8px;
					font-weight:bold;
					padding: 5px 10px 0 0;
					text-align: right;
				}
				#metanavigation a {
					text-decoration:none;
					color:#000000;
				}
				#login_box {
					font-size: 10px;
				}
				#login_box a {
					text-decoration:none;
					color:#000000;
				}
				#login_box ul li {
					list-style: none;
				}
                #sidebar-left {
					width: 180px;
					position: relative;
					float: left;
					padding: 0 5px;
					margin-right: 10px;
                }
                #content-middle {
					width: 570px;
					margin-right: 20px;
					position: relative;
					float: left;
                }
                #sidebar-right {
					width: 160px;
					position: relative;
					float: left;
					padding: 10px;
					background-color: #ededed;
                }
                #footerarea {
					width: 950px;
					margin-left: 10px;
					margin-top: 10px;
					padding-top: 10px;
					border-top: 1px solid #ccc;
					height: 30px;
					position: relative;
					background-color:#fff;
                }
				
				.article-box p {
					margin-bottom: 15px;
				}
				
				.article-box ul {
					list-style-type: disc; 
					margin: 0 0 15px 40px;
				}
				
				.article-box ol {
					margin: 0 0 15px 40px;
				}
				.article-box a:link {
					color: #cc2100;
					text-decoration: none;
				}
				
