body {
	color:#313233;
	font-family: Garamond, Georgia, Time News Roman, serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#191919;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
table, tr, td {
	border-spacing: 0px;
}

img {
	border: none;
}

/*--------- all ---------*/
#bg {
	width: 1030px;
	height: 620px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -515px;
	background: #191919 url(../photos/bg.jpg) no-repeat center;
}

#all {
	width: 990px;
	height: 580px;
	border: 1px solid #414446;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -495px;
	background-color: #191919;
	z-index: 98;
	display: inline;
}
#logo {
	position: absolute;
	top: 465px;
	left: 80px;
}

#left {
	width: 250px;
	height: 567px;
	position: relative;
	float: left;
}
#left ul {
	position: absolute;
	top: 325px;
	left: 80px;
	list-style:none;
}
#left li {
	padding-bottom: 7px;
}

#left a, #left a:link, #left a:visited {
	font-family: Garamond, Georgia, Time News Roman, serif;
	color: #232425;
	font-size: 11px;
	text-decoration:none;
}
#left a:hover, #left a:focus {
	color: #8f735b;
}

/*--------- content ----------*/
#main {
	width: 645px;
	height: 567px;
	position: relative;
	float: left;
}

#content {
	width: 574px;
	height: 567px;
	position: relative;
	float: right;
	padding: 0px;
	border: 0px;
	z-index: 99;
	overflow: hidden;
}
#home {
	width:574px;
	height:567px;
	background: url(../images/home.jpg) no-repeat bottom right;
}

#about {
	padding: 60px 80px 60px 0;
	text-align: right;
}

#contact {
	width:494px;
	height:453px;
	background: url(../images/contact.jpg) no-repeat bottom right;
	text-align: right;
	padding: 115px 80px 0 0;
}

#contact table {
	float: right;
	text-align: right;
}

#contact a, #contact a:link, #contact a:visited {
	color: #232425;
	font-size: 12px;
	text-decoration:none;
}
#contact a:hover img, #contact a:focus img {
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

/*---------- port ----------*/
#portindex {
	margin: 80px 80px 60px 41px;
	text-align:right;
}
#portindex table {
	width:454px;
}
#portindex a:hover img, #portindex a:focus img {
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#port {
	margin: 80px 80px 60px 0;
	text-align:right;
}
#port table {
	width:500px;
}
#port td {
	height: 16px;
}
#port a, #port a:link, #port a:visited {
	color: #434445;
	font-size: 10px;
	text-decoration:none;
}
#port a:hover, #port a:focus {
	color: #795e43;
}
#port a:hover img, #port a:focus img {
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#caption {
	font-family: Garamond, Georgia, Time News Roman, serif;
	color: #232425;
	font-size: 11px;
	line-height: 17px;
	font-weight:bold;
}
.space2 {
	height: 34px;
}

.mlink a {
	color:#CC6F7F;
	text-decoration:underline;
	
}
.mlink a:hover {
	color:#CF6127;
	text-decoration:underline;
}