@charset "utf-8";
/* CSS Document */

body {
	background-color : #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#container {
	vertical-align : top;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	margin : 10px auto;
	color : #ffffcc;
	width : 955px;
}

#header {
	background-image : url(images/logo.png);
	background-repeat : no-repeat;
	background-position : right;
	position : relative;
	width : 955px;
	height : 44px;
}

/*begin navbar*/

#navbar {
	width : 374px;
	height : 44px;
	margin-left : 40px;
	line-height : 40px;
}

#navbar ul {
	font-size : 10px;
	white-space : nowrap;
	word-spacing : 1.25em;
	letter-spacing : 0.1em;
	font-weight : normal;
	text-transform : lowercase;
}

#navbar li {
	list-style-type : none;
	display : inline;
	font-weight : bold;
	color : #cccc99;
	text-decoration : none;
}

#navbar li a {
	text-decoration : none;
	color : #cccc99;
}

#navbar li a:link {
	color : #cccc99;
}

#navbar li a:visited {
	color : #cccc99;
}

#navbar li a:hover {
	color : #cccccc;
	text-decoration : underline;
}

/*end navbar*/

#content {
	margin-left : auto;
	margin-right : auto;
	height : 482px;
	background-position : 0 -45px;
}

#illustrationb {
	height : 70px;
	width : 155px;
	position : absolute;
	left : 208px;
	top : 81px;
}

#designb {
	height : 70px;
	width : 155px;
	position : absolute;
	left : 602px;
	top : 81px;
}

#biob {
	height : 70px;
	width : 155px;
	position : absolute;
	left : 118px;
	top : 203px;
}

#linksb {
	height : 70px;
	width : 155px;
	position : absolute;
	left : 667px;
	top : 202px;
}

#storeb {
	height : 70px;
	width : 155px;
	position : absolute;
	left : 221px;
	top : 330px;
}

#faqb {
	height : 70px;
	width : 155px;
	position : absolute;
	left : 588px;
	top : 330px;
}

#writingb {
	height : 70px;
	width : 155px;
	position : absolute;
	top : 423px;
	left : 401px;
}

#sidebar1
{
	float: left;
	width: 83px;
	margin: 0;
}

#sidebar2
{
	float: right;
	width: 83px;
	margin: 0;
}

#footer {
	margin : 0;
}

#email {
	clear:both;
}

a {
	font-weight: bold;
	color: #FFC;
}
