a.myopacity img{
border: none;
padding: 3px;
filter:alpha(opacity=65);
-moz-opacity: 0.65;
opacity: 0.65;
}

a.myopacity:hover img{
border: none;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

body {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.container {
 	width: 809px;
	position: relative;
	margin: auto;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-y;
}


.content {
	float:left;
	width:540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 65px;
	padding-top: 15px;
	position: relative;
	overflow: visible;
	color: #000000;
}


.rightside {
	float:right;
	width:183px;
	background-image: url(images/right_graph.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 360px;
}

.header {
	position: relative;
	width: 809px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 297px;
}

.header_contact {
	position: relative;
	width: 809px;
	background-image: url(images/header_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 297px;
}



.header_inside {
	height: 38px;
	width: 730px;
	padding-left: 46px;
	padding-top: 259px;
}

.footer {
	clear:both;
	width: 809px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}




.footer_text {
	padding-top: 4px;	
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 30px;
	color: #996600;
	margin-top: 0px;
	margin-bottom: 13px;
	letter-spacing: -1px;
}




/*!!!!!!!!!!! BUTTONS !!!!!!!!!!!*/

.btn1_holder{
	width: 143px;
	height: 38px;
	position: relative;
	float: left;
}

#btn1_btn {
	top: 0px;
	float: left;
	width: 143px;
	height: 38px;
	overflow:  hidden;
	background: url(images/btn1.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn1_btn:hover{

background-position: bottom left;
cursor: pointer;

}


.btn2_holder{
	width: 147px;
	height: 38px;
	position: relative;
	float: left;
}

#btn2_btn {
	top: 0px;
	float: left;
	width: 147px;
	height: 38px;
	overflow:  hidden;
	background: url(images/btn2.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn2_btn:hover{

background-position: bottom left;
cursor: pointer;

}


.btn3_holder{
	width: 146px;
	height: 38px;
	position: relative;
	float: left;
}

#btn3_btn {
	top: 0px;
	float: left;
	width: 146px;
	height: 38px;
	overflow:  hidden;
	background: url(images/btn3.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn3_btn:hover{

background-position: bottom left;
cursor: pointer;

}



.btn4_holder{
	width: 144px;
	height: 38px;
	position: relative;
	float: left;
}

#btn4_btn {
	top: 0px;
	float: left;
	width: 144px;
	height: 38px;
	overflow:  hidden;
	background: url(images/btn4.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn4_btn:hover{

background-position: bottom left;
cursor: pointer;
}



.btn5_holder{
	width: 136px;
	height: 38px;
	position: relative;
	float: left;
}

#btn5_btn {
	top: 0px;
	float: left;
	width: 136px;
	height: 38px;
	overflow:  hidden;
	background: url(images/btn5.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	
}

#btn5_btn:hover{

background-position: bottom left;
cursor: pointer;
}



/*!!!!!!!!!!! BUTTONS STATIC PLACEHOLDERS !!!!!!!!!!!*/


.btn1_placeholder{
	width: 143px;
	height: 38px;
	position: relative;
	float: left;
	background-image: url(images/btn1_placeholder.jpg);
	background-repeat: no-repeat;
}

.btn2_placeholder{
	width: 147px;
	height: 38px;
	position: relative;
	float: left;
	background-image: url(images/btn2_placeholder.jpg);
	background-repeat: no-repeat;
}

.btn3_placeholder{
	width: 146px;
	height: 38px;
	position: relative;
	float: left;
	background-image: url(images/btn3_placeholder.jpg);
	background-repeat: no-repeat;
}

.btn4_placeholder{
	width: 144px;
	height: 38px;
	position: relative;
	float: left;
	background-image: url(images/btn4_placeholder.jpg);
	background-repeat: no-repeat;
}

.btn5_placeholder{
	width: 136px;
	height: 38px;
	position: relative;
	float: left;
	background-image: url(images/btn5_placeholder.jpg);
	background-repeat: no-repeat;
}
