/* CSS Document */

body {
padding:0;
margin:0;
background-image:  url(grfx/bg/1.jpg);
	background-repeat: no-repeat;
	background-color: #999480;
	color: #CCCCCC;
}

h1 {
	font-size: 14pt;
	color: #959564;
	border-left: 2px dotted white;
	padding-left:5px;	
}

h1 a  {
	font-size: 13pt;
	color: #999999;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
}

strong {
	padding-right: 15px;
}


#mainname {
position:absolute;
top:110;
left:5;
}

#top {
	height:104px;
	width:100%;
}

#nav {
	padding-right:20px;
	height:35px;
	padding-top:5px;
	width:100%;
	text-align: right;
	white-space: nowrap;
	background-image: url(grfx/navbg.png);
	background-repeat: repeat;
	/*background-color:#a7a28b;
	display:none;*/	
}

#nav a {
	padding:3px 5px;
	margin: 0px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#57331d;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	z-index: 5;
}

#nav a:hover {
	color:#000000;
}

#navright {
	white-space: nowrap;

}

#name {
	position:absolute;
	top:554px;
	left:55%;
}

#maininfo {
	width:100%;
	padding: 35px 0px 50px 0px;
	background-color:#440101;
	/*display:none;*/
}

.left {
	width:20%;
}

.main {
	width: 60%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #CCCCCC;
}

.main a {
	color: #FFFFFF;
	text-decoration: underline;
}

.main a:hover {
	text-decoration: overline;	
}

#coming {
	position:absolute;
	left: 350px;
	top: 200px;
	font-size: 16px;
	color:#440101;
	font-variant: small-caps;
	letter-spacing: 15px;
}

#bottom {
	padding-left: 20px;
}

#bottom a {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #440101;
	text-decoration: none;
}

#imagel {
	text-align: left;
	vertical-align: top;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#imager {
	vertical-align: top;
	padding-left: 15px;	
}

