/* CSS Document */

#main {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:10pt;
width:800px;
background-color:#F16522;
height:100%;
border-style:solid;
border-color:#000000;
border-width:1px;
}

h1 {
font-size:12pt;
font-weight:bold;
color:#961B1E;
}

h2 {
font-size:11pt;
font-weight:bold;
color:#961B1E;
}

h3 {
font-size:11pt;
font-weight:normal;
display:inline;
}

h4 {
font-size:9pt;
font-weight:bold;
color:#961B1E;
}

h5 {
font-size:8pt;
color:#961B1E;
font-weight:normal;
}

#top {
width:800px;
height:140px;
}

#left-colum {
float:left;
background-image:url(../i/menu-bg.jpg);
width:199px;
height:390px;
}

#menu-v {
width:199px;
}

#menu-v a {
width:189px;
display:block;
color:#FFFFFF;
font-size:9pt;
font-weight:bold;
padding-left:10px;
line-height:30px;
border-style:solid;
border-width:0px;
border-bottom-width:2px;
border-color:#FFFFFF;
text-decoration:none;}

#menu-v a:hover {
background-color:#333333;
filter:Alpha(opacity=50);
-moz-opacity: 0.5;
opacity:0.5;
}

.active	{
background-color:#333333;
filter:Alpha(opacity=50);
-moz-opacity: 0.5;
opacity:0.5;
}

#menu-h {
float:left;
background-color:#FFFFFF;
width:601px;
line-height:30px;
border-style:solid;
border-width:0px;
border-bottom-width:2px;
border-color:#961B1E;
}

#menu-h a {
padding-left:15px;
color:#961B1E;
text-decoration:none;
font-weight:bold;
font-size:8pt;
}

#menu-h a:hover {
color:#F16522;
}

.active-h {
padding-left:15px;
text-decoration:none;
font-weight:bold;
font-size:8pt;
color:#F16522;
}

#content {
float:left;
background-color:#FFFFFF;
text-align:justify;
width:526px;
min-height:370px;
height:auto;
padding:15px;
padding-right:60px;
}

/* for Internet Explorer */
/*\*/
* html #content {
height:370px;
}
/**/

#content a {
color:#F16522;
text-decoration:none;
font-size:11pt;
}

#content a:hover {
color:#961B1E;
}

#bottom {
clear:left;
background-image:url(../i/bottom-bg.jpg);
background-position:left;
background-repeat:no-repeat;
background-color:#FFFFFF;
width:800px;
height:2px;}

#recomend {
width:170px;
display:block;
text-align:center;
color:#000000;
background-color:#B0D461;
border-style:solid;
border-color:#961B1E;
border-width:2px;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

#recomend a {
text-decoration:none;
color:#000000;
font-size:8pt;
font-weight:bold;
}

#news {
width:170px;
color:#FFFFFF;
font-weight:bold;
margin-left:10px;
margin-top:10px;
border-style:solid;
border-color:#961B1E;
border-width:2px;
padding-bottom:10px;
}

.button {
background-color:#F16522;
color:#FFFFFF;
font-weight:bold;
border:0px;
cursor:pointer;}

#footer {
width:600px;
text-align:center;
padding-left:200px;
}

a {
color:#F16522;
text-decoration:none;
font-size:11pt;
}

a:hover {
color:#961B1E;
}