@charset "UTF-8";
/* CSS Document */

body {
background-color: #000000;
font-family: Arial;
color: #000000;
}

h1 { 
font-family: Arial; 
font-size: 16px; 
font-weight: bold;
color: #ffffff;
padding: 10px;
}

h2 { 
font-family: Arial; 
font-size: 16px; 
font-weight: normal;
color: #000000; 
padding-left: 20px;
}

h3 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
color: #ffffff;
padding-left: 20px;
}

li {
font-family: Arial; 
font-size: 12px;
color: #000000;
padding-left: 20px;
} 
 
p {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #ffffff;
padding: 10px;
} 

.text {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}

a:link{color: #ffffff; text-decoration: underline;}
a:visited{color: #ffffff; text-decoration: underline;}
a:hover{color: #ffffff; text-decoration: underline;}
a:active{color: #ffffff; text-decoration: underline;}

#box1 {
width: 990px;
height: 111px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
}

#box2 {
width: 990px;
height: 800px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
}

#left_kappa {
float: left; 
width: 175px;
height: 800px;
background-image: url(draperi_left_ny.jpg);
}
#right_kappa {
float: right; 
width: 175px;
height: 800px;
background-image: url(draperi_right_ny.jpg);
}
#center {
float: left; 
width: 640px;
height: 800px;
}