/**Author Name:Gen
   Developed in Vin Labs
   Copyright at gendesigns.blogspot.com
   ProjectName:Computer Zone **/
*{ margin: 0px; padding: 0px; }*
body
{
  background:#FFFFFF center top;
  color: #2F2F2F;
  font: .8em normal small "Trebuchet MS",Tahoma, verdana, arial, helvetica, sans-serif;line-height: 1.6em;
}
/**Common**/
p
{
    font-family:arial;
    font-size:0.9em;
}

a {
    color: #FF6666;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}


h2 {
    font-size: 18px;
    color: #006ac3;
    font-weight: bold;
    padding: 5px;
}

h3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding: 5px;
    }

h4 {
    font-size: 14px;
    color: #993300;
    font-weight: bold;
    padding: 5px;
    }

hr {
    border: none 0;
    border-top: 1px solid #cccccc;
    height: 1px;
}

img {
color: #ffffff;
text-decoration: none;
}

#bread {
color: #ffffff;
}

#bread a {
color: #ffffff;
}
#bread a:hover {
color: #FF9900;
}




/**Wrapper **/
#wrapper
{
    margin: 5px auto;
    width: 900px;
    background: #669900;
}
#top,#footer,#main,#content,#container
{
    width:850px;
    margin:0px auto;
}
#top
{

    background:#fdfdfd url(images/cstrip.gif) repeat-x;
    height:74px;
}
#logo h1
{
    font-family:tahoma;
    font-size:2.4em;
    font-weight:5;
    margin:0px ;
    padding-left:50px;
    padding-top:20px;
    color:#eee;
}
#logo p
{
     padding-left:60px;
}
#logo
{
float:left;
}
/**Menu***/
ul
{
list-style:none;
}
#menu li
{
display:inline;
}
li a
{
font-size: 1em;
color: #ff9900;
text-decoration: none;
text-align: center;
margin-right: 1px;
padding: 50px 8px 13px;
float: left;
height: 8px;
}
#menu
{
margin-left:300px;
}
#menu a:hover
{
    color:#fff;
}
#main
{
    height:240px;
}
#content
{

    height:185px;
    background:url(images/cstrip.gif) repeat-x;
}
#left,#right
{
    width:275px;
    height:184px;padding-top:5px;

}
#left
{
    float: left;
    background-image: url('images/head_l.png');
    background-repeat: no-repeat;
}
#right
{
    float:right;
    background-image: url('images/head_r.png');
    background-repeat: no-repeat;
}
#center
{
    margin:0px 275px 0px 275px;
    border-left:1px solid #4F4A4A;
    border-right:1px solid #4F4A4A;
    height:177px;
    padding-top:5px;
        background-image: url('images/head_c.png');
    background-repeat: no-repeat;

}
#left h1,#right h1,#center h1
{
font-size: 1.8em;
color: #000000;
padding: 10px 0 0 30px;
}
#left p,#right p,#center p
{
color: #000000;
font-weight: bold;
padding: 50px 20px 0px 30px;
}
#left h2,#right h2,#center h2
{
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 170px;
}
#left a,#right a,#center a
{
    font-size: 1em;
    color: #000099;
    font-weight: bold;
}
#container
{
    height:auto;
    background:#669900;
    margin-top:5px;
    margin-bottom:5px;

}
#lcontain
{
    margin-top: 7px;
    margin-left: 5px;
    float: right;
    height: auto;
    width: 260px;
    background: #ffff99;
}
#rcontain
{
    margin-top: 7px;
    margin-right: 5px;
    padding: 20px;
    float: left;
    height: auto;
    width: 535px;
    background-color: #ffffff;
}
#rcontain  h1,#lcontain h1
{
color:#2f2f2f;
font-size:1.5em;
font-family:arial;
padding:15px 0px 0px 5px;
}
#rcontain p
{
color:#2f2f2f;
padding:2px;
}
#lcontain p,#lcontain h2
{
color:#2f2f2f;
padding-left:15px;
}
#lcontain h2
{
font-size:1.1em;
font-family:arial;
}
#lcontain a
{
    color:#1c443b;
}
.col
{
float:left;
width:280px;
}
.col li a
{
float:none;
color:#1c443b;
text-decoration:underline;
}
.col li a:hover
{
    text-decoration:none;
}

/**footer ***/
#footer {
    text-align: center;
    margin: 0 auto;
    clear: both;
    height: 30px;
    background: #ff9900;
}
#footer a {
    color: #5E6F6E;
    text-decoration: none;
}
#footer a:hover {
    color: #9ab2be;
    text-decoration: underline;
}

            /*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 20em;
width : auto;
padding : 5px;
border : 1px solid #aaa;
margin : 10px;
background : inherit;
color : #555;
font-size : 90%;
}


