/* CSS Document */

body {
 background-color:#FFFFFF;
 margin:0px;
 padding:0px;
 background-image:url(images/bg-2.png);
 background-repeat:repeat-x;
 background-position:top left;
}

.flash_div {
 margin:0px 10px 20px 10px;
 padding:0px;
 height:180px;
 width:238px;
 float:left;
}

.rc_two_home {
 float:left;
 padding:0px 10px;
 width:740px;
 border:1px solid #fff;
 background-color:#dddddd;
 margin:0px;
}

.rc_two_home p {
 padding:0px 10px 10px 0px;
}

.outter {
 float:left;
 padding:1px;
 clear:both;
 width:762px;
 background-color:#999;
 margin:4px 5px 0px 5px;
}

h3 a, h3 a:link, h3 a:visited {
 color:#333;
 text-decoration:none;
}
h3 a:hover{color:#000;}

a.view_more:link,
a.view_more:visited,
a.view_more:active{
background-image:url('images/view-more.jpg');
background-position:top center;
float:left;
width:140px;
height:40px;
line-height:40px;
text-align:center;
color:#000;
text-decoration:none;
margin:10px 0px 0px;
}

a.view_more:hover{
background-image:url('images/view-more.jpg');
background-position:bottom center;
}