@charset "UTF-8";
/*reset style*/
*{
 margin : 0;
 padding : 0;
}
a {
 text-decoration: none;
 color : #d7d6c7;
}
img{
 border : none;
}
ul, li {
 list-style-type : none;
 margin : 0;
 padding : 0;
 /*font-family: 'Bernhard Modern Std-Roman',fantasy;*/
 font-family:Georgia, Times, 'Times New Roman', serif;
 font-size:100%;
 color : #d7d6c7;
 margin-bottom : 15px;
 margin-left : 50px;
}
body {
  background-color : #000000;
}

h1{
 /*font-family: 'Bernhard Modern Std-Roman',fantasy;*/
 font-family:Georgia, Times, 'Times New Roman', serif;
 font-weight:normal;
 font-size : 150%;
 color : #d7d6c7;
 margin-top : 40px;
 margin-bottom : 40px;
 margin-left : 100px;
}

#container{
 width : 1200px;
 height : 850px;
 margin : 0;
 padding : 0;
 /*background-color : #39595f;*/
 background-image : url(../images/test.jpg);
 background-repeat: no-repeat;
}
#header{
 width : 1200px;
 height : 50px;
 /*background-color : #ffff00;*/
}
#menu{
 width : 250px;
 height : 610px;
 /*background-color : #ff0000;*/
 float : left;
}
#contents{
 width : 950px;
 height : 610px;
 /*background-color : #330099;*/
 float : left;
}
#footer{
 width : 1200px;
 height : 190px;
 /*background-color : #660099;*/
 clear : left;
 /*font-family: 'Bernhard Modern Std-Roman',fantasy;*/
 font-family:Georgia, Times, 'Times New Roman', serif;
 color : #d7d6c7;
}
div.about{
 line-height : 25px;
 margin-left : 100px;
 padding-top : 5px;
}
p.a1{
 font-size : 110%;
}
p.a2{
 font-size : 70%;
}

div.contact{
 line-height : 25px;
 margin-left : 100px;
 padding-top : 5px;
}
p.c1{
 font-size : 110%;
}
p.c2{
 font-size : 70%;
}

img.face{
 margin : -30px 0px 0 250px;
 position : absolute;
}
span.credits{
 position : absolute;
 margin : -20px 0 0 950px;
 font-family: Helvetica, Arial, Trebuchet MS, Verdana;
 font-size : 70%;
}
iframe{
 border: hidden;
 position : absolute;
 margin : 145px 0 0 38px;
}
ul a{
 display : block;
 width : 40%;
 height : 80%;
}
ul a:hover{
 background-color : #ffffff;
 color : #000000;
}
a:hover img.face{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

span.small{
 font-size: 70%;
}