 * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	}

html {
	height: 100%;
	}

body {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	font-family: 'Lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #666666;
	}
	
h1, h2, h3 {
	font-family: Georgia, Palatino, Times, serif;
	}
	
.index {
	background: url('../images/page_structure/index_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	}

.design {
	background: url('../images/page_structure/design_bg.png');
	background-position: top center;
	background-repeat: repeat-x; 
	}

.design_stationery, .design_marketing, .design_bespoke {
	background: url('../images/page_structure/design_2_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	}

.printing {
	background: url('../images/page_structure/print_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	}
	
.online {
	background: url('../images/page_structure/online_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	}
	
.online_website, .online_budget, .online_profile, .online_social, .online_marketing {
	background: url('../images/page_structure/online_2_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	}

.studio {
	background: url('../images/page_structure/studio_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	}

.studio_blog, .studio_development, .studio_music, .studio_links {
	background: url('../images/page_structure/studio_2_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	}

img.preload {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	}

div.clear {
	clear: both;
	}

/* Menu Bar */

	#menu {
		position: fixed;
		z-index: 999;
		top: 0px;
		left: 0px;
		width: 100%;
		min-width: 1024px;
		height: 30px;
		background: url('../images/page_structure/menu.png');
		background-position: top left;
		background-repeat: repeat-x;
		background-color: #333333;
		color: #999999;
		border-bottom: 1px solid #000000;
		}
		
		/* Styling of ul within menu bar in separate style sheet */
		
/* Logo Badge */
	
	#logo_badge {
		position: fixed;
		z-index: 9999;
		top: 0px;
		left: 5px;
		width: 245px;
		height: 170px;
		background: url('../images/page_structure/logo_badge.png');
		background-position: top center;
		background-repeat: no-repeat;
		}
		
	#logo_badge a:link, #logo_badge a:visited {
		display: block;
		width: 245px;
		height: 170px;
		}
	
	#logo_badge a:hover, #logo_badge a:active {
		text-decoration: none;
		}
		
/* Main Column */

	#container {
		width: 1024px;
		margin: 0 auto;
		padding: 30px 0px 200px 0px;
		}
	
	img.header {
		clear: both;
		}
		
/* Footer */
	
	#footer {
		position: absolute;
		bottom: 0px;
		width: 100%;
		min-width: 1024px;
		min-height: 30px;
		background: #333333;
		color: #999999;
		border-top: 1px solid #000000;
		margin: 0;
		padding: 0;
		}
	
	#footer h3 {
		color: #444444;
		font-size: 35px;
		margin-bottom: -15px;
		}
		
	#footer a:link, #footer a:visited {
		color: #999999;
		text-decoration: none;
		}
	
	#footer a:hover, #footer a:active {
		color: #666666;
		}
	
	#footer img {
		margin-top: 20px;
		}
	
	#footer p {
		margin-top: 3px;
		}
		
	#footer_content {
		position: relative;
		width: 1024px;
		margin: 0 auto;
		font-size: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		background: url('../images/page_structure/footer_columns.png');
		background-position: top center;
		background-repeat: repeat-y;
		}
		
	.footer_column {
		float: left;
		width: 216px;
		padding: 0px 20px;
		}
	
	#site_info {
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: right;
		}