/* designed and coded by ubik - yewbic[at]yahoo[dot]com */

body {
background: #000;  /*#242424 #000 url('bg.jpg') no-repeat 50% 50px;*/
margin: 0 auto;
padding: 0;
}

#body2 {
background: #000;
color: white;
width: 1028px;
margin: 0 auto;
padding: 0;
text-align:center;
font:15px verdana,arial,sans-serif;
}

#container {
background: #000;
width: 100%;
margin: 0 auto;
padding: 0;
text-align:center;
color: white;
border: 0;
}

#center {
background:#000;
width:100%;
margin:0 auto;
text-align:center;
color: white;
}

#header {
background: #000; /*url('header.jpg') no-repeat center top;*/
width:100%;
height:235px; /*234*/
position:relative;
}

#menu {
width:210px;
float:left;
margin:50px 0 0 0;
}


.leftbox {
width:185px;
background:#000;
border-width: 0;
border-color:#555 #555 #555 #555;
border-style:solid;
margin:50px 0 0 0;
padding:10px 10px 10px 0;
text-align:justify;
font:14px verdana,arial,sans-serif;
color:#fff;
}

.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}

.leftbox li, .leftbox a {
font-weight:bold;
color:#d3896e;
letter-spacing:1px;
text-align:center;
text-decoration:none;
padding: 10px 0 10px 0;
}

.leftbox a:hover {color:#c4e2ec}

h4 {
font:bold 15px verdana,arial,sans-serif;
color:#fff;
display:block;
margin:0 0 15px 0;
letter-spacing:1px;
text-align:center;
}

a.item {
background: #000 url('menu.jpg') no-repeat;
max-width:210px;
height:34px;
display:block;
padding:0 0 0 10px;
font:bold 15px verdana,arial,sans-serif;
color:#fff;
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:400px;
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 15px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}

#footer a:hover {color:#c4e2ec}

/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('bottomRight.jpg') no-repeat right bottom}

.content {
min-height:190px;
background:url('topleft.jpg') no-repeat left top;
padding:30px 40px;
margin:20px 0 30px 0;
text-align:justify;
color:#FFFFBF; /*#fff;*/
}

p {color: #FFFFBF;} /*#fff;*/

h1 {  /* position absolute - relative to the header, not document */
/*position:absolute;*/
left:20px;
bottom:20px;
margin:0;
display:inline;
font:60px georgia,times,serif;
color:#fff;
letter-spacing:5px;
font-variant:small-caps;
}

h2 {
font:25px verdana,tahoma,times,serif;
color:#fff;
display:block;
margin:15px 0 0 0;
}

h3 {
font:italic 25px verdana,times,serif;
color:#c4e2ec;
display:block;
margin:15px 0 0 0;
}

.content a {
text-decoration:none;
color:#d3896e;
font-weight:bold;
}

.content a:hover {color:#c4e2ec}

.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}

p {margin-top:20px}

td {vertical-align: top}

/* 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:#999;
margin:0;
}

/* Navigation buttons */
.navrow {
	background:  #000; 
	height: 21px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	color: #D38724;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}
* html .navrow { padding: 0; }
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #D38724;
	text-decoration: none;
}
.navrow a:hover { 
	color: #D38724; 
	text-decoration: underline; 
}

.logo {
	background: #000; 
	color: #FFF;
	padding: 0;
	margin: 0;
	border: 0;
}

