* {
	margin: 0;
	padding: 0;
}

body {
background: #DDDDDD url(images/bottombg.jpg) bottom center no-repeat;
font-family: ‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3;
font-size: 12px;
line-height: 20px;
color: #000000;
}

a {
text-decoration: none;
color: #ff6600;
}
a:hover {
text-decoration: underline;
color: #ffffff;
}

#wrap {
margin: 0 auto;
width: 960px;
}

#header {

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #ff6600;
}
#header h1 a { 
color: #FFA500;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eeeeee;
}
#header h2 {
font-size: 19px;
color: #ff6600;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 20px;
}

.left {
float: left;
width: 600px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
font-size: 18px;
font-weight: 100;
padding-left: 10px;
color: #ffffff;
height: 30px;
line-height: 30px;
background: #ff6600;
}
.left h2 a {
text-decoration: none;
color: #ffffff;
}
.left h2 a:hover {
color: #111111;
}
.left ul {
	padding: 10px 10px 15px 20px;
	color: #000000;
}
.right {
float: right;
width: 300px;
padding-top: 10px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #ff6600;
color: #ffffff;
font-size: 13px;
}
.right ul {
	padding: 10px 10px 15px 20px;
	color: #000000;
}
.right ul li a {
text-decoration: none;
font-weight: 600;
}
.right ul li a:hover {

}
.articles {
padding: 10px;
}

#footer {
text-align: center;
font-size: 11px;
color: #000000;
margin-top: 40px;
border-top: 1px dotted #000000;
padding-top: 10px;
padding-bottom: 200px;
}
#footer a { color: #000000; }
#footer a:hover { color: #eeeeee; }
