

 body {
	
	
	background: #000  repeat-x;
	margin:0;
	padding:0;
text-align:center;
	
}

#container1 {
background:#000;
width:100%;
margin:0 auto;
text-align:left;
}



#menu {
width:210px;
float:center;
margin:50px 0 0 0;
}

.leftbox {
width:185px;
background:#000;
border-width:7px 1px 7px 7px;
border-color:#555 #555 #555 #000;
border-style:solid;
margin:60px 0 10 0;
padding:10px 10px 10px 0;
text-align:left;
font:14px verdana,arial,sans-serif;
color:#d7d5a3;
}

.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}

.leftbox li, .leftbox a {
font-weight:bold;
color:#99cc33;
letter-spacing:1px;
text-align:left;
text-decoration:none;
}

.leftbox a:hover {color:#ccff66}

h4 {
font:bold 15px verdana,arial,sans-serif;
color:#d7d5a3;
display:block;
margin:0 0 15px 0;
letter-spacing:1px;
text-align:center;
}

a.item {
background:url('img/menu.jpg') no-repeat;
max-width:210px;
height:34px;
display:block;
padding:0 0 0 10px;
margin:0 10 5;
font:bold 15px verdana,arial,sans-serif;
color:#fff;
text-align:left;
text-decoration:none;
line-height:30px;
}

/*
good practice of background offset rollovers to avoid javascript preload. 
Im using max-width, BG pos. and Padding instead of margin and smaller-than 
container width, to get pop-out effect cause of a left-edge bug that makes 
the menu jump. -ubik
*/
a.item:hover {
background-position:10px -34px;
padding:0 0 0 20px;
}

#main {
background:#000;
min-height:500px;
margin:0 0 0 220px;
font:15px verdana,arial,sans-serif;
color:#fff;
text-align:left;
}

#footer {
clear:both;
height:40px;
background:#000;
margin:50px 0 0 0;
text-align:center;
padding:20px 0 10px 0;
}

#footer a {
font:bold 10px verdana,arial,sans-serif;
color:#d7d5a3;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}

#footer a:hover {color:#ccff66}

/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('img/bottomRight.jpg') no-repeat right bottom}


.content {
min-height:190px;
background:url('img/topleft.jpg') no-repeat left top;
padding:30px 40px;
margin:20px 0 30px 0;
text-align:justify;
}


h1. {  /* position absolute - relative to the header, not document */

margin:0;
display:block;
font:bold italic 60px georgia,times,serif;
color:#99cc33;


}

h2 {
font:bold italic 25px georgia,times,serif;
color:#d7d5a3;
display:block;
margin:15px 0 0 0;
}

h3 {
font:bold italic 25px georgia,times,serif;
color:#99cc33;
display:block;
margin:15px 0 0 0;
}

.content a {
text-decoration:none;
color:#99cc33;
font-weight:bold;
}

.content a:hover {color:#ccff66}

.content ul {list-style-type:circle}
.content li {font: 14px verdana,arial,sans-serif;  color:#d7d5a3;}

p {margin-top:20px; color:#d7d5a3;}

/* If you like my design, I only ask that you leave the footer note "design by ubik". thanks */
#footer p , #footer p a {
text-align:right;
font:11px verdana,arial;
color:#d7d5a3;
margin:0;
}
#head {
    width: 760px !important;
	
	height: 232px;
	float:left;
	text-align: right;
}
#container {
	width:860px;
	background: 60px 0px repeat-y !important;
margin:0 auto;
	min-height:100%;
	
	
}
h1 {
	margin:0;
display:block;
font:bold 60px georgia,times,serif;
color:#99cc33;
}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 400px;
	height: 250px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 900px;
	height: 572px;
}
