@charset "utf-8";
/* Powergreen Stylesheet */

body{
	background-image: url(../i/BG_Pattern_Small.jpg);
	background-repeat: repeat-x repeat-y;
	text-align: center;
}

#container{
	width: 720px;
	height: 411px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#introanim{
	float: left;
	width: 696px;
	height: 353px;
	background-color: #9e9e9e;
	overflow: hidden;
}

#bgimage{
	float: left;
	width: 696px;
	height: 353px;
	background-image: url(../i/bgimage.jpg);
	background-color: #9e9e9e;
	overflow: hidden;
}

#bgimage2{
	float: left;
	width: 696px;
	height: 353px;
	background-image: url(../i/bgimage2.jpg);
	background-color: #9e9e9e;
	overflow: hidden;
}

#leftpanel{
	float: left;
	width: 12px;
	height: 353px;
	background-image: url(../i/leftpanel.jpg);
	background-repeat: repeat-y;
	background-color: #9e9e9e;
}

#toppanel{
	float: left;
	width: 720px;
	height: 22px;
	background-image: url(../i/toppanel.jpg);
	background-repeat: no-repeat;
}

#bottompanel{
	float: left;
	width: 720px;
	height: 35px;
	background-image: url(../i/bottompanel.jpg);
	background-repeat: repeat-y;
	background-color: #9e9e9e;
}

#rightpanel{
	float: left;
	width: 12px;
	height: 353px;
	background-image: url(../i/rightpanel.jpg);
	background-repeat: repeat-y;
	background-color: #9e9e9e;
}

#button{
	float: right;
	width: 500px;
	height: 15px;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px; 
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d2d2d2;
}

#button a:link, #button a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d2d2d2;
	text-decoration: none;
}

#button a:hover, #button a:visited:hover{
	color: #b9b9b9;
}

#bdytxtpos{
	float: left;
	width: 450px;
	height: 150px;
	text-align: left;
	margin-top: 44px;
	margin-left: 35px;
	margin-right: 35px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff; 
}

.pageTitle{
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}	

.siteTitle{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
