* {
	padding:0px;
	margin:0px;
}

body {
	background:url(images/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contain {
	margin-top:50px;
/*
	margin-bottom:50px;
*/
	background:url(images/bga.gif) repeat-x #92B8D8;
	border-top:solid 2px #77A7D1;
}

#header {
	background:url(images/bgh.gif);
	height:75px;
}

#header .inside {
	background:url(images/header.gif);
	margin:auto;
	width:684px;
	height:75px;
}

#body {
	width:684px;
	border:solid 1px #d4ebff;
	margin:auto;
	margin-top:25px;
	background:url(images/bgb.gif) repeat-x #2C3C49;
	color:#658FB2;
	padding:5px;
}

.margb {
	height:25px;
}

.left {
	float:left;
	width:420px;
	margin:5px;
}

.right {
	float:left;
	width:240px;
	margin:5px;
}

.box .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:5px;
	padding-bottom:2px;
	border-bottom:solid 2px #6B97BC;
}

.box .content {
	margin:5px;
}

#footer {
	background:url(images/bgf.gif);
	height:75px;
	border-bottom:solid 2px #77A7D1;
}

#footer .inside {
	height:75px;
	margin:auto;
	width:684px;
}

#footer img {
	text-decoration:none;
	border:none;
}

.fl {
	float:left;
}

.clear {
	clear:both;
}