body {
    margin: 0px;
    padding: 0px;
    background: #042963;
    text-align: center;
	color : white;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 10px;
}

#container {
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    width: 800px;
    background: #428DC4;
    height : 700px;
	background : url("images/mainbg.png") no-repeat;
}

#top {
    margin: 0px; padding: 0px;
    background: url("images/topbg.png") no-repeat;
    height: 153px;
}

#top #logo {
    float: left;
    margin-left: 98px;
    margin-top: 66px;
}

#top #menu {
    display: block;
    float: right;
    margin-top: 45px;
    margin-right: 29px;
	margin-left : 0px;
	padding : 0px;
}

#top #menu li {
    float: left;
    border-right: 1px solid white;
    background: url("images/cicle.png") no-repeat center left;
    list-style: none;
	margin : 0px; padding : 0px;
    margin-left: 10px;
	padding-left:10px;
	padding-right : 10px;
	font-size : 11px;
}

#top #menu li a {
    color: white;
    text-decoration: none;
}

.clear {
	font-size : 0px;
	height : 0px; line-height:0px;
	margin : 0px; padding : 0px;
	clear : both;
}

#left {
	width : 248px;
	float : left;
	margin-left : 51px;
}

#left .title {
	background:url("images/cicle.png") no-repeat center left;
	font-size : 20px;
	padding-left : 20px;
}

#left .content {
	padding-left : 20px;
}

#left #main {
	height : 280px;
}

.em {
	font-weight : bold;
	color : #FF5800;
	line-height : 13px;
}

#left #other {
	background:#3776AD;
	width : 248px;
	height : 214px;
	text-align : center;
	vertical-align:middle;
}

#left #other.text {
	background : url("images/cicle.png") no-repeat top left;
	padding-left : 20px;
	text-align : left;
	margin-top : 35px;
	width : 228px;
}

#right {
	float : right;
	margin-right : 13px;
}

#right #flash {
	margin : 0px;
	padding : 0px;
}

#right .content {
	width : 471px;
	height : 235px;
}

#right .content .title {
	background : url("images/cicle.png") no-repeat center left;
	font-size : 36px;
	padding-left : 10px;
	
}

#footer {
	margin-left : 88px;
	color : #CCCCCC;
}
