/* designed and coded Ground Floor Websites */

body {
	background:no-repeat 50% 50px;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/bg.jpg);
	background-color: #000000;
}

#container {
background:#000;
width:760px;
margin:0 auto;
text-align:left;
}

#header {
	width:760px;
	height:234px;
	position:relative;
	margin:0;
	background-image: url(images/header_raw_umber.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu {
width:210px;
float:left;
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 0 0;
padding:10px 10px 10px 0;
text-align:left;
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:#0033CC;
letter-spacing:1px;
text-align:left;
text-decoration:none;
}

.leftbox a:hover {color:#CCCCCC}

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 {
	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;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}

/*
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. 
*/
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;
	font-size: small;
}

#footer a {
font:bold 15px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}

#footer a:hover {color:#0033CC}

/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {
	background-image: url(images/bottomRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content {
	min-height:190px;
	padding:30px 40px;
	margin:20px 0 30px 0;
	text-align:left;
	background-image: url(images/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	position:absolute;
	left:420px;
	bottom:20px;
	margin:0;
	display:inline;
	color:#334BA5;
	letter-spacing:5px;
	font-variant:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	top: 195px;
	width: 336px;
}

h2 {
font:bold italic 25px georgia,times,serif;
color:#999999;
display:block;
margin:15px 0 0 0;
}

h3 {
font:bold italic 25px georgia,times,serif;
color:#999999;
display:block;
margin:15px 0 0 0;
}

.content a {
text-decoration:none;
color:#0267D1;
font-weight:bold;
}

.content a:hover {color:#CCCCCC}

.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}

p {margin-top:20px}


#footer p , #footer p a {
text-align:right;
font:11px verdana,arial;
color:#999;
margin:0;
}
