
/* general page elements */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,fieldset,input,textarea,p,blockquote,th,td { 
margin: 0;
padding: 0;
font-style: normal;
font-weight: normal;
}

body {
color: #FFFFFF;
background-color: #000000;
font-family: "Georgia", "Times New Roman", "Times", serif;
line-height: 2.0;
font-size: 12px;
}

a {
color: #EF5314;
text-decoration: none;
}

a:link {
color: #EF5314;
}

a:visited {
color: #EF5314;
}

a:active {
color: #EF5314;
}

a:hover {
color: #FFFFFF;
}

img {
border: none;
margin: 0px 0px 4px 0px;
}

#box {
width: 828px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
margin-bottom: 12px;
text-align: left;
}

/*header*/

#header {
float: left;
width: 828px; 
margin-bottom: 60px;
}

#header .description {
line-height: 1.6;
}

#header_img {
margin-bottom: 56px;
}


/*entries*/

.entry_left {
float: left;
width: 168px;
margin-bottom: 24px;
}

.entry_right {
float: right;
width: 660px;
margin-bottom: 24px;
}

.entry_rightlink {
line-height: 1.6;
font-size: 20px;
}

/* entry : footer */
.entry_footer {
clear: both;
width: 828px;
border-bottom: 1px dotted #333333;
margin-bottom: 24px;
}

/*footer*/

#footer {
clear: both;
width: 828px;
margin-top: 36px;
margin-bottom: 12px;
}
