/* CSS Document */

div#big_image {
	position:relative;
	width:767px;
	height:230px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	background-color:#EBEBEB;
	border:solid 3px #EBEBEB;
	border-bottom:none;
}
div#bodycontainer {
	position:relative;
	width:555px;
	float:left;
	margin-left:15px;
}
div#content {
	position:relative;
	width:550px;
	float:left;	
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:20px;
}
.floatRight { 
    float:right; 
    margin:0px;
	margin-left:5px;
	border:solid 1px #CCC;
	background-color:#FFFFFF;
}
div#content p {
	margin-left:0px;
}
.floatLeft { 
    float:left; 
    margin:0px;
	margin-right:5px;
	margin-top:7px;
	border:solid 1px #CCC;
	background-color:#FFFFFF;
}
div#bodycontainer .h3 {
	position:relative;
	width:550px;
	font-size:11px;
}
div#bodycontainer .h1 {
	position:relative;
	width:550px;
	height:22px;
	float:left;
	margin-bottom: 10px;
	padding-bottom:10px;
}
div#bodycontainer h1 {
	height:18px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-top:0px;
	padding-bottom:15px;
	margin-left:5px;
	color:#666;
	border-bottom:solid 1px #9cca33;
}
h2 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	color:#CC0000;
}
div#body_bottom {
	position:relative;
	width:490px;
	float:left;
	margin-top:10px;
	padding-bottom:10px;
}
div#body_bottom p {
	margin-left:20px;
}
div#body_bottom .h4 {
	position:relative;
	width:220px;
	height:25px;
	float:left;
	margin-left:10px;
	margin-bottom:2px;
	padding-bottom:10px;
	background-repeat:no-repeat;
}
div#body_bottom h1 {
	height:18px;
	text-align:left;
	font-family:Arial;
	font-size:13px;
	margin-top:3px;
	margin-left:10px;
	margin-bottom:0px;
	color:#FFF;
}
div#articles_box {
	position:relative;
	width:235px;
	height:240px;
	float:left;
	background-image:url(../images/bgr_article.jpg);
	background-repeat:no-repeat;
}
div#body_bottom .articles {
	position:relative;
	width:235px;
	float:left;
	margin-bottom:10px;
	padding-bottom:15px;
}
div#body_bottom p {
	margin-left:20px;
}
div.pagination
{
    padding: 3px;
    margin: 3px;
}
div.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    text-decoration: none; /* no underline */
    color: #000099;
}

div.pagination a:hover, div.pagination a:active
{
    border: 1px solid #000099;
    color: #000;
}

div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #993300;
    color: #FFF;
}
div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

