* {padding:0;margin:0;}
A IMG {border:none;}
A SPAN {position:absolute;left:-9999px;}
UL LI {list-style:none;}
A {outline:none;color:#638b22;text-decoration:underline;}
A:hover {color:#85b930;}
A:visited {color:#797979;}
HTML {font-size:100.01%;}
BODY {
	padding:20px 0 20px 0;
	background:#3f3f3f;
	font:1em/1.4em 'Palatino Linotype', 'Book Antiqua', serif;
	color:#797979;
	}
	
/* Container
-------------------------------------- */
#container {
	position:relative;
	width:1008px;
	margin:auto;
	padding-bottom:20px;
	background:#f3f3f3 url(../i/cont-corn.gif) 0 100% no-repeat;
	}
	
/* Header
-------------------------------------- */
#header {
	width:1008px;
	height:430px;
	background:url(../i/header.jpg) no-repeat;
	}
	#header .logo {
		position:absolute;
		top:69px;
		left:16px;
		display:block;
		width:360px;
		height:50px;
		}
	#header .tech-nav {
		float:right;
		margin:6px 18px 0 0;
		overflow:hidden;
		}
		#header .tech-nav LI {
			float:left;
			padding:0 7px 0 5px;
			background:url(../i/sep.gif) 100% .4em no-repeat;
			line-height:1;
			}
			#header .tech-nav LI.last {
				background:none;
				}
		#header .tech-nav A {
			color:#FFF;
			font:bold .8em Arial, sans-serif;
			text-decoration:none;
			}
			#header .tech-nav A:hover {
				text-decoration:underline;
				}
				
/* Navigation
-------------------------------------- */
#nav {
	position:absolute;
	top:430px;
	left:10px;
	margin-top:-1.9em;
	width:611px;
	height:1.9em;
	padding-left:10px;
	background:#EEE url(../i/menu-top-bg.gif) no-repeat;
	font:bold .78em Arial,sans-serif;
	}
	#nav LI {
		display:block;
		float:left
		}
	#nav LI:hover {
		background:#69A900 url(../i/cur.gif) repeat-x;
		}
	#nav LI:hover UL {
		display:block;
		border-top:1px solid #D6D6D5;
		}
		#nav LI:hover UL LI {
			background:none;
			}
		#nav LI:hover A {
			color:#FFF;
			}
		#nav LI:hover UL LI A {
			color:#8B8B8B;
			}
		#nav LI:hover UL LI A:hover {
			color:#638B22;
			}
	#nav A {
		color:#8b8b8b;
		text-decoration:none;
		line-height:1.9em;
		padding:.3em 5px .3em;
		}
	#nav A:hover {
		color:#FFF;
		}
	#nav UL {
		display:none;
		position:absolute;
		top:1.9em;
		left:-1px;
		width:760px;
		height:1.9em;
		padding-left:10px;
		overflow:hidden;
		}
		
/* Date
-------------------------------------- */
#date {
	margin:0 9px;
	padding:.45em 15px .45em 0;
	font:bold .7em Arial,sans-serif;
	text-align:right;
	background:url(../i/menu-bot-bg.jpg) 0 100% no-repeat;
	color:#8b8b8b;
	border-top:1px solid #d6d6d5;
	}

/* Content
-------------------------------------- */
#content {
	padding:18px 10px 18px;
	overflow:hidden;
	}
	#content H2 {
		font-size:1.5em;
		}
	#content H3 {
		margin-bottom:3px;
		font-size:1.1em;
		}
	#content H3 A {
		text-decoration:none;
		}
	#content P,
	#content UL,
	#content OL {
		margin-bottom:5px;
		}
	#content BLOCKQUOTE {
		padding-left:5px;
		border-left:2px solid #CFCFCF;
		}
	#content BLOCKQUOTE.incut {
		float:right;
		width:150px;
		border:2px solid #CFCFCF;
		border-width:2px 0;
		}
	#content .list LI {
		padding:10px 0 5px;
		border-bottom:1px solid #C7C7C7;
		}
	#content .date {
		font-size:.7em;
		line-height:1em;
		margin-bottom:5px;
		}

/* News
-------------------------------------- */
#news {
	float:left;
	width:330px;
	padding:0 15px;
	border-right:1px solid #C7C7C7;
	}
	
/* Information
-------------------------------------- */
#information {
	float:right;
	width:625px;
	}
	#information .list {
		margin-bottom:20px;
		}
		
/* Simple List
-------------------------------------- */
#content .simple-list LI {
	border:none;
	padding:0 0 0 14px;
	}
#content UL.simple-list LI {
	background:url(../i/bull.gif) 0 .7em no-repeat;
	}
#content OL.simple-list LI {
	padding:0;
	list-style:decimal;
	list-style-position:inside;
	}
	
/* Article
-------------------------------------- */
#article {
	width:720px;
	float:left;
	padding:0 15px;
	border-right:1px solid #C7C7C7;
	}
/* Site-info
-------------------------------------- */
#site-info {
	float:left;
	width:360px;
	padding:0 15px;
	border-right:1px solid #C7C7C7;
	}
	#site-info .thread {
		text-align:right;
		font-size:.8em;
		}
		
/* User-info
-------------------------------------- */
#user-info {
	float:right;
	width:204px;
	padding:0 15px;
	overflow:hidden;
	}
	#user-info H2 {
		margin-bottom:10px;
		}
	#user-info .list {
		padding-bottom:10px;
		border-bottom:1px solid #C7C7C7;
		}
	#user-info .list LI {
		padding:2px 0 2px 15px;
		border:none;
		line-height:1em;
		}
	#user-info .list LI.all {
		padding:8px 0 0 0;
		font-size:.8em;
		}
	#user-info A {
		text-decoration:none;
		color:#797979;
		}
		#user-info A:hover {
			color:#638b22;
			}
	#user-info .actions LI {
		display:inline;
		padding:0 10px 0 0;
		font-size:.8em;
		}
	#user-info .actions A {
		color:#638b22;
		text-decoration:underline;
		}
		#user-info .actions A:hover {
			color:#85b930;
			}
			
/* Form
-------------------------------------- */
.form {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #C7C7C7;
	}
.form FIELDSET {
	border:none;
	margin-bottom:5px;
	}
	.form LABEL,
	.form INPUT {
		display:block;
		}
	.form LABEL {
		font-size:.8em;
		line-height:1.3em;
		}
	.form INPUT {
		border:1px solid #C7C7C7;
		}
	.form .check {
		float:left;
		padding:5px 0 0 5px;
		}
		.form .check INPUT {
			border:none;
			vertical-align:middle;
			display:inline;
			}
	.form .btn {
		float:left;
		padding-top:5px;
		}
		.form .btn INPUT {
			border:none;
			width:48px;
			height:21px;
			text-indent:-200px;
			background:url(../i/btn-e.jpg) no-repeat;
			}