@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin:0px;
}

#box {
	width:1000px;
}


#text {
	background-image:url(img/topback.jpg);
	width:434px;
	float:right;
}

#navtop {
	float:left;
	wdith:530px;
}


#nav {
	height:50px;
	width:400px;
	margin-left:15px;
}

.utenaform {
	background-color:#333;
	color:#C69;
	width:400px;
	margin:10px;
}

p {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#C9C;
	font-size:12px;
	margin-left:20px;
	margin-right:20px;
	text-indent:10px;
	margin-top:0px;
}
h1 {
	font:Georgia, "Times New Roman", Times, serif;
	color:#C69;
	font-size:15px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	font-style:italic;
}

h2 {
	font-size:24px;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:underline;
	color:#CCC;
}

h3 {
	font-size:12px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#CCC;
	margin:20px;
	font-style:italic;
}
	
li {
	color:#C9C;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style:none;
	font-size:14px;
}

#screen1, #screen2 {
	width:200px;
	height:150px;
	margin:5px;
	float:right;
}

#screen2 {
	float:left;

}

#screen1 {
	margin-right:12px;
}

/* Menu  */

.chromestyle {
width: 99%;
color:#FFF;
background-image:url(img/menu.jpg);
background-repeat:no-repeat;
}


.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
height:50px;
width: 100%;
padding: 17px 0px 0px 0px;
margin: 0px;
text-align: center; 
}

a {
	border:0;
	text-decoration:none;
}

img {
	border:0;
}

table {
	margin-left:10px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFF;
padding-right:5px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
margin-top:10px;
text-decoration: none;
padding-top:5px;
border-right: 1px solid #333;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#333;
font-weight:bold;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#333;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#C9C;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#C69;
color:#FFF;
}


