/*

NOTE: TO CHANGE THE DISTANCE BETWEEN THE MENU ITEMS, SCOLL DOWN TO FIND THE VALUE WHICH IS LABELED WITH A COMMENT

*/

html, body {
height: 100%;
padding:0px;
margin:0px;
}
body {
background: url('images/tile.jpg');;
font-family: "Tahoma";
font-size: 11px;
color:#ffffff;
padding:0px;
margin:0px;
}
a, a:link {
text-decoration: underline;
color:#787676;
}
a:hover {
text-decoration: none;
color:#CC0707;
}
a:active {
text-decoration: underline;
color:#CC0707;
}

#container {
width: 756px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

#core_header {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header.jpg);
margin:0px;
padding:0px;
}

#core_header1 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header1.jpg);
margin:0px;
padding:0px;
}

#core_header2 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header2.jpg);
margin:0px;
padding:0px;
}

#core_header3 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header3.jpg);
margin:0px;
padding:0px;
}

#core_header4 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header4.jpg);
margin:0px;
padding:0px;
}

#core_header5 {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header5.jpg);
margin:0px;
padding:0px;
}

#header_text
{
 position:relative;
 right:15px;
 top:15px;
 font-size:14pt;
 color:#8C8C8C;
 font-family:"Tahoma";
 float:right;
}

img
{
 margin:5px;
}
#core_container2
{
width: 756px;
height:auto;
position: relative;
margin:0px;
padding:0px;
background-color: #FFF;
}

#core_left {
margin: 0;
float: none;
width: 756px;
background-color: #000000;
}
#core_right {
margin: 0;
float: right;
width: 756px;
min-height:250px;
color:#000;
background: #b3bfcd;
}
#core_right1 {
margin: 0;
float: right;
width: 756px;
min-height:500px;
color:#000;
background: #B3BFCE url(images/core_right1.jpg);
}
#core_right2 {
margin: 0;
float: right;
width: 756px;
min-height:250px;
color:#000;
background: #B3BFCE url(images/core_right2.jpg);
}
#core_right3 {
margin: 0;
float: right;
width: 756px;
min-height:300px;
color:#000;
background: #B3BFCE url(images/core_right3.jpg);
}
#core_right4 {
margin: 0;
float: right;
width: 756px;
min-height:500px;
color:#000;
background: #B3BFCE url(images/core_right4.jpg);
}

.content-box
{
 height:auto !important;
 float:left;
 width: 720px;
 font-family: "Tahoma";
 font-size: 12px;
 color:#FFFFFF;
 margin-top: 10px;
 margin-bottom:10px;
 margin-left:15px;
}
.tumb
{
 float: left;
 margin-right:5px;
 padding:0px;
}

.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

#footer {
visibility:hidden
}

#footer_line
{
 border-bottom: 1px ridge #FFFFFF;
 margin:0px;
 padding:0px;
 width:720px;
 height:1px;
}

#footer_text
{
 color:#ffffff;
 font-size:10px;
 float:right;
 margin-right:30px;
 margin-top:15px;
}

#footer2
{
width: 742px;
padding-top:10px;
padding-left:14px;
text-align: center;
height:50px;
background:#000000;
clear:both;
}


h2
{
font-family: "Tahoma", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
h3
{
font-family: "Tahoma", Lucida Handwriting, sans-serif;
font-size:12px;
height:15px;
margin:0px;
padding:0px;
color:#ff0000;
border-bottom: 1px ridge #636161;
margin-bottom:8px;
}
h3:first-letter {
font-size: 12px;
font-family: Tahoma;
color: #ff0000;
}
h4
{
font-family: "Tahoma", Lucida Handwriting, sans-serif;
font-size:12px;
}
h5
{
font-family: "Tahoma", Lucida Handwriting, sans-serif;
font-size:12px;
height:15px;
margin:0px;
padding:0px;
color:#ff0000;
border-bottom: 1px ridge #636161;
margin-bottom:8px;
}
h3:first-letter {
font-size: 12px;
font-family: Tahoma;
color: #FF0000;
}


#navcontainer li {
padding: 0px;
margin:0px;
color:#FFF;
display:inline;
position:relative;
height:20px;

/* CHANGE THE FOLLOWING VALUE TO INCREASE THE SPACE BETWEEN THE MENU ITEMS */
padding-left:50px;

}

#navcontainer ul {
margin:0;
padding: 0px;
width: 756px;
list-style-type: none;
height:20px;
position:relative;
padding-top:10px;
padding-bottom:20px;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color:#FFFFFF;
text-decoration: none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
color:#CC0707;
text-decoration: underline;
}
