/************************************/
/* Mark Johnson Satellite Sites CSS */
/************************************/
/**************************************************** SITE STYLING ****************************************************/
html, body { height:100%; margin:0; padding:0; }
html { background:url('/images/html_bg.jpg'); }
body { font:normal 14px Times New Roman; }
a { color:#b20000; font-weight:bold; text-decoration:none; }
a:hover { text-decoration:underline; }
h1 { font-size:25px; margin:10px 0 10px 0; padding:0; }

#container { margin:0 auto; width:758px; }
#wrapper { float:left; width:100%; }
#header { background:url('/images/header_bg.jpg'); float:left; height:142px; width:100%; }
#header .nav { float:left; height:78px; overflow:hidden; width:100%; }
#header .nav a { float:left; opacity:.0; filter:alpha(opacity=0); -moz-opacity:0.0; }
#header .nav a:hover,#header .nav .selected { opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; }
#content { background:url('/images/content_bg.jpg'); float:left; padding:3% 5% 3% 5%; width:90%; }
#footer { background:url('/images/footer_bg.jpg') no-repeat; float:left; width:100%; }

.left { float:left; }
.right { float:right; }

.fifty { width:49%; }
.hundred { width:100%; }
