@CHARSET "UTF-8"; 
body {
	background-image: url('/templates/incet/images/background.jpg');
	background-repeat: repeat-x;
	background-color: Black;
	font-family: Tahoma;
	color: white;
	padding:0;
	margin:0;
}

#main {
	margin:12px 0 0 0;
	text-align:center;
	padding:0;
}
#top {
	height:55px;
	margin:43px auto 55px auto;
	padding:0;
	border:0;
	width:747px;
}
#content {
	margin:0 auto;
	width:888px;
	min-height: 625px;
	background-image: url('/templates/incet/images/background2.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 15px;
	font-size: 14px;
}
#content div {
	width: 100%;
	text-align: center;
}
a.out {
	color: #676767;
	font-size: 10px;
	background-image: url('/templates/incet/images/linkarrow.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	text-decoration: none;
}
a.out:hover {
	text-decoration: underline;
}
#content .gbox {
	width: 440px;
	float: left;
	text-align: left;
}
#content .gbox .ghead {
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid  #303b0c;
	width: 100%;
	height: 17px;
}
#content #submenu {
	margin: 40px 40px 40px 20px;
	width: 260px;
	float: left;
	text-align: left;
}

#content #submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content #submenu ul li.admin {
	display: block;
	border-bottom: 1px solid #2b320f;
	text-align: left;
	margin: -9px 0 15px 0;
}

li.admin a {
	
}

.admin a {
	font-size: 12px;
	text-decoration: none;
	margin-left: 20px;
	color: #a20000;
}
.admin a:hover {
	text-decoration: underline;
}

a {
	color: #7ea508;
}
a:hover {
	text-decoration: none;
}

#submenu .menuitem {
	display: block;
	height: 25px;
	border-bottom: 1px solid #2b320f;
	text-align: left;
	font-size: 13px;
	padding-left: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}
#submenu .menuitem:hover {
	text-decoration: underline;
}
#content #subcontent {
	width: 475px;
	float: left;
	text-align: left;
	margin-left: 15px;
	font-size: 12px;
	line-height: 21px;
}
#content .title {
	font-size: 25px;
	color: white;
	margin: -4px 0 0 0;
	padding: 30px 13px;
	float: left;
	font-weight: normal;
	border-top: 3px solid #5d7413;
}
br.clear {
	clear:both;
	font-size:0pt;
	height:0pt;
}
#content .gnews {
	text-align: left;
	width: 265px;
	margin: 0 0 25px 0;
}
.gnews h1 {
	font-size: 11px;
	font-weight: bold;
	color: #7ea508;
	float: left;
	
}
.gnews small {
	font-size: 11px;
	font-weight: normal;
	color: #373f17;
	float: right;
	line-height: 27px;
}
.gnews span, #content .gbox span {
	font-size: 11px;
	color: white;
}
div.line {
	clear:both;
	font-size:0pt;
	height:0pt;
	border-bottom: 1px solid #373f17;
	margin: 4px 0;
}
#content .real {
	margin: 30px 50px 0 0;
	width: 150px;
	float: left;
	text-align: left;
	color: White;
	font-size: 12px;
}
.real img {
	margin-bottom: 30px;
}
.real h1 {
	font-size: 11px;
}
#bottom {
	margin: 10px auto;
	width:888px;
	text-align: left;
	font-size: 10px;
	color: #676767;
}
#bottom a {
	color: #7EA508;
	text-decoration: none;
}
#bottom a.rss {
	color: #c06812;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}
#subedit {
	border: none;
}
#subedit label {
	float: left;
	margin: 10px 5px 10px 5px;
}
#subedit input {
	float: right;
	width: 200px;
	margin: 10px 25px 10px 5px;
	background-color:#202403;
	border:0;
	color:white;
	padding: 5px;
}

#subedit input.textinput {
	height: 29px;
	width: 206px;
	background: none;
	font-size: 16px;
	color: white;
	border: 0;
	margin: 0;
	float: right;
}

#subedit div.textinput {
	background-image: url('/templates/incet/images/formback.png');
	height: 30px;
	width: 210px;
	margin: 0;
	float: right;
}

#subedit textarea {
	float: right;
	width: 300px;
	height: 100px;
	margin: 10px 25px 10px 5px;
	background-color:#202403;
	border:0;
	color:white;
	padding: 5px;
}
#subedit select {
	float: right;
	width: 200px;
	margin: 10px 25px 10px 5px;
}

