/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	text-align: center;
	color: #000000;
	font-size:12px;
}

a {
   color: #024a6f;
   text-decoration: none;
}

a:hover {
   color: #006599;
   text-decoration: underline;
}
a img {
    border: 0px;
}

br {
    font-size: 0px;
}

.clearing {
    clear: both;
}

#content {
    position: relative;
	width: 946px;
	margin:auto;
	background-image:url(/Visual/Images/Site/bg.jpg);
	background-position: -1px;
	text-align: justify;
}
/* Header */
#head {
  width: 946px;
	height: 101px;
	margin:0px;
	padding:0px;
	background-image:url(/Visual/Images/Site/head_bg.jpg);
	}
#head a {
    display: block;
    width: 330px;
}
#logo_link {
    width: 330px;
	height: 100px;
	cursor: pointer;
}

#logo_link:hover {
    cursor: pointer;
}
	
#head_2 {
  width: 946px;
	height: 16px;
	border-top:1px #FFFFFF solid;
	margin:0px;
	padding:0px;
	background:#006599 url(/Visual/Images/Site/head_2_bg.jpg) no-repeat right;
	}

#menu{
	width:167px;
	border-left:2px #829aae solid;
	background-color:#aabece;
	float:left;
	margin:0px 0px 30px 0px;
}

#menu a {
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    color: #054261;
    font-size: 12px;
    text-decoration: none;
    background: url(/Visual/Images/Site/menu_img.gif) no-repeat 0px 3px;
    padding-left: 13px;
}

#menu a:hover {
    color: #fff;
}

#menu ul {
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

#menu li {
    display: block;
    padding: 0px 10px 0px 7px;
    margin-top: 5px; 
	/*list-style-position: inside;*/
	line-height: 20px;
	text-align: left;
}

#menu li:hover {
    background: #006599;
}

#main {
	width:518px;
	float:left;
	margin:0px;
	padding:10px 20px 10px 20px;
}

#right{
	width:218px;
	height:auto;
	background: #006599 url(/Visual/Images/Site/right_bg_top.jpg) no-repeat top;
	float:left;
	padding-top:312px; 
	margin-left: 1px;
}
h2{
	margin:0px;
	padding:10px 5px 2px 0px;
	color:#d72121;
	font-weight:bold;
	font-size: 12px;
}

.title {
    font-size: 15px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
#main p{
	/*border-bottom:1px #d72121 dashed;*/
	padding:0px 0px 5px 0px;
	margin:0px;
}
#footer {
    float:left;
    width:100%;
    height:20px;
    border-top:2px #006599 solid;
    text-align:center;
    color:#aabece;
    font-size:10px;
    background: #fff;
}

#hey_lt {
    position: absolute;
    left: 15px;
    bottom: 30px;
}
/*#hey_lt a {
    background: none;
}*/