@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;border:0}

body,div,td,textarea{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;}

body{
	background-color:#130f09;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#wrapper {
	width:960px;
	height:100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#header{width:960px;
height:219px;
text-align:left;
}

#subscribe{
height:30px;
margin-top:0px;
margin-left:230px;
text-align:left;
}

#col_1 {
	width:306px;
	margin-right:20px;
	margin-left:20px;
	margin-top:0px;
	float:left;
}

#col_2 {
	width:614px;
	margin-top:0px;
	float:left;
	
}

#footer{
	width:100%;
	text-align:center;
	background-image:url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top:5px
}

#footer_content{
	width:960px;
	padding-top: 70px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	}

.bold{
	
	font-weight:bold
}

.italic{
font-style:italic
}

.clear {clear:both}

.form_text{
padding:2px;
	border:#3983a5;
	border-width:0px;
	border-style:solid;
	font-size:11px;
	height:16px;
	width:190px;
	background-color:#fbb744; margin-right:10px}
/**/

a.type1:active {color: #898989; text-decoration: none;font-weight: bold;}
a.type1:link {color: #898989; text-decoration: none;font-weight: bold;}
a.type1:visited {color: #898989; text-decoration: none;font-weight: bold;}
a.type1:hover {color: #FF9712; text-decoration: none;font-weight: bold;}

a.type2:active {color: #fbb744; text-decoration: none}
a.type2:link {color: #fbb744; text-decoration: none}
a.type2:visited {color: #fbb744; text-decoration: none}
a.type2:hover {
	color: #FFFF00;
	text-decoration: none;
}

a.type3:active {color: #fbb744; text-decoration: none ;font-weight: bold;}
a.type3:link {color: #fbb744; text-decoration: none;font-weight: bold;}
a.type3:visited {color: #fbb744; text-decoration: none;font-weight: bold;}
a.type3:hover {color: #fbb744; text-decoration: underline;font-weight: bold;}

/**/

#sbox-window .sbox-content-swf
{
	overflow:				hidden;
}