* {
	margin: 0;
	padding: 0;
}

body {
background: #000;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #FD9A01;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width:1000px;
}

#header {
margin-top:24px;
margin-bottom:5px;

height: 150px;
width:1000px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
text-align: right;
}
#header h1 { 
font-size: 25px;
line-height:25px;
letter-spacing: -1px;
padding: 10px 40px 0 0;
color: #fff;
padding-top:100px;

}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;

}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;

line-height:25px;
font-weight: 100;
float:right;


}

#content {
width:1000px;
}
#content img {
float:right;

}

.right {
float: left;
width: 800px;
text-align: justify;
padding-bottom:20px;
border-bottom:thin #222;

}
.right p { color:#FFF;}
.right h2 {
font-size: 18px;
font-weight: 100;
color:#FFF;
height: 26px;
line-height: 26px;

}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}
.right ul {
font-size: 18px;
font-weight: 100;
color:#FFF;
height: 26px;
line-height: 26px;
padding:10px;
list-style:none;
	}

.menu {
float: right;
width: 175px;
padding-left:20px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 40px;
line-height: 26px;
color: #fff;
font-size: 13px;
}
.menu ul {
padding: 10px 5px 5px 0px;

color: #FD9A01;
font-size:32px;
line-height: 34px;
font-family:"Verdana", Geneva, sans-serif;
list-style-type: none;

}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {
	color: #444;

}
.menu2 {
float: right;
width: 140px;
padding-left:20px;
margin-top:50px;

}
.menu2 h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 40px;
line-height: 26px;
color: #222;
font-size: 13px;
}
.menu2 ul {
padding: 10px 5px 5px 0px;
color: #000;
font-size:25px;
line-height: 28px;
font-family:"Verdana", Geneva, sans-serif;
list-style-type: none;
}
.menu2 ul li a {
text-decoration: none;
font-weight: 600;
}
.menu2 ul li a:hover {

}
.articles { }

#bottom {
background-color: #000;
background-image:url(images/btttom.jpg);
background-repeat:no-repeat;
height:200px;
padding: 10px;
padding-right:95px;

}


#footer {
text-align: center;
font-size: 11px;
color: #fff;
padding: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }