﻿html,body
{
    margin:0;
    padding:0; 
    height: 100%; 
}
body {
	background-color: #39424B;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	color:#333333;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11px;
	text-align:center;
}
a 
{
	text-decoration:underline;
	color:#333333;
}
a:hover 
{
	text-decoration:none;
	color:#333333;
}
hr 
{
	height:1px;
	color:#CCCCCC;
}
p 
{
    margin-top:0px;   
}
select, input, textarea 
{
	font-family:"Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#333333;
}
.imgborder 
{
	border:1px solid #999999;
}
li 
{
	list-style-image:url(../images/ico_li.gif);
}
.subtitle {
	font-size:13px;
	font-weight:bold;
	color:#333333;
}
.smalltitle 
{
    font-size:11px;
	color:#333333;
	line-height:20px;   
}
.small {
	font-size:11px;
	color:#888888;
	text-decoration:none;
	line-height:18px;
}
.small:hover {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

/* Layout */
.holder
{
    position:absolute;
    width:760px;
    left: 50%;
    margin-left: -380px;
    text-align:left;
    background-color:#FFFFFF;
    border-left:1px solid #515151;
    border-right:1px solid #515151;
    min-height: 100%;
    height:auto !important;
    height:100%;
}
.top 
{
    height:180px;
    background-image:url(../images/bg_top.jpg);
}
.top img
{
    border:0px;
}
.top_left 
{
    float:left;
}
.top_right 
{
    float:right;
    margin-top:6px;
    margin-right:6px;
}
.top_right img
{
    border:0px;
    margin:3px;
}
.menu ul 
{
    width:760px;
    background-image:url(../images/bg_menu.jpg);
    list-style: none;
    margin:0px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:0px;
    padding-right:0px;
    border-bottom:1px solid #CCC;
}
.menu ul li 
{ 
    display: inline; 
    padding-bottom:0px;
    margin-left:2px;
    margin-right:0px;   
}
.firstmenuitem
{
    padding-left:2px;
}
.menuspacer
{
    vertical-align:middle;
    margin-bottom:-4px;
    margin-top:-4px;
    margin-left:2px;
    margin-right:0px;
    height:26px;
    width:1px;
}
.menu ul li a 
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#630;
	padding-left:17px;
	padding-right:17px;
	margin-left:1px;
	margin-right:5px;
}
.menu ul li a:hover 
{
	text-decoration:none;
	color:#FFF;
	margin-left:1px;
	margin-right:5px;
}
.contentleft
{
    width:500px;
    padding:10px;
    min-height:450px;
}
h1 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-left:24px;
	background-image:url(../images/ico_title.gif);
	background-repeat:no-repeat;
}
.line {
	height:1px;
	background-color:#CCCCCC;
	margin-top:6px;
	margin-bottom:10px;
	margin-left:10px;
}
.content {
    padding-left:10px;
    line-height:20px;
    margin-bottom:40px;
}
.contentright
{   
    position:absolute;
    right:0;
    top:200px;
    width:220px;
    padding:10px;
    padding-top:18px;
}
.news
{
    margin:10px;
    padding-top:36px;
    border-bottom:1px solid #CCC;
}
.GTalk
{
    margin:10px;
    padding-top:10px;
    margin-bottom:10px;
}
.footer
{   
	position:absolute;	
	bottom:0;  
}