@charset "UTF-8";
/* CSS Document */
body {
	background-color:#E8E8DE;
	/*background-color:#4A4643;*/
	margin-top: 5px;
}
#wrap {
    margin:0 auto;
    width:1002px;
	padding-bottom:25px;
	
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:12px;
	color:#888888;
    }
#maincontent {
	position:relative;
    width:990px;
	padding-top:12px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	background-color:#FFFFFF;
	margin-top:15px;
	
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:12px;
	color:#888888;
	line-height: 1.3;
    }
	
#maincontent a, #friends a {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#4fa1bf;
	text-decoration:underline;
    }
	
#maincontent a:hover {
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:12px;
	color:#4fa1bf;
	text-decoration:none;
    }

#friends {
	position:relative;
    width:936px;
	padding-top:12px;
	padding-left:60px;
	padding-right:6px;
	padding-bottom:6px;
	background-color:#FFFFFF;
	margin-top:15px;
	
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:12px;
	color:#999999;
	line-height: 1.3;
    }
#friends a {	font-family:Helvetica, Arial, "Trebuchet MS";	font-size:12px;	font-weight:bold;	color:#e35f79;	text-decoration:underline;	}
#friends a:hover {font-family:Helvetica, Arial, "Trebuchet MS";	font-size:12px;	color:#e35f79;	text-decoration:none;	}

/* HEADER + NAV */

#header {
	position:relative;
    width:982px;
	padding:10px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	vertical-align:top;
    }
a img {border:0px;}

a#bt_design{		position:absolute;	top:10px;	left:255px;}
a#bt_illustration{	position:absolute;	top:10px;	left:335px;}
a#bt_webdesign{		position:absolute;	top:10px;	left:470px;}
a#bt_friends{		position:absolute;	top:10px;	left:595px;}
a#bt_contact{		position:absolute;	top:10px;	left:695px;}
a#bt_cv{			position:absolute;	top:10px;	left:810px;}
a#bt_cart {			position:absolute;	top:10px;	left:950px;}
a#bt_design:hover, a#bt_illustration:hover, a#bt_webdesign:hover, a#bt_friends:hover, a#bt_contact:hover,a#bt_cv:hover{top:9px;}
a#bt_cart img{		background: url(../images/header_cart.gif) top left no-repeat;}
a#bt_cart:hover img{background: url(../images/header_meh.gif) top left no-repeat;}

/* FIN HEADER + NAV */
#top{
	padding-top:5px;
	padding-right:3px;
	text-align:right;
}
#top a{
	font-family:Helvetica, Arial, "Trebuchet MS";
	font-size:12px;
	text-decoration:none;
	color:#888888;
}
#top a:hover {color:#8b6d53;}
#footer{font-family:Helvetica, Arial, "Trebuchet MS";font-size:11px;color:#888888;margin-top:20px;}

.spacingBottomImg {
	margin-bottom:6px;
}
.centerimg{
	width:990px;
	text-align:center;
}