@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
}

body {
	background: url(images/bodybg1.gif);
}


#container {
	width: 960px;
	margin: 0 auto;
	box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	-moz-box-shadow: 0px 0px 8px #666;
}

#header {
	position:relative;
		box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	-moz-box-shadow: 0px 0px 8px #666;
	position:relative;
}

#header-bg {
	
	background:url(images/header-bg.gif) repeat-x;
	height:133px;
}

#header-bg h1 a {
	background:url(images/header.png) no-repeat;
	float: left;
	width: 611px;
	height: 89px;
	text-indent: -9999px;
	margin-top: 15px;
	margin-left:15px;
	outline:none;
	
}

#content {
	position: relative;
	background: #eef2f4 url(images/content-bg.gif) repeat-x;
	min-height: 745px;
}

#tyler {
	position:absolute;
	background:url(images/tyler.png) no-repeat;
	width: 230px;
	height: 551px;
	left: -40px;
	top: 152px;
}

#supportbutton h1 a {
	position:absolute;
	background:url(images/support.png) no-repeat;
	width: 263px;
	height: 46px;
	left: 301px;
	top: 109px;
	text-indent: -9999px;
		outline:none;
}


#supportbutton h1 a:hover {
	position:absolute;
	background:url(images/support.png) 0px -46px;
	width: 263px;
	height: 46px;
	left: 301px;
	top: 109px;
	text-indent: -9999px;
	outline:none;
}


#guestbookbutton h1 a{
	position:absolute;
	background:url(images/guestbook.png) no-repeat;
	width: 237px;
	height: 47px;
	left: 393px;
	top: 260px;
	text-indent: -9999px;
	outline: none;
}


#guestbookbutton h1 a:hover{
	position:absolute;
	background:url(images/guestbook.png) no-repeat 0px -47px;
	width: 237px;
	height: 48px;
	left: 393px;
	top: 260px;
	outline: none;
	
}

#messagebutton h1 a {
	position:absolute;
	background:url(images/message.png) no-repeat;
	width: 314px;
	height: 31px;
	left: 474px;
	top: 420px;
	text-indent: -9999px;
	outline: none;
}


#messagebutton h1 a:hover {
	position:absolute;
	background:url(images/message.png) no-repeat 0px -31px;
	width: 314px;
	height: 31px;
	left: 474px;
	top: 420px;
	outline: none;
}

#privatebutton h1 a {
	position:absolute;
	background:url(images/private.png) no-repeat;
	width: 309px;
	height: 32px;
    left: 562px;
	top: 574px;
	text-indent: -9999px;
	outline:none;
}


#privatebutton h1 a:hover {
	position:absolute;
	background:url(images/private.png) no-repeat 0px -32px;
	width: 309px;
	height: 32px;
	left: 562px;
	top: 574px;
	outline:none;
}

#footer {
	background:url(images/footer-bg.gif) repeat-x;
	height: 70px;
	text-align:center;
}

#footer p {
	padding-top: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#footer p a {
	text-decoration: none;
	color: #61615e;
}

#footer p a:hover {
	border-bottom: 1px dotted #7c7c7a;
	color: #7c7c7a;
}

.clear {
	clear:both;
}

#header h2 a{
	position: absolute;
	top: 0px;
	right: 0px;
	width:191px;
	height: 134px;
	text-indent: -9999px;
	background:url(images/jointventure.png) no-repeat ;
}

#header h2 a:hover{
	position: absolute;
	top: 0px;
	right: 0px;
	width:191px;
	height: 134px;
	text-indent: -9999px;
	background:url(images/jointventure.png) no-repeat 0px -134px ;
}


#right-box {
	width: 700px;
	min-height: 200px;
	padding: 30px 30px;
	background: rgba(0, 0, 0, 0.1);
	overflow:auto;
	float:right;
	margin: 15px 5px 15px 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	-moz-box-shadow: 0px 0px 8px #666;
	
	
}

#right-box p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 5px 0px 10px 0px;
}

#right-box h2 {
	padding: 5px 5px 5px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: bolder;
	color: #111;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	text-shadow: 2px 0px 0px #918f8f;
}