body {
	background-color: #141415;
	text-align: center;
	font-family: Arial, Helvetica, serif;
}

h1 {
	font-size: 24px;
	color: #111;
}

p {
	font-size: 12px;
	color: #111;
}

/* Page */

#page {
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
	width: 800;
}

#page .start {
	height: 10px;
	overflow: hidden;
	width: 800px;
	padding: 0;
	background: #141415 url(../images/top.gif) no-repeat top center;
	float: left;
}

#page .side {
	margin: 0;
	width: 6px;
	height: 600px;
	background-color: #999;
	float: left;
}

#page .content {
	height: 610px;
	width: 780px;
	background: #999 url(../images/white.gif) repeat top center;
	float: left;
}

#page .content .type {
	width: 500px;
	margin: 17px 20px 0px 20px;
	float: right;
}

.port {
	float: left;
	text-align: center;
	width: 170px;
	margin: 0px 25px 0px 25px;
}

.port a {
	text-decoration: none;
}

.port img {
	border: none;
}

/* Logo */

#logo {
	margin: 0;
	width: 315;
	height: 110;
	background: #1b1b1b url(../images/logo1.gif) no-repeat top left;
	float: left;
}

/* Header */

#header {
	width: 780px;
	height: 155px;
	background: #060606 url(../images/header.png) no-repeat top left;
	float: left;
}

#flashhead {
	float: right;
	height: 110px;
	margin-right: 10px;
	background: url(../images/img4.jpg) no-repeat top left;
}

/* Menu */

#menu {
	width: 533px;
	height: 50px;
	float: left;
	background: url(../images/menu.png) no-repeat top left;
}

#left {
	width: 247px;
	height: 50px;
	float: left;
	background: url(../images/left.png) no-repeat top left;
}

#tail {
	width: 220px;
	height: 75px;
	float: left;
	background: url(../images/tail.png) no-repeat top left;
}

/* footer */
#footer {
	text-align: center;
	font-size: 12px;
	color: #444;
}
