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

body {
	margin: 0; padding: 0;
	background: #fff url(images/bg.jpg) top left no-repeat; background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.divclear {
	clear: both;
}

/* ---------------  layout  ---------------- */
div#container {
	width: 990px; 
}
div#content {
	margin-left: 55px;
	width: 935px;
	color: #8b8b8b;
}

div#nav {
	width: 200px; 
	border: 10px solid #f3f3f3;
	background-color: #f7931e;
	color: #fff;
	float: left; margin-right: 10px;
}

div#header {
	border: 10px solid #f3f3f3;
	background-color: #fff;
	width: 915px;
	margin-bottom: 20px;
}	

div#left {
	width: 297px; margin-right: 15px;
	border: 10px solid #f3f3f3;
	background-color: #fff;
/*	color: #8b8b8b; */
	float: left;
	padding-left: 5px; padding-right: 8px;
}
div#right {
	width: 570px; 
	background-color: #fff;
	border: 10px solid #f3f3f3;
	float: left;
}
.ss {
	width: 535px; height: 270px;
	background-color: #ddd;
	margin-left: 15px; margin-bottom: 20px;
	color: #848484;
	padding-left: 5px; padding-top: 5px;
}	
.ssi {
	width: 530px; height: 200px;
	margin-bottom: 8px;
	background-color: #fff;
}
.ssi-b {
	width: 530px; height: 200px;
	margin-bottom: 8px;
	background-color: #000;
	font-size: 0; line-height: 0;
}
div#butt {
	height: 196px; width: 1000px;
	position: relative;
}
div#footer {
	width: 915px; height: 80px;
	margin-left: 55px; 
	background-color: #fff;
	border-top: 10px solid #f7396f;
	border-right: 10px solid #f7396f;
	border-left: 10px solid #f7396f;
	position: absolute; z-index: 4; top: 106px;
}
div#cup {
	z-index: 10;
	width: 118px; height: 196px;
	position: absolute; left:14px; top: 0;
}
/* ------------------------ typeface ---------------- */
@font-face {
	font-family:"headfont";
	src:url(fonts/TT0283M_.TTF) format("truetype");
}

h1 {
	font-family: headfont, "Clarendon BT", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0; padding: 0;
}
div#header p {
	margin: 0; padding: 0; 
	margin-left: 6px; padding-bottom: 8px; padding-right: 15px;
}
div#left p {
	margin: 0; padding: 0; 
	margin-left: 6px; padding-bottom: 8px; 
}
.ss p {
	margin: 0; padding: 0; 
}
.foot {
	padding-left: 80px;
	padding-top: 30px;
	color: #666;
}
.foot a:link {
	color: #333; text-decoration: none;
}
.foot a:visited {
	color: #333; text-decoration: none;
}
.foot a:hover {
	color:#333; text-decoration: underline;
}
.foot a:active {
	color: #333; text-decoration: none;
}

/* ----------------------- attributes ---------------------- */

.head {
	margin: 5px 0 8px 6px;
}
.cath {
	margin: 14px 0 4px 15px;
}
.cont {
	margin: 14px 0 4px 5px;
}
.launch {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
	color: #82cdd2;
}
.launch a:link {
	color:#82cdd2;	text-decoration: none;
}
.launch a:visited {
	color:#82cdd2;	text-decoration: none;
}
.launch a:hover {
	color: #82cdd2;	text-decoration: underline;
} 
.launch a:active {
	color: #82cdd2; text-decoration: none;
}