@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
#header {
	height: 292px;
	background:url(images/header.jpg)
}

a:link {color:#000;text-decoration:none;}    /* unvisited link */
a:visited {color:#000;text-decoration:none;} /* visited link */
a:hover {color:#000; font-weight:bold; text-decoration:underline;}   /* mouse over link */


/*navigation----------------------------*/	
#navbar {
	margin-left:auto;
	margin-right:auto;
	padding-top: 250px;
	width:542px;
	height:39px;
}
#navbar #home {
	float:left;
	width:104px;
	height:39px;
	background:url(images/homebtn.jpg) no-repeat;
}
#navbar #home a:hover{
	background-position: 0px -39px;
}
#navbar #quote {
	float:left;
	width:104px;
	height:39px;
	background:url(images/quotebtn.jpg) no-repeat;
}
#navbar #quote a:hover{
	background-position: 0px -39px;
}
#navbar #about {
	float:left;
	width:105px;
	height:39px;
	background:url(images/aboutbtn.jpg) no-repeat;
}
#navbar #about a:hover{
	background-position: 0px -39px;
}
#navbar #links {
	float:left;
	width:88px;
	height:39px;
	background:url(images/linkbtn.jpg) no-repeat;
}
#navbar #links a:hover{
	background-position: 0px -39px;
}
#navbar #contact {
	float:left;
	width:140px;
	height:39px;
	background:url(images/contactbtn.jpg) no-repeat;
}
#navbar #contact a:hover{
	background-position: 0px -39px;
}

/*maincontent-----------------------*/
#main {
	height: 480px;
	background-image:url(images/mainbg.jpg);
}

#leftside {
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-left: 20px;
}

#leftsidetrans {
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #000;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#rightside {
	float: right;
	width: 210px;
	height: 450px;
	padding-top: 10px;
	padding-right: 5px;
}

#righttxt {
width:190px; margin-left:5px; margin-top:5px; padding-left:10px; padding-top:10px; padding-bottom:10px; font-size:11px; background-color: #333;
}

#quoteside {
	float:left;
}
#footer {
	background:url(images/footer.jpg);
	height: 151px;
}
#footleft{
	width:200px;
	font-size:10px; 
	color:#000;
	padding-top:20px;
	padding-left:20px;
	float:left;
}
#footright{
	width:200px;
	font-size:10px;
	color:#000;

	padding-right:20px;
	float:right;
}