/* 
	Main definitions 
*/


body,html {
  font-size:12px;
  line-height:24px;
  background: url(image/bg.png) repeat-x;
	margin: 0px auto;
	padding: 0;
	color:#333;
	font-family:georgia, "Lucida Grande","Lucida Sans Unicode",Verdana;
}

table {
  width:100%;
}

a:link, a:visited, a:active {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#logo {
  display: inline;
  float:left;
	background: url(image/logo.png) no-repeat;
  padding:0;
  margin:0;
  height:140px;
  width:200px;
  cursor:pointer;
}

.inner {
  width:960px;
  margin:0 auto;
  padding:0;
  position:relative;
  /*clear:both;*/
}

img {
	border:none;
}

legend {
	font-size:16px;
	line-height:21px;
	color: #ac0808;
	padding:4px;
}

fieldset {
	margin:20px 0;
	padding:16px 4px;
}

form {
	width:100%;
}

textarea { 
	background-color:#fff;
	width:99%;
}

select { 
	background-color:#fff;
	width:60px;
}

pre {
	font-family:tahoma;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	hite-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}




#footer {
 	border-top:1px solid #ccc;
	height:44px;
	padding:10px 0;
}





/* 
	Navigation Bar 
*/

table.naviBar {
}

table.naviBar td {
	padding:3px 6px;
	margin:0;
}

table.naviBar a {
	font-weight:bold;
}

/* Simple page and news page definitions */
#content {
  width:750px;
  vertical-align:top;
 	padding-left:32px;
}

#content ul {
	margin: 0px 30px;
	padding: 0;
}

#content li {
	padding:0;
}

#content ul ul {
  margin:8px 0 0 30px;
}

#content h1, h2 {
	font-size:21px;
	font-weight:normal;
	line-height:24px;
	color: #ac0808;
	clear:both;
	padding:0;
	margin:16px 0;
}

p {
	vertical-align:top;
	padding:0;
	margin:4px 0;
	text-align:justify;
}

#content img {
}

#content .txtimg {
	padding: 4px;
  border: 1px solid #ccc;
	float:right;
	margin:0px 10px;
}

/* Galery page definitions */

#galery {
	overflow:auto;
  width:750px;
  vertical-align:top;
 	padding-left:32px;
}

#galery .item {
  text-align:center;
  padding:20px 10px;
  float:left;
  width:300px;
}

#galery p {
  text-align:justify;
	padding: 8px 0;
	margin: 0;
	line-height:16px;
}

#galery h2 {
  font-size:12px;
	font-weight:bold;
	color: #ac0808;
}

#galery .thickbox img {
	padding: 0;
	margin: 0px;
  border: 1px solid #ccc;
}

#galery img:hover {
	background: silver;
}

/*  */

#head {
  position:relative;
  padding:0px;
}


#userSettings {
	position: absolute;
	top:0;
	right:0;
	width:300px;
  font-size:12px;
	line-height:40px;
	text-align: right;
}

#userSettings a {
}

/* */

.bug {
	color:#f00;
	font-weight:bold;
}

.nobug {
}

.alert	{
	font-weight:bold;
	color:#090;
}

.button {
}


