* html img,
* html .png,{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

*
{
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active, a:focus {
	text-decoration:none;
	color: #990000;
	font-size: 11px;
}
a:hover {
	font-size: 11px;
	color: #666;
	font-weight:bold;
	text-decoration:none;
}


body
{
	
	background-color: #990000;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color: #333333;
	line-height: 16px;
	font-size: 12px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

table {
	text-align:justify;
}

div{
	font-size: 12px;
	text-align:justify;
}

#page
{
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

* html #page
{
	height: 100%;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.hidden
{
	position: absolute;
	left: -10000px;
}


#nav_bg {
	background-image:url(../images/nav_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:29px;
}

/* CONTENT */

#content
{
	padding: 0 15px 55px 15px;
}
#contentLeft
{
	margin:0 0 0 6px;
	width:635px;
	float: left;

}
#contentRight
{
	margin:0 6px 0 0;
	width:274px;
	float: right;

}
#contentMain
{
	padding: 20px 5px 0 5px;
	clear: both;

}
#welcome_msg {
	padding-top:13px;
	width:623px;
	float: left;

}
#contentMain_welcome_msg 
{
	padding: 80px 20px 0 20px;
	width:595px;
	float: left;
	background-image: url(../images/title_welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentMain_ads_banner{
	width:274px;
}
/* News Banner */

#banner_ads {
	padding:6px;
	margin:0;
	background-color:#CCC;
	float: left;
	height:280px;
}
#news_box {
	margin:0 6px 0 0;
	float: right;
	height: 346px;
}
#news_header {
	width: 279px;
	height: 23px;
	background-image: url(../images/news_header.jpg);
	background-repeat: no-repeat;
}
#news_content{
	height: 311px;
	background-color:#CCC;
	padding:6px;
}
#news_content2{
	height: 291px;
	background-color:#FFF;
 	padding:10px;
	width: 247px;
}
/* News Banner */


#content_box
{
	padding:0 15px 0 15px;
}
#content_box a
{
	text-decoration:underline;
}
#contentDesign_tips
{
	background-image: url(../images/title_designtips.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:47px 5px 0 5px;
}

#line_verti{
	background-image: url(../images/line_verti.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#line_hori{
	background-image:url(../images/line_hori.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
}
#line_hori2{
	background-image:url(../images/line_hori2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
}
#header
{
	padding: 0 15px 0 15px;
	height:119px;
	background-repeat: no-repeat;
	background-position: center top;
}
#header_banner
{
	background-image:url(../images/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:85px;
}
#logo{
	width: 211px;
	height:95px;
	float:left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;	
}

p {
	padding:5px 0 6px 0;
}
h2 {
	padding:0 0 6px 0;
}
h3 {
	padding:0 0 6px 0;
}

.side_link_ul {
}
.side_link_ul li {
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 25px;
}
.contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #000000;
	background-image: url(../images/trans.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.commentsArea {
	background-image: url(../images/trans.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border:#999999 solid 1px;
	padding:5px;
}

.text_red{
	color:#900;
}

/* FOOTER */
#footer
{
	width: 934px;
	height: 29px;
	font-size: 85%;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer_box {
	padding: 15px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#footer_news{
	margin-left:2px;
	height:45px;
	width:930px;
}

#footer_partner_title_bar{
	margin-left:2px;
	height:28px;
	width:930px;
	background-image: url(../images/partner_bar.jpg);
	background-repeat: repeat-x;
}
#footer_partner_title{
	margin-left:7px;
	font-size:11px;;
}
#footer_partner_logo{
	margin-left:2px;
	width:930px;
	height:82px;
	background-image: url(../images/partner_logo.jpg);
	background-repeat: no-repeat;
}
#footer_copyright{
	width:934px;
	height:29px;
	background-color:#CCC;
	font-size:10px;
}
/* FOOTER */
