/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	margin: 0px;
}
#topbg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:768px;
	background-image:url(images/topbg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	z-index:0
}
#wrapper{
	position:relative;
	margin: auto;
	border:0;
	width:700px;
	height:auto;
	padding-top:60px;
	overflow: auto;
	z-index:1	
}
#container{
	position:relative;
	border:0;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
	width:680px;
	height:auto;
	background-color:#ffffff;
	overflow:auto;
}
#right{
	position:relative;
	float:right;
	background-color:#cccccc;
	width:180px;
	padding-bottom:25px;
}
#textmain{
	position:relative;
	float:left;
	border:0;
	padding-left:7px;
	width:480px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	background-color:#ffffff;	
	padding-bottom:20px;	
}
#texttwo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left:7px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}

