*{
	margin: 0;
	padding: 0;
}

body{
	background: #cccccc;
	margin: 20px;
}

.preloader {
	display: none;
}

p{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.7em;
	color: #797878;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}

a{
	color: #000;
}

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

#content{
	width: 753px;
	border: 1px solid #000;
	margin: auto;
	background: #fff;
}

h1{
	background: #fff url(/assets/Image/logo.gif) no-repeat;
	height: 100px;
	margin: 15px 10px 10px 15px;
}

h1 span{
	display: none;
}

h2{
	background: #fff url(/assets/Image/tag.gif) no-repeat right;
	height: 45px;
	margin: 10px 15px 10px 10px;
	clear: both;
}

h2 span{
	display: none;
}

#col1 a, #col2 a, #col3 a
	{
	display: block;
	width: 250px;
	height: 188px;
}

a span {
	display: none;
}

#blocks{
	margin: 0px;
	background: #000;
}

#blocks div{
	width: 250px;
}

#col1{
	float: left;
	width: 250px;
	border:solid #000;
	border-width: 1px 0;
}

#col2{
	float: left;
	width: 250px;
	border:1px solid #000;
}

#col3{
	float: left;
	width: 250px;
	border:solid #000;
	border-width: 1px 0;
}

#link1 a{
	background: #CCEDDC url(/assets/Image/pic_01_bw.jpg) no-repeat;
	border-top: 8px solid #CCEDDC;
	border-bottom:1px solid #000;
}

#link1 a:hover{
	background: #CCEDDC url(/assets/Image/pic_01.jpg) no-repeat;
}

#link2 a{
	background: #E0D5E9 url(/assets/Image/pic_02_bw.jpg) no-repeat;
	border-top: 8px solid #E0D5E9;
	border-bottom:1px solid #000;
}

#link2 a:hover{
	background: #E0D5E9 url(/assets/Image/pic_02.jpg) no-repeat;
}

#link3 a{
	background: #ECCECF url(/assets/Image/pic_03_bw.jpg) no-repeat;
	border-top: 8px solid #ECCECF;
	border-bottom:1px solid #000;
}

#link3 a:hover{
	background:#ECCECF url(/assets/Image/pic_03.jpg) no-repeat;
}

#link4 a{
	background: #FCE0D3 url(/assets/Image/pic_04_bw.jpg) no-repeat;
	border-bottom: 8px solid #FCE0D3;
}

#link4 a:hover{
	background: #FCE0D3 url(/assets/Image/pic_04.jpg) no-repeat;
}


#link5 a{
	background: #FFF5CC url(/assets/Image/pic_05_bw.jpg) no-repeat;
	border-bottom: 8px solid #FFF5CC;
}

#link5 a:hover{
	background: #FFF5CC url(/assets/Image/pic_05.jpg) no-repeat;
}

#link6 a{
	background: #CCE3F2 url(/assets/Image/pic_06_bw.jpg) no-repeat;
	border-bottom: 8px solid #CCE3F2;
}

#link6 a:hover{
	background: #CCE3F2 url(/assets/Image/pic_06.jpg) no-repeat;
}

.clear{
	clear: both;
}

#footer{
	border-top: 7px solid #000;
	background-color: #E4E4E4;
	padding: 5px 0px;
}

#footerleft{
	float: left;
}

#footerright{
	float: right;
	width: 400px;
	padding-top: 55px;
}

#footerright p{
	text-align: right;
}

#abacus{
	margin: 20px auto;
	width: 750px;
}


#abacus p{
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-size: 0.6em;
}

#abacus a{
	text-decoration: none;
	color: #000;
}

#abacus a:hover{
	text-decoration: underline;
	color: #000;
}

