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

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	
}
#container {
	width:802px;
	margin:auto;
	
}
#header {
	padding-left:10px;
}
#hold-top {
	position:relative;
	height:32px;;
}
.logo {
	padding-top:10px;
	position:absolute;
	width:224px;
	float:left;
}
.words span {
	color:#961134;
	font-size:20px;
	padding-left:74px;
}
.words {
	width:550px;
	margin-top:0px;
	position:absolute;
	float:left;
	top:10px;
	margin-left:224px;
	*margin-left:0px;
	

}
#photos {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:12px;
	padding-left:6px;
	padding-bottom:12px;
}
#contents {
	
}
#footer {
	
}
a {
	color:#961134;
	
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:-14px;
	padding-bottom:0px;
	
}
p {
	font-size:12px;
	
}
.small {
	font-size:11px;
	
}
