@charset "utf-8";
/* CSS Document */

html{
	background:#fff url(../img/bg-body.gif) top left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body{
	width:896px;
	position:relative;
	margin:100px auto 0;
}

h2{
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	padding:0;
	height:20px;
	line-height:20px;
}

#header, #content, #footer{
	width:100%;
	float:left;
}

#header{
	margin-bottom:20px;	
}

#content{
	color:#7e334d;	
}

#footer{
	border-top:2px solid #7e334d;
	text-align:right;
	padding-top:7px;
}

.linkBox img{
	border:1px solid #7e334d;
	margin:0;
	padding:0;
	display:block;
}

img.title{
	border:none;
}

.hidden{
	display:hidden;
	display:none;
}

#footer img{
	border:none;
}

.linkBox{
	float:left;
	margin:0 40px 20px 0;
	width:428px;
}

a{color:transparent;}
