html, body{
    margin: 0px auto;
    padding: 0px auto;
    height: 100%;
    background: url(/images/bg.gif);
}
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #090909;
    line-height: normal;
}
table, td{
    border-collapse: collapse;
    padding: 0;
}
p, form{
	margin: 0;
	padding: 0;
}
a{
	color: #4e5d68;
	text-decoration: underline;
}
a:hover{
	color: #0c74c4;
	text-decoration: underline;
}
img{
    border: none;
}
.png{
	behavior: url(/ie-png.htc);
	-ie-png-blankimage: url(/images/px.gif);
}
input, textarea{
	border: solid 1px #919191;
	background-color: #fff;
	color: #313131;
    font-size: 11px;
	margin-top: 2px;
	margin-bottom: 7px;
}
.left,
.right{
    width: 92px;
    height: 100%;
	behavior: url(/ie-png.htc);
	-ie-png-blankimage: url(/images/px.gif);
    background-repeat: repeat-y;
    background-image: url(/images/grad_side_left.png);
}
.right{
    background-image: url(/images/grad_side_right.png);
}
.index{
    background: url(/images/grad_top.gif) repeat-x;
    width: 746px;
    height: 100%;
    background: #fff;
}
.header{
    height: 220px;
    background: url(/images/header_index.jpg);
    text-align: right;
    vertical-align: top;
}
.top{
    margin: 10px 15px;
    padding-right: 10px;
    border-right: solid 1px #414449;
    color: #414449;
    font-size: 10px;
}
.top a{
    color: #414449;
    font-size: 10px;
    text-decoration: none;
}
.top a:hover{
    color: #414449;
    font-size: 10px;
    text-decoration: underline;
}
.nav{
    margin: 30px 15px 0 0;
}
.nav a{
    margin: 0 7px;
}
.footer{
    height: 1px;
}
.footer div{
    padding: 15px;
    text-align: center;
    border-top: solid 10px #555;
    border-bottom: solid 10px #555;
}
.main{
    padding-bottom: 15px;
    vertical-align: top;
}
.menu{
    float: left;
    width: 230px;
}
.menu ul{
    margin: 0 25px;
    padding: 0;
    list-style: none;
}
.menu li{
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #7c4d55;
    text-decoration: none;
}
.menu li a{
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #7c4d55;
    text-decoration: none;
}
.menu li a:hover{
    color: #0c74c4;
    text-decoration: none;
}
.menu li ul{
    margin: 0 15px;
}
.menu li ul li{
    margin: 10px 0;
    text-transform: none;
    font-size: 10px;
    font-weight: normal;
    color: #4e5e69;
    text-decoration: none;
}
.menu li ul li a{
    text-transform: none;
    font-size: 10px;
    font-weight: normal;
    color: #4e5e69;
    text-decoration: none;
}
.menu li ul li a:hover{
    color: #0c74c4;
    text-decoration: underline;
}
.content{
    float: right;
    width: 475px;
    padding-right: 25px;
}
* html .content{
    width: 500px;
}
h3.title{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0c74c4;
    margin: 10px 0;
    padding: 0;
}
.more{
    font-size: 10px;
}

