/* Darren Canfield - Portfolio Site */

body {
	background:url(../images/bg.gif);
	background-repeat:repeat;
	margin-top:17px;
}

#wrapper {
	width:775px;
	border:solid 1px #000000;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:727px;
	height:135px;
	background-color:#33cd45;
	padding:15px 0px 0px 48px;
	position:relative;
	float:inherit;
}

/* Navigation */

ul#nav {
height:27px;
width:775px;
margin:0px;
padding:0px;
}

ul#nav li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
}

ul#nav li a {
border:0;
text-decoration:none;
display:block;
background:url(../images/navigation.gif) no-repeat;
background-color:#76d16a;
}

/* Navigation - Link Sizes */

li#blank a {
width:526px;
height:27px;
cursor:default;
}

li#home a {
width:40px;
height:27px;
}

li#logos a {
width:44px;
height:27px;
}

li#flash a {
width:42px;
height:27px;
}

li#web a {
width:35px;
height:27px;
}

li#print a {
width:40px;
height:27px;
}

li#contact a {
width:48px;
height:27px;
}

/* Navigation - Link Positions */

li#blank a:link, li#blank a:visited {
background-position:0px 0px;
}
li#blank a:hover, li#blank a:focus {
background-position:0px -27px;
}

li#home a:link, li#home a:visited {
background-position:-526px 0px;
}
li#home a:hover, li#home a:focus {
background-position:-526px -27px;
}

li#logos a:link, li#logos a:visited {
background-position:-566px 0px;
}
li#logos a:hover, li#logos a:focus {
background-position:-566px -27px;
}

li#flash a:link, li#flash a:visited {
background-position:-610px 0px;
}
li#flash a:hover, li#flash a:focus {
background-position:-610px -27px;
}

li#web a:link, li#web a:visited {
background-position:-652px 0px;
}
li#web a:hover, li#web a:focus {
background-position:-652px -27px;
}

li#print a:link, li#print a:visited {
background-position:-687px 0px;
}
li#print a:hover, li#print a:focus {
background-position:-687px -27px;
}

li#contact a:link, li#contact a:visited {
background-position:-727px 0px;
}
li#contact a:hover, li#contact a:focus {
background-position:-727px -27px;
}

/* Navigation - Active Links */

ul#nav a#homeselected, ul#nav a#homeselected:hover {
	background-position:-526px -54px;
}

ul#nav a#logosselected, ul#nav a#logosselected:hover {
	background-position:-566px -54px;
}

ul#nav a#flashselected, ul#nav a#flashselected:hover {
	background-position:-610px -54px;
}

ul#nav a#webselected, ul#nav a#webselected:hover {
	background-position:-652px -54px;
}

ul#nav a#printselected, ul#nav a#printselected:hover {
	background-position:-687px -54px;
}

ul#nav a#contactselected, ul#nav a#contactselected:hover {
	background-position:-727px -54px;
}

#nav_shadow {
	width:775px;
	height:9px;
	background:url(../images/nav_shadow.gif);
	background-color:#ffffff;
	background-repeat:repeat-x;
}

/* Main Page */

#pagebg {
	width:775px;
	background-color:#ffffff;
	padding:0px;
	margin-top:0px;
}

#content_main {
	width:680px;
	height:550px;
	padding:0px 47px 14px 48px;
	background-color:#ffffff;
	float:inherit;
}

#content_inside {
	padding:15px 0px 15px 0px;
	background-color:#ffffff;
	float:inherit;
}

#left_column {
	width:292px;
	margin-right:48px;
	float:left;
}

#right_column {
	width:292px;
	margin-left:48px;
	float:right;
}

#headings {
	width:282px;
	height:26px;
	padding:8px 0px 6px 10px;
	background-color:#33cd45;
	background:url(../images/heading_bg.gif);
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-top:15px;
}

#thumbs {
	height:90px;
	width:90px;
	margin-bottom:13px;
	margin-right:11px;
	float:left;
}

#thumbs_edge {
	height:90px;
	width:90px;
	margin-bottom:13px;
	float:left;
}

#large {
	height:282px;
	width:406px;
	margin-left:auto;
	margin-right:auto;
}

#flash_viewer {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:solid 1px #33cd45;
}

#inside_headings {
	width:680px;
	height:26px;
	padding:8px 0px 6px 10px;
	background-color:#33cd45;
	background:url(../images/heading_bg.gif);
	background-repeat:repeat-x;
	margin-bottom:45px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}

#inside_nav {
	width:148px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	margin-bottom:39px;
	
}

#back {
	height:22px;
	width:24px;
	float:left;
	margin-top:15px;
}

#house {
	height:49px;
	width:52px;
	margin-left:51px;
	margin-right:45px;
}

#forward {
	height:22px;
	width:24px;
	float:right;
	margin-top:15px;
}

#email {
	width:600px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	padding:160px 0px 0px 20px;
}

#email a {
	font-family:"Bank Gothic", "Century Gothic", "Franklin Gothic Medium", Arial;
	font-size:36px;
	color:#722358;
}