html, body {
	margin: 0;
	padding: 0;
	background: #000000 url('../images/bg.png') repeat-x top center;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

a { color: #0055ac; }
a:hover { color: #00bf1f; }

#margins {
	width: 900px;
	margin: 0 auto;
}

#header {
	clear: both;
	width: 762px;
	height: 400px;
	background: transparent url('../images/header.jpg') no-repeat top center;
}
	#header a#homelink span { display: none; }
	#header a#homelink {
		display: block;
		width: 300px;
		height: 85px;
		padding: 39px 0 0 0;
		margin: 0 0 11px;
	}
	#header p { display: none; }
	#header ul {
		margin: 0;
		padding: 0 0 0 22px;
		list-style-type: none;
	}
	#header ul li {
		margin: 0;
		padding: 0;
	}
	#header ul li a {
		display: block;
		width: 255px;
		height: 63px;
		margin: 0 0 1px 0;
		background: transparent url('../images/upperbuttons.png') no-repeat top center;
	}
		#header ul li a#upper_photo { background-position: 0 0; }
			#header ul li a#upper_photo:hover { background-position: 0 -63px; }
		#header ul li a#upper_design { background-position: 0 -126px; }
			#header ul li a#upper_design:hover { background-position: 0 -189px; }
		#header ul li a#upper_contact { background-position: 0 -252px; margin: 74px 0 0 0; }
			#header ul li a#upper_contact:hover { background-position: 0 -315px; }
	#header ul li a strong {
		display: none;
	}

#content {
	display: inline-block;
	float: right;
	width: 613px;
	padding: 0 0 0 10px;
	color: #ffffff;
}

#twitter_widget {
	width: 613px;
	margin: 10px 0;
}
	
#navigation {
	display: inline-block;
	float: left;
	width: 277px;
}
	ul#social {
		display: block;
		width: 255px;
		height: 137px;
		margin: 0 0 0 22px;
		padding: 0 0 0 0;
		list-style-type: none;
		background: transparent url('../images/socialbg.png') no-repeat top center;
	}
		ul#social li {
			display: inline-block;
			float: left;
			margin: 0;
			padding: 0;
			line-height: 0;
		}
			ul#social li a {
				display: inline-block;
				background: transparent url('../images/socialbuttons.png') no-repeat 0 0;
			}
			ul#social li a strong {
				display: none;
			}
			ul#social li#facebook a {
				width: 63px;
				height: 64px;
				background-position: -1px -1px;
			}
				ul#social li#facebook a:hover { background-position: -65px -1px; }
			ul#social li#twitter a {
				width: 64px;
				height: 64px;
				background-position: 0 -65px;
			}
				ul#social li#twitter a:hover { background-position: -64px -65px; }
			ul#social li#youtube a {
				width: 64px;
				height: 64px;
				background-position: 0 -129px;
			}
				ul#social li#youtube a:hover { background-position: -64px -129px; }
			ul#social li#deviantart a {
				width: 64px;
				height: 64px;
				background-position: 0 -193px;
			}
				ul#social li#deviantart a:hover { background-position: -64px -193px; }
			ul#social li#flickr a {
				width: 63px;
				height: 64px;
				background-position: -1px -257px;
			}
				ul#social li#flickr a:hover { background-position: -65px -257px; }
			ul#social li#blank1 {
				display: inline-block;
				width: 64px;
				height: 64px;
				background: transparent url('../images/socialbuttons.png') no-repeat 0px -321px;
			}
			ul#social li#blank2 {
				display: inline-block;
				width: 64px;
				height: 64px;
				background: transparent url('../images/socialbuttons.png') no-repeat 0px -321px;
			}
			ul#social li#blank3 {
				display: inline-block;
				width: 64px;
				height: 64px;
				background: transparent url('../images/socialbuttons.png') no-repeat 0px -321px;
			}
