* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
font-size: 14px;
line-height: 20px;
color: #333333;;
}

img {border: none;}

a { color: #0A6380; text-decoration: none; padding: 0px 0px 0px 0px; }
a:hover { text-decoration: underline; color : #000;  padding: 0px 0px 0px 0px;  }

p {
padding: 10px 0px 0px 0px;
}

ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}

li {
list-style-position: outside;
list-style-type: square;
}

#wrap {
margin: 0 auto;
width: 960px;
}

#header { 
height: 150px;
position: relative;
}

#header-left { 
height: 150px;
float: left;
width: 400px;
}

#header-right { 
color: #ccc;
font-weight: bolder;
position: absolute;
bottom: 0;
right: 0;
font-size: 25px;
height: 150 px;
float: right;
width: 400px;
text-align: right;
padding-bottom: 70px;
}

#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 5px 0;
}

#header h1 a {
color: #0A6380;
text-decoration: none;
}

#header h1 a:hover {
color: #222;
text-decoration: none;
}

#header h2 {
color: #3692AF;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#top-menu {
float: left;
width: 960px;
}

#content-wrap{
float: left;
padding-top: 15px;
width: 960px;
background-color: #fff;
}

#content-left{
float: left;
width: 380px;
padding: 15px 15px 15px 15px;
border-right: 1px solid #bbb;
font-size: 16px;
}

#content-wide{
float: left;
width: 900px;
padding: 15px 25px 15px 25px;
font-size: 14px;
}

#content-right{
float: left;
width: 280px;
padding: 15px 15px 15px 15px;
border-right: 1px solid #bbb;
}

#content-far-right{
float: left;
width: 200px;
padding: 15px 15px 15px 15px;
}

.focus {
font-family: Arial, Helvetica, "Sans Serif"; 
font-weight: bolder;
color: #0A6380;
font-size: 16 px;
}

.left {
width: 760px;
float: left;
text-align: left;
border-right: 1px solid #ccc;
padding-right: 10px;
}

.left h2 {
color: #666666;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}

.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}

.left li {
list-style-position: outside;
list-style-type: square;
}

.left-narrow {
width: 500px;
float: left;
text-align: left;
border-right: none;
padding-right: 10px;
}

.left-narrow h2 {
color: #666666;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}

.left-narrow ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}

.left-narrow li {
list-style-position: outside;
list-style-type: square;
}


.right {
width: 160px;
float: right;
padding: 10px;
font-size: 14px;
text-align: left;
border-right: 1px solid #ccc;
}

.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 13px;
color: #666;
line-height: 30px;
}

.right a { text-decoration: none; }

.right-wide {
width: 400px;
height: 640px;
float: right;
padding: 10px;
font-size: 14px;
text-align: left;
border-right: none;
}

.right-wide ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right-wide h2 {
height: 30px;
font-size: 13px;
color: #666;
line-height: 30px;
}
.right-wide a { text-decoration: none }


#footer {
border-top: 1px solid #002CA5;
text-align: right;
color: #000000;
font-size: 11px;
padding: 0 0 10px 0;
}

#footer a { color: #0080C0; text-decoration: none; }
#footer a:hover { text-decoration: underline; color : #000; }


/******   Menu   */
ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
    display:block;
	height:36px;
	text-transform:uppercase;
    font-size:12px;
	font-weight:bold;
    color: #000000;
	background:transparent url("http://videobymike.com/images/off.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:2px solid #0000FF;
	border-top:1px solid #000000;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	pading:0;
    }

ul#menu li a {
	display:block;
	float:left;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("http://videobymike.com/images/divider.gif") no-repeat top right;
    color: #000000;
	}

ul#menu li a:hover {
	background:transparent url("http://videobymike.com/images/hover.gif") repeat-x top right;	
    color: #002CA5;
	}





