body{
	background-color:#ffffff;
	font-size:12px;
	letter-spacing:2px;
	line-height:1.7;
	color:#666666;
	margin:0;
	padding:0;
}

a {
	color:blue;
	text-decoration:none;}

a:hover {
	color:blue;
	text-decoration:underline;}


img {
	border:none;
	margin-top: 5px;
	margin-bottom: 5px;}


p {
	margin:0 0 6px 0;}


table {
	width:630px;
	height:auto;
	border-collapse:collapse;
	border:1px #cccccc solid;
	margin-bottom:10px;
}


h1,h2,h3 {
	margin:0;}

h4 {
	margin:0;
	font-size:12px;
	font-weight:normal;}

/**********/


#back {
	width:640px;
	height:auto;
	margin:0 auto;
}

#header {
	width:640px;
	height:200px;
	float:left;
	background-image:url('img/header.gif');
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#main {
	width:640px;
	height:auto;
	float:left;
}

.title {
	width:630px;
	height:40px;
	float:left;
	margin:0 5px 10px 5px;
}

.text {
	width:630px;
	height:auto;
	float:left;
	margin:10px 5px 0 5px;
}

.line {
	width:630px;
	height:auto;
	float:left;
	border-top:1px #cccccc dotted;
	border-bottom:1px #cccccc dotted;
	padding-top:5px;
	font-size:10px;
}

#footer {
	width:640px;
	height:19px;
	float:left;
	background-image:url('img/footer.gif');
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	color:#ffffff;
	margin-top:20px;
}


/**********/


#contact-right, .contact-up, .contact-bottom {
	width:310px;
}

#contact-right {
	height:auto;
}

.contact-up {
	height:6px;
	float:left;
	background-image:url('img/contact-up.gif');
	background-repeat:no-repeat;
}

.contact-main {
	min-height:124px;
	height:auto;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	padding:5px;
	line-height:1.5;
}

.contact-main p {
	margin:2px;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px #cccccc dotted;
}

.contact-bottom {
	height:6px;
	float:left;
	background-image:url('img/contact-bottom.gif');
	background-repeat:no-repeat;
}