html, body {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background-color: #000000;
}

p {
	margin: 0px;
	padding: 0px;
}

#alsmg_container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	min-height: 500px;
}

#alsmg_logo {
	border: none;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 25px;
	width: 217px;
}

#alsmg_nav {
	padding-bottom: 5px;
}

#alsmg_header {
	height: 480px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#alsmg_content {
	margin-right: 205px;
}

#alsmg_side-bar {
	float: right;
	width: 200px;
	margin-top: 5px;
}

/*----- BEGIN ALSMG FOOTER ----*/

#alsmg_footer {
	clear: both;
	margin:auto;
	background: url(../images/portfolio_footer_bg.gif) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 10px 20px;
	line-height: 18px;
	min-width: 960px;
}

#alsmg_footer a {
	color: #999999;
	text-decoration: none;
}

#alsmg_footer a:hover {
	color: #abdc28;
}

#alsmg_footer #alsmg-footer_nav {
	float: right;
	text-align: right;
}

#alsmg_footer_sub-nav {
	float: left;
}

/*----- BEGIN ALSMG PORTFOLIO ----*/

#portfolio_links {
	position: relative;
	width: 980px;
	height: 580px;
}

.notes {
	position: absolute;
	width: 250px;
}

#web_note {
	float: left;
	width: 350px;
	height: 150px;
}

#media_note {
	float: left;
	width: 350px;
	height: 150px;
}

#print_note {
	float: left;
	width: 350px;
	height: 150px;
}

.portfolio_page {
}

#portfolio_notes {
	position: absolute;
	z-index: 10;
	left: 310px;
	top: 50px;
	visibility: hidden;
}

#portfolio_pages {
	position: absolute;
	z-index: 5;
	top: 200px;
	left: 90px;	
}

#portfolio_pages a {
	color: #abdc28;
}

#web {
	margin-right: 20px;
	float: left;
	cursor: pointer;
	width: 250px;
	height: 150px;
}

#media {
	margin-right: 20px;
	float: left;
	cursor: pointer;
	width: 250px;
	height: 150px;
}	

#print {
	float: left;
	cursor: pointer;
	width: 250px;
	height: 150px;
}