@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
background:#FFF url(../images/bkgd_body.jpg) left top repeat-y;
}

#nav{
	width:300px;
	height:400px;
	margin-left:8px;
	margin-top:90px;
}

#nav ul{
	padding:0;
	margin:0;
}

#nav ul li{
	margin-top:12px;
	height:33px;
	background:#FF0000 url(../images/bkgd_nav_en.jpg) left top no-repeat;
	line-height:33px;
	padding-left:33px;
}

#container_content{
position:absolute;
background:#FFF;
width:100%;
top:0px;
left:308px;
}

#lang, #logo, #footer, #container_content{
	width:716px;
}
#content{
	width:670px;
}

#lang{
	height:26px;
	text-align:right;
	vertical-align:bottom;
	padding-top:26px;
}


#logo{
	height:138px;
	background:#FFF url(../images/Topmaster_logo.jpg) left top no-repeat;
}
#content{
	min-height:400px;
	padding:23px;
}

#footer{
	padding-top:10px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000;
}