/* CSS Template by gorotron */

body {
	background-image:url(bg1b-blue.jpg);
	background-repeat:repeat-x;
  background-color:#122738;
	margin:20px;
	padding:0;
	text-align:center;
}

h2 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h3 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h1 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(leaf.gif);
	float:left;
}

#bannerRight {
	width:529px;
	height:49px;
	background:url(bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
}

#content {
	background:url(bg1.gif) repeat-y;
	}

#leftColumn {
	width: 150px;
	margin-right: 10px;
	background-color: #000;
	padding:0;
}

.nav {
	margin:0;
	padding:0;
	list-style:none;
}

#searchBox {
	display:block;
	background-color: #242424;
	font-size:8px;
	color:#F90;
	text-decoration:none;
	padding:6px 10px 3px 10px;
	height:25px;
	text-align:center;
	border-bottom:1px dotted #333;
}
#searchBox img {
	padding: 0;
}
#searchBox button {
	vertical-align: middle;
	border: none;
	padding: 0 0 3px 0;
	background: none;
}

.nav a {
	display:block;
	font-size:9px;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
}

.nav .mHeader {
	display:block;
	font-size:11px;
	color:red;
	height:10px;
	padding:10px;
  border-bottom:1px dotted #333;
}

.nav a:hover {
	background-color:#333;
}

#leftColumnBottom {
	width:150px;
	background:url(bg1c.gif) repeat-x;
	padding:110px 0 10px 0;
	color:#EAEAEA;
}

#leftColumnBottom img {
	padding: 160px 3px 0 3px;
	vertical-align: bottom;
	opacity: 0.2;
	-moz-opacity:0.2;
}

#rightColumn {
	background-color: #DFDFDF;
	float:right;
	width:520px;
	padding: 10px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}


.bubble {
	display:block;
}



