/* CSS created by Christina Bernales. (w00bbie@gmail.com)  
Feel free to use and abuse this CSS but do not remove this, 
thank you =) */

body {

/* Edits background body of page */

background: #fff url(images/body_back.png); /* Sets background color for page */
margin: 0px; 
color: #FFFFDE;
font-family: arial, sans-serif; /* Sets default font type */
text-align: center;
}

#container {

/* Edits container layer */

margin: 0 auto; /* Centers container on page*/
border-left: 1px solid #891918; 
border-right: 1px solid #891918; 
width: 760px; 
margin-bottom: 5px;
padding: 0px;
background: #967550; /* Sets container layer background color */
text-align: left; /* Centers Container in IE */
}

#header {

/* Edits header */

background: url(images/javanet_header_red.jpg) no-repeat;
height: 280px; /* Should be the same as the height of your image */

}

#header h1 {

display: none; /* Set to "Display: none;" Makes the h1 text on the header invisible */

}

#content {
color: #FFFFDE;
background: #967550; 
margin-left: 180px;
padding: 4px;
font-size: 95%;
}

#content p {

/* Edits text in content layer */

font-family: arial;
padding: 8px;
text-align: justify;
margin-top: 0px;

}
#content img{
float: right;
padding: 18px 10px 10px 18px;
}

.img{
width: 98%;
text-align: center;
padding: 8px;
clear: right;
border-bottom: 1px solid #000;
padding-right: 100px;
}


#navcontainer h1 {

/* Edits title in menu ("Navigation") */

display: none;
}

#navcontainer {
background-color: #967650;
width: 100%;
border-bottom: 1px solid #891918;
}

#navcontainer ul
{
padding: 12px 17px 2px 2px;
margin: 0;
list-style-type: none;
background-color: #967650;
color: #FFF;
width: 90%;
font: normal 90% arial, helvetica, sans-serif;
text-align: right;
}

#navcontainer li { display: inline;
margin: 0px;
padding: 0px;}

#navcontainer  a
{
text-decoration: none;
background: #96765f;
color: #891918;
padding: .2em 1.5em;
font-weight: bold;
border-top: 1px solid #891918;
border-left: 1px solid #891918;
border-right: 1px solid #891918;

}


#navcontainer  li a:hover
{
background-color: #96765f;
color: #fff;
border-bottom: 4px solid #891918;
}

#sidebar{
float: left;
width: 165px;
padding: 5px;
font-size: 80%; 
}

#sidebar h3{
padding-left: 8px;
padding-top: 14px;
padding-bottom: 4px;
background: url(images/sidebar_tab.png) no-repeat top left;
width: 170px;
height: 20px;
font-size: 140%;
color: #fff;
}

#sidebar ul{
padding-left: 14px;
}

#sidebar li{
padding-top: 6px;
padding-left: 0px;
margin-left: 5px;
list-style-image: url(images/bullet.png);

}

#right_sidebar{
float: right;
width: 110px;
font-size: 80%;
padding: 50px 10px 0px 0px;
}
.customerquote{
text-align: justify;
}

#footer {

/* Edits footer */

background:  #8f1919 url(images/footer.gif) no-repeat right bottom;
text-align: left;
font-family: arial;
font-size: 8pt;
padding: /* top padding */ 80px /* right padding */ 5px /* bottom padding */ 0px /*left padding */ 0;

}
table{
border-collapse: collapse;
}
td{
padding: 4px;
}
.rowa{
background: #96765f;
border-top: 1px solid #891918;
border-bottom: 1px solid #891918;
}
