/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	background: #000;
	text-align: center;
}

#supercontainer {
	display: block;
	margin: 0 auto;
	padding: 0;
    width: 774px;

}

#container {
	float: left;
	display: block;
	margin: 20px auto;
	padding-top: 1px;
    width: 764px;
	height: auto;
	background: #fff;
}


#container * {
	margin: 0;
}

#container * * { /* Make sure there a space
between the two universal selectors */
    margin: 0;
}

#wrapper {
	margin: 10px;
	padding: auto;
	width: 744px;
	height: 504px;
	max-height: 504px;
	background: url(/images/home_background.jpg) no-repeat;
}

* html #wrapper {
	margin-bottom: -33px;
}

#subpagewrapper {
	float: left;
	margin: 10px;
	padding: auto;
	width: 744px;
	height: auto;
	text-align: left;


}

* html #subpagewrapper {
	margin-bottom: -33px;
}

.clearboth { clear: both; }
 
#navigation {
	float: left;
	width: 229px;
	display: inline;
}

#subpagenav {
	float: left;
	width: 229px;
	height: 504px;
	display: inline;
	background: url(/images/nav_background.jpg) no-repeat;
}

#navigation img, #subpagenav img  {
	border: 0;
}

#navigation img.comingsoon {
	position: relative;
	float: left;
	display: inline;
	top: 11px;
	left: 127px;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subpagenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content {
	float: right;
	margin: 0 5px 0 0;
	padding: 5px 5px 0 0;
	width: 485px;
	height: auto;
	display: inline;
	clear: right;

}

#content ul {
	list-style: bullet;
	margin-left: 25px;
	
}

#content h1, #content h2, #content h3, #content p, #content ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 12px 15px 0;
}

#content h1 {
	font-size: 2em
}

#content h2 {
	font-size: 1.6em
}

#content h3 {
	font-size: 1.4em;
	font-style: italic;
	color: #990000;
}

#content p, ul {
	font-size: 1.2em;
	color: #333;
}

#content img { 
	border: 0;
}

img.josegreco {
	position: relative;
	margin: 0;
	padding: 0 0 -20px 0;
	float: right;
	display: inline;
	top: -20px;
	right: 49px;
}

.floatright {
	float: right;
	width: 130px;
	height: 130px;
	clear: left;
	margin-bottom: 10px;
	padding-left: 10px;
}

#footer {
	margin: 30px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	clear: both;
}

#footer ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer ul li {
	font-size: .8em;
	display: inline;
	color: #fff;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #fff;
}