@charset "utf-8";
/* CSS Document */

*		{
		padding: 0;
		margin: 0;
		border: none;
		outline: none;
		font-family: Arial, Helvetica, sans-serif;
		color: #878787;
		font-size: 12px;
}

body	{
		background: url(../images/body_bg.jpg) top repeat-x #c3c4c4;
}

h1		{
		font-size: 24px; 
		font-weight: normal; 
		margin-bottom: 5px;
}

h2		{
		font-size: 15px; 
		font-weight: normal; 
		margin-bottom: 24px;
}

h3		{
		font-size: 12px; 
		font-weight: normal;
		font-weight: bold;
}

p		{
		margin-bottom: 12px;
}

.clear	{
		clear: both; 
		height: 1px; 
		font-size: 1%; 
		line-height: 1px;
}

.page	{
		width: 966px; 
		margin: 4px auto 0 auto; 
		background: url(../images/page_bg.jpg) repeat-y;
}

.headarea{
		padding: 20px 27px;
		float: left; 
}

.headline{
		float: right;
		text-align: center;
		width: 580px;
		padding-right: 180px;
		padding-top: 77px;
}

.headline h2{
		margin-bottom: 0;
		padding-bottom: 0;
}

.flasharea{
		height: 425px; 
		padding: 22px 0 0 45px; 
		background: url(../images/boxarea_bg.jpg) center no-repeat; 
		margin: 0 auto 0 auto;
}

.contentarea{
		padding: 5px 26px;
		line-height: 21px;
}

.textblock1, .textblock2{
		line-height: 22px;	
}

.textblock1{

}

.textblock2{
		float: right; 
}

.boxarea{
		background: url(../images/boxarea_bg.jpg) no-repeat; 
		width: 910px; 
		height: 235px; 
		padding: 10px 25px 0 26px; 
		margin: 10px auto 0 auto;
}

.boxarea h2{
		display: block; 
		height: 27px;
}

h2 img	{
		margin-bottom: -12px; 
		padding: 0 10px;
}

.box, .box2{
		width: 217px; 
		height: 163px; 
		float: left; 
		position: relative;
}

.box2	{
		margin-left: 14px;
}

.box .image, .box2 .image{
		height: 65px;
}

.box .title, .box2 .title{
		height: 20px; 
		padding: 8px 5px 0 5px;
}

.box .text, .box2 .text{
		font-size: 10px;
		padding: 0 5px;
}

.box a, .box2 a{
		position: absolute; 
		z-index: 2; 
		right: 7px; 
		bottom: 5px; 
		color: #3691be; 
		text-align: right; 
		background: url(../images/link_img.jpg) right no-repeat; 
		text-decoration: none; 
		padding: 0 20px 0 0; 
		display: block;
}

.newbox1{
		float: left; 
		width: 430px; 
		height: 192px;
}

.newbox2{
		float: left; 
		width: 430px; 
		height: 192px; 
		margin-left: 17px;
}

.newbox3{
		float: left; 
		width: 430px; 
		height: 192px; 
		margin-top: 18px;
}

.newbox4{
		float: left; 
		width: 430px; 
		height: 192px; 
		margin: 18px 0 0 17px;
}

.newbox1 img, .newbox2 img, .newbox3 img, .newbox4 img{
		display: block;
}

.newbox1 div, .newbox2 div, .newbox3 div, .newbox4 div{
		padding: 8px 8px 0 8px;
}

.footer{
		height: 25px; 
		background: url(images/footer_bg.jpg) top repeat-x; 
		margin: 8px 2px 0 2px;
}


		