/***************/
/* LINK STYLES */ 
/***************/

a:link 		{ color: #960f0f; }
a:hover		{ color: #960f0f; text-decoration: none; }
a:active	{ color: #000000; }
a:visited	{ color: #ccc; }



/*****************/
/* GLOBAL STYLES */ 
/*****************/

body
	{
		margin: 0px; 
		background: url(images/bg.gif);
		background-color: #000;
		text-align: left;
		font-family: georgia, times new roman;
	}

img
	{ border: 0px; }



/***************/
/* PAGE STYLES */ 
/***************/

.container	{ margin: 0px; }
.page		{ width: 760px; margin:0px auto; 		background-color: #000; }


.nav	{ clear: both;  width: 705px;  height: 51px; }



.contenttable
	{
		width: 721px;
		border: 0px solid #fff;
		margin-top: 35px; 
		margin-top: 40px; 
		padding:0px;
	}


.contenttabletop
	{
		background-position: top left;
		background-image: url(images/bg_top_long.gif);
		background-repeat: no-repeat;
		width: 721px;
	}
.contenttabletop2
	{
		background-position: top left;
		background-image: url(images/bg_top_long2.gif);
		background-repeat: no-repeat;
		width: 721px;
	}



.contenthead	{ float:left; padding: 40px 40px 10px 40px; }

.contentlang	{ float: right; padding: 60px 50px 10px 40px; }
.contentimg		{ float: right; margin: 0px 0px 20px 20px; border: 1px solid #333; }


.para1
	{
		clear: both;
		padding: 0px 40px 20px 40px;
		font-family: helvetica,arial;
		font-size:13px;
		font-weight: normal;
		line-height: 18px;
		color: #999;
	}


.paras
	{
		padding: 0px 40px 20px 40px;
		font-family: helvetica,arial;
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
		color: #999;
	}

.contenttablebot
	{
		background-position: bottom right;
		background-image: url(images/bg_bottom_new.gif);
		background-repeat: no-repeat;
		width: 721px;
		height: 190px;
	}




.foot_rule	{ clear: both; width: 720px; padding-top: 30px; }
.foot_left	{ text-align:left; padding-left:20px; float: left; width: 360px; font-family: arial, helvetica; margin-top: 10px; font-size: 11px; line-height: 14px; color: #3f3f3f; }
.foot_right {text-align:left; padding-right:20px;  float: right; width: 360px; font-family: arial, helvetica; margin-top: 10px; text-align: right; font-size: 11px; line-height: 14px; color: #3f3f3f; }

.bottom_padding	{ clear: both; width: 760px; padding-top: 30px; }









