html {
	padding: 0px; 
	margin: 0px; 
}
body {
	padding: 0px; 
	margin: 0px; 
	font-size: 13px; 
	color: #000066; 
	font-family: Arial, Helvetica, Sans-Serif; 
	background-color: #429CCD; 
	text-align: center; 
	background: #429CCD url('http://www.pushingair.com/images/pa_bg_paisley.gif') top center no-repeat; 
}

p {
	padding-top: 15px; 
	margin: 0px 10px 10px; 
}

ul li { 
	list-style-type: square; 
}

img { 
	border: none; 
}


/* HEADINGS */ 

h1 {
	font-size: 18px; 
	font-weight: bold; 
	color: #3497C8; 
	text-align: right; 
	margin: 0px 10px .5em 10px; 
	padding-top: 10px; 
	background-color: transparent; 
}

h2 {
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold; 
	color: #5760AC; 
	text-align: left; 
	padding: 10px 150px 5px 10px; 
	margin-bottom: -.2em; 
	background-color: transparent; 
}

.h2 {
	font-weight: bold; 
	color: #5760AC; 
}

h3 {
	font-size: 9px; 
	font-weight: bold; 
	color: #000066; 
	text-align: right; 
	margin: 0px 10px 10px; 
	padding-top: 10px; 
	background-color: transparent; 
}

h4 {
	font-size: 13px; 
	line-height: 24px; 
	font-weight: bold; 
	color: #000066; 
	text-align: left; 
	padding: 0px 10px; 
	margin-bottom: -.2em; 
	background-color: transparent; 
}


/* LINKS */ 

a:link, a:visited, a:visited {
	font-size: 13px; 
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a:hover {
	font-size: 13px; 
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}

a.content:link, a.content:visited, a.content:active {
	font-size: 16px;
	font-weight: bold;
	color: #429CCD;
	text-decoration: none;
}

a.content:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #0066FF;
}

a.footer:link, a.footer:visited, a.footer:visited {
	font-size: 10px; 
	font-weight: bold;
	color: #000066; 
	text-decoration: none;
}

a.footer:hover {
	font-size: 10px; 
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}


/* STRUCTURE */ 

#wrapper {
	width: 750px; 
	height: 500px; 
	padding: 0; 
	margin: 0 auto; 
	text-align: left; 
}

#head {
	background-color: transparent; 
	border-bottom: 2px solid #FFD457; 
}

#head h1 {
	padding: 5px 15px; 
	font-size: 11px; 
	margin: 0px; 
	color: #564b47; 
	text-align: right
}

#head p {
	padding: 10px; 
	margin: 0px; 
}

#photos {
	width: 135px; 
	height: 360px; 
	padding: 0; 
	float: left; 
	background-color: #FFF; 
	background-image: URL('http://www.pushingair.com/next/images/foursml.jpg');
	text-align: right; 
}

#nav {
	width: 115px; 
	height: 357px; 
	padding: 0; 
	float: left; 
	background-image: url('http://www.pushingair.com/images/nav_bg.gif'); 
	background-color: #FFF8EA; 
	border-bottom: 3px solid #FFD457; 
}

#content {
	width: 450px; 
	height: 347px; 
	padding: 5px 25px; 
	float: left; 
	background-color: #FFF; 
	border-bottom: 3px solid #FFD457; 
	overflow: auto; 
}

#footer {
	width: 750px; 
	height: 500px; 
	padding: 0; 
	margin: 0 auto; 
	text-align: right; 
}


/* MENU */ 

ul#menu li {
	display: block;
	list-style-type: none; 
	margin-left: -25px; 
}

ul#menu li#myspace {
	margin-top: 75px; 
/* 	font-style: normal; 
	font-size: 13px; 
	line-height: 17px; */ 
}

a.menu:link, a.menu:visited, a.menu:active {
	font-size: 17px;
	line-height: 42px; 
	font-weight: bold;
	font-style: italic; 
	color: #429CCD;
	text-decoration: none;
}

a.menu:hover {
	font-size: 17px;
	font-weight: bold;
	font-style: italic; 
	color: #0066FF;
	text-decoration: underline;
}

