@charset "utf-8";

/* Start General Elements */
*{	margin:0;
	padding:0;}

body{	background:#F7F7F7;
	font:normal 12px tahoma;
	color:#8F8D8D;}
br{	line-height:4px;
}
img{	border:none;
}
a{
	color:#666666;
	text-decoration:none;
	font:normal 12px tahoma;

}
a:hover{
	color:#5A5A5A;
	text-decoration:underline;

}

#Page_Container{
	width:100%;
	margin:auto;}

h1{
	font:bold 25px tahoma;
	color:#38F8D8D;
	padding-bottom:20px;


}

h1 a{
	text-decoration:none;
	font:bold 25px tahoma;
	color:#8F8D8D;
	padding-bottom:20px;


}
h1 a:hover{	text-decoration:underline;
	font:bold 25px tahoma;
	color:#7C7C7C;
	padding-bottom:20px;


}


/* End General Elements */


/* Start Headers */
#Header_Container{
	height:299px;
	background:url('images/Header_Bg.png') repeat-x;
}
#Header{
	height:189px;
	padding-top:110px;
	background:url('images/Header_Logo.png') no-repeat 50% 50%;
}


/* End Headers   */


/* Start Main */
#Main_Container{
	height:232px;
	background:#F4F4F4 url('images/Main_Bg.png') repeat-x;
	padding: 50px 0 80px 0;
}

#Main_Block{	height:232px;
	width:641px;
	background:#F7F7F7 url('images/Main_Block_Bg.png') 0% 0% repeat-y;
}

#Main{
	padding-top:35px;
	height:197px;
	width:641px;
	background: url('images/Main_Title.png') 0% 0% repeat-x;
}


#Main_Content{
	height:197px;
	width:581px;
	padding-right:30px;
	font:normal 13px tahoma,arial;
	padding-left:30px;
	background: url('images/Main_Block_Foot.png') 100% 100% no-repeat;
}

#Main_Content span{
	padding-right:54px;
	font:normal 13px tahoma;
	color:#000;


}


#Main_Content span#s1{
	padding-right:0px;
	font:bold 13px tahoma;
	color:#505050;


}
/* End Main */




/* Start Footer */
#Footer_Container{
	height:107px;
	background:url('images/Footer_Bg.png') repeat-x;
}
#Footer{
	height:107px;
	width:300px;
	margin:auto;

}
div#Footer_Links{	padding-top:25px;
	height:37px;

}

div#Footer_Links a{
	border-bottom:none;
}

div#Footer_Links a:hover{
	border-bottom:#A5A5A5 1px solid;
}


#Footer_Copyrights{	font:normal 12px tahoma;
	color:#A5A5A5;
}

#Footer_Copyrights a{
	color:#A5A5A5;
	text-decoration:none;
}

#Footer_Copyrights a:hover{
	text-decoration:underline;
}

/* End Footer */