/* designed and coded by ubik - yewbic[at]yahoo[dot]com */

body {
background:rgb(19, 19, 19) url('../images/tlo.gif')  50% 00px;
margin:0;
padding:0;
text-align:left;
}

#container {
background:rgb(19, 19, 19);
width:760px;
margin:0 auto;
text-align:left;
}

#header {
background:url('../images/header2h.jpg') no-repeat center top;
width:760px;
height:234px;
position:relative;
margin:0;
}

#menu {
width:200px;
float:left;
margin:6px 0 0 0;
}

.leftbox {
width:196px;
background:rgb(19, 19, 19);
border-width:2px 1px 2px 2px;
border-color:#444 #000 #000 #333;
border-style:solid;
margin:2px 0 0 0;
padding:1px 1px 1px 1px;
text-align:center;
font:14px verdana,arial,sans-serif;
color:#fff;
}

.leftbox img {
margin:0px 1px 0px 2px;
border-width:2px 2px 2px 1px;
border-color:#aaa #444 #333 #888;
padding:0;
}

.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}

.leftbox li, .leftbox a {
font-weight:bold;
color:#dddddd;
letter-spacing:0px;
text-align:center;
text-decoration:none;
}

.leftbox a:hover {color:#a0a0a0}


table {
	cellspacing:3;
	cellpadding:0;
	margin-top:0px;
	margin-bottom:0px;
	background:rgb(19, 19, 19);
}

h4 {
font:bold 15px verdana,arial,sans-serif;
color:#eee;
display:block;
height:30px;
margin:0px 0px 0px 0px;
padding:3px 0px 0px 0px;
letter-spacing:1px;
text-align:center;

background:url('../images/tloh4.jpg')  repeat-x;
}

a.item {
background:url('../images/menu.jpg') no-repeat;
max-width:200px;
height:30px;
display:block;
padding:0 0 0 20px;
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:00px -34px;
padding:0 0 0 20px;
}

#main {
background:rgb(19, 19, 19);
min-height:400px;
margin:40px 0 0 209px;
font:14px verdana,arial,sans-serif;
color:#fff;
text-align:left;
}

#footer {
clear:both;
height:40px;
background:rgb(19, 19, 19);
margin:10px 0 0 0;
text-align:center;
padding:20px 0 10px 0;
}

#footer a {
font:bold 14px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:0px;
margin-left:10px;
}

#footer a:hover {color:#ccff66}

/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('../images/bottomRight.gif') no-repeat right bottom}

.content {
min-height:190px;
background:url('../images/topleft.gif') no-repeat left top;
padding:30px 40px 30px 30px;
margin:7px 0 30px 4px;
text-align:justify;
}

h1 {  /* position absolute - relative to the header, not document */
position:absolute;
left:20px;
top:40px;
margin:0;
display:inline;
font:24px verdana,arial,sans-serif;
color:rgb(150,50,0);
letter-spacing:0px;
/*font-variant:small-caps;*/
}

h2 {
font: 20px verdana,arial,sans-serif;
color:#FCE796;
display:block;
margin:10px 10px 20px 25px;
}

h3 {
font:bold italic 25px georgia,times,serif;
color:#99cc33;
display:block;
margin:15px 0 0 0;
}

.content a {
text-decoration:none;
color:#99cc00;
font-weight:bold;
}

.content a:hover {color:#cc33ff}

.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}

p {
	margin-top:0px;
margin-bottom:10px;
/*line-height:100%;*/
color:rgb(220,190,130);
text-indent:7mm;
}

/* 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;
}

