@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#cccccc;
}

.links_main{
 width:760px;
 margin:auto;
 background-color:#FFFFFF;
 border:solid 14px #FFFFFF;
}

.links_header{
height:80px;
width:760px;
clear:both;
border-bottom:solid 1px #666666;
}

.links_header h1{
 letter-spacing:12px;
 font-weight:normal;
 font-size:22px;
 color:#333333;
}

.links_block{
 width:760px;
 clear:both;
}

.links_block h2 {
 font-size:20px;
 letter-spacing:6px;
}

.links_block img {
width:200px;
float:left;
margin-right:20px;
}

.links_desc {
 width:500px;
 float:left;
}

.links_block_spacer{
height:60px;
 width:760px;
 clear:both;
}