body {
	background: url(../img/bg.gif) repeat-x #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#wrap {
	width: 902px;
	margin: 0px auto;
}
	#top {
		height: 104px;
	}
		#logo {
			padding: 30px 0px 0px 0px;
			float: left;
			width: 156px;
		}
		#search {
			padding: 15px 0px 0px 0px;
			float: right;
			width: 746px;
			height: 30px;
			text-align: right;
		}
			.search-text {
				background: url(../img/bg-search.gif) no-repeat;
				width: 157px;
				height: 16px;
				border: 0px;
				padding: 4px 0px 3px 8px;
			}
			.search-button {
				background: url(../img/bg-search.gif) no-repeat top right;
				width: 25px;
				height: 16px;
				cursor: pointer;
			}
		#letters {
			padding: 0px 0px 0px 0px;
			float: right;
			width: 746px;
			height: 59px;
			text-align: right;
		}
			#letters a, #letters a:hover {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 20px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none;
				padding-left: 5px;
			}
			#letters a:hover {
				color: #dfdfdf;
			}
	#menu-bar {
		padding: 0px 0px 10px 0px;
	}
	#page {
		background-color: #ffffff;
		color: #000000;
	}
	#home-page {
		background: url(../img/bg-home.png) no-repeat;
		color: #ffffff;
	}
		.page-header {
			background: url(../img/bg-header.png) no-repeat top right #c2c2c2;
			height: 171px;
		}
			.page-header img {
				margin: 20px 0px 0px 80px;
				border: 2px solid #666666;
				float: left;
				margin-right: 20px;
			}
			.page-header div {
				padding-top: 20px;
			}
		.content {
			padding: 10px;
			min-height: 400px;
		}
		.home-content {
			padding: 230px 10px 10px 10px;
		}
	#footer {
		background: url(../img/footer-div.gif) repeat-x;
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		color: #9d9fa0;
		text-align: center;
	}
	
.left {
	float: left;
}
.right {
	float: right;
}

.error, .success, .info {
	background: url(../img/error.png) no-repeat 5px 5px #fcadad;
	border: 1px solid #df1515;
	color: #df1515;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	margin: 10px;
	min-height: 38px;
	_height: 38px;
}
.success {
	background: url(../img/success.png) no-repeat 5px 5px #b4ffa8;
	border: 1px solid #2f8721;
	color: #2f8721;
}
.info {
	background: url(../img/info.png) no-repeat 5px 5px #9cdcff;
	border: 1px solid #0252a6;
	color: #0252a6;
}
form{
	margin: 0px;
}
.btn {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #000000;
}
a, a:hover {
	font-weight: bold;
	color: #4885c5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txtform {
	border: 1px solid #094180;
	background-color: #ffffff;
}

/* Float Fix */	
.clearfix:after{
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  