*{
	margin:0px;
	padding:0px;
	border:0;
}
input {
	padding:2px;
	border:1px solid #666666;
}
body{
	padding-bottom: 30px;
	color: #2B2B2B;
  	font: 13px Trebuchet MS, Arial, helvetica, sans-serif;
	background: #f9f9f9;
}
li {
	list-style:none;
}
p{
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	color: #0063DC;
	overflow: hidden;
}

a:hover{
	color: #B80000;
}

code{
	color:#000000;
	font-size: 12px;
	border:1px solid #596492;
	background-color:#d4dcea;
	padding:5px;
	/*width:550px;*/
	display:block;
}

strong{
	font-weight: bold;
}

h2{	
	margin: 0;
	margin-bottom:15px;
	font-size: 16px;
	color:#444;
}

h2 strong{
	font-weight: normal;
}
h3, h3 a{
	font-size: 2em;
	color: #B80000;
	font-weight: normal;
}
h4, h4 a {
	font-size: 12px;
	font-weight: bold;
}

h1{	
	margin: 0;
	font-size: 2.0em;
	color:#444;
	font-weight: normal;
}
h1 strong{
	color: #b50000;
	font-weight: normal;
}

.container{
	position: relative;
	margin: auto;
	width: 880px;
}

#header{
	padding: 40px 0 20px 0;
	background: #222;
}

#header ul{
	position: absolute;
	top: 20px;
	right: 40px;
}

#header ul li{
	margin-right: 10px;
	float: left;
}

#header ul li a {
	background: #444 url('btn_left_unactive.gif') no-repeat top left;
	color: #FFF;
	display: block;
	line-height: 1;
	height: 26px;
	font-weight:bold;
	text-decoration: none;
}

#header ul li a span {
	background: url('btn_right_unactive.gif') no-repeat top right;
	display: block;
	line-height: 26px;
	padding: 0px 12px 0px 12px;
}

#header ul li.active a {
	background: #0063dc url('btn_left_active.gif') no-repeat top left;
	color: #FFF;
	display: block;
	line-height: 1;
	height: 26px;
	text-decoration: none;
}

#header ul li.active a span {
	background: url('btn_right_active.gif') no-repeat top right;
	display: block;
	line-height: 26px;
	padding: 0px 15px 0px 15px;
}
#logo{
	margin: 0;
	float:left;
}
#tag{
	float:left;
	margin-left:10px;
	margin-top:10px;
}


#content{
	width:880px;
	margin:0px auto;
	padding-top:25px;
	border-top: 1px solid #FFF;
	background: url(gradient.jpg) top no-repeat;
}

#content #sub {
	float:left;
	width:550px;
}
#content #menu {
	float:left;
	width:250px;
	padding-left:50px;
}
#content ul{
	margin-left:10px;
}
#content li{
	list-style:disc;
	font-size:14px;

}
#content li a{
	font-size:14px;
	font-weight:bold;
}
#content .sub{
	margin-left:15px;
	font-size:12px;
}
#content .sub a{
	font-size:12px;
	font-weight:normal;
}


#footer{
	padding-top:15px;
}
.flag{
	margin:2px;
	height:19px;
	width:21px;
}
