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

body{
background-color:#642d54;
}
img { border:none;}
.wrapper{
	width:750px;
	margin:auto;
	padding:10px;
	background-color:#fff;
}
.header{
	background-image:url(images/header.gif);
	height:150px;
	width:750px;
}
.contact-no{
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size:16px;
	color:#642d54;
	text-align:right;
	padding:22px 0 0px 0;
	font-weight:bold;
}
.contact-no a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:16px;
	color:#642d54;
	font-weight:bold;
}
.contact-no a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:16px;
	color:#642d54;
	font-weight:bold;
}
.image-strip{
	background-image:url(images/image-strip.jpg);
	width:750px;
	height:150px;
	background-repeat:no-repeat;
}
.image-strip2{
	background-image:url(images/image-strip2.jpg);
	width:750px;
	height:150px;
	background-repeat:no-repeat;
}
.content{
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size:12px;
	color:#642d54;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size:18px;
	color:#642d54;
}
