/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}


h1, h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #414141;
}

h1 {
	letter-spacing: -0.03em;
	font-size: 30px;
}

h2 {
	margin-bottom: 1.5em;
	font-size: 18px;
	font-weight: normal;
	color: #939292;
}

h3 {
	margin-bottom: 0.4em;	
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-bottom: 1.6em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#banner {
	width: 1000px;
	margin: 0 auto;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding: 35px 0px 0px 0px;
	}

#content {
	float: left;
	width: 630px;
	padding-bottom:30px;
}


.gItem, .aItem {
	float:left;
	width:305px;
	margin-right:10px;
	margin-bottom:15px;
}

.gItem:hover, .aItem:hover{
	background-color:#f0f0f0;
}

.gItem{
	height:195px;
}
.gItem img {
	float:left;
}

.aItem{
	height:110px;
}

.gItem h3, .aItem h3 {
	background-color:#e9e9e9;
	text-align:center;
	font-size:18px;
}



#dhtmltooltip{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	width: 200px;
	padding: 10px;
	background-color: #1E1E1E;
	visibility: hidden;
	z-index: 100;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-left: 40px;
	text-align: center;
}

#sidebar hr {
  border:0;
  color: #E5E5E5;
  background-color: #E5E5E5;
  height: 1px;
  margin-top:10px;
  margin-bottom:10px;
}

#sidebar h3 {
	margin-bottom: 15px;
	font-size: 16px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}


