@charset "utf-8";
/* CSS Document */

body {
background-image:url('images/background.jpg');
background-repeat:repeat-x;
background-position:top;
font-family:tahoma;
color:#111;
font-size:12px;
}

a:link, a:visited {
text-decoration:underline;
color:#555;
}

a:hover, a:active {
	color:#333;
}

a img {
	border:none;
}

h2 {
font-size:18px;
}

.containter {
margin-left:auto;
margin-right:auto;
position:relative;
width:960px;
}

#banner {
background-image:url('images/banner.png');
background-repeat:no-repeat;
width:960px;
height:176px;
text-align:right;
padding-top:10px;
behavior: url(iepngfix.htc) 
font-size:13px;
float:left;
position:relative;
}

#top_nav {
background-image:url('images/top-nav.jpg');
background-repeat:repeat-x;
width:958px;
border-left:1px solid #666;
border-right:1px solid #666;
height:40px;
position:relative;
float:left;
padding:0px;
margin:0px;
}

#top_nav img {
margin-left:10px;
margin-right:10px;
}

#content {
width:960px;
position:relative;
float:left;
}

#main_content {
width:700px;
margin:10px;
text-align:justify;
float:left;
}

#sidebar {
width:230px;
margin-left:10px;
margin-top:10px;
float:right;
}

.col {
width:460px;
margin:10px;
float:left;
text-align:justify;
}

#main_col1 {
width:340px;
margin:10px;
float:left;
text-align:justify;
}

#main_col2 {
width:340px;
margin:10px;
float:left;
text-align:justify;
}

#xrftable tr td {
	vertical-align:top;
}

.news {
background-color:#FFFFFF;
border:1px #CCCCCC solid;
padding:5px;
width:287px;
margin:10px;
float:left;
}

#footer{
background-image:url('images/top-nav.jpg');
background-repeat:repeat-x;
width:960px;
height:34px;
position:relative;
float:left;
text-align:center;
font-size:10px;
color:#fff;
padding-top:12px;
margin-bottom:20px;
}

table p {
padding:0px;
margin:0px;
}
